Top "Oracle" questions

Oracle Database is a Multi-Model Database Management System created by Oracle Corporation.

How do I do top 1 in Oracle?

How do I do the following? select top 1 Fname from MyTbl In Oracle 11g?

sql oracle oracle11g greatest-n-per-group
How to list active / open connections in Oracle?

Is there any hidden table, system variable or something to show active connections in a given moment?

oracle
CASE .. WHEN expression in Oracle SQL

I have the table with 1 column and has following data Status a1 i t a2 a3 I want to display …

sql oracle oracle10g
ORA-12560: TNS:protocol adaptor error

I Google[d] for this error ORA-12560: TNS:protocol adaptor error but not able to find the actual reason and …

sql oracle oracle9i ora-12560
How do I list all tables in a schema in Oracle SQL?

How do i list all tables in a schema in Oracle SQL?

sql oracle
How to export query result to csv in Oracle SQL Developer?

I'm using Oracle SQL Developer 3.0. Trying to figure out how to export a query result to a text file (preferably …

oracle csv export oracle-sqldeveloper
How to select only 1 row from oracle sql?

I want to use oracle syntax to select only 1 row from table DUAL. For example, I want to execute this …

sql oracle oracle9i
ORA-01017 Invalid Username/Password when connecting to 11g database from 9i client

I'm trying to connect to a schema on 11g (v11.2.0.1.0) from a PC with 9i (v9.2.0.1) client. It seems to …

oracle oracle11g oracle9i
Java JDBC - How to connect to Oracle using Service Name instead of SID

I have a Java application that uses JDBC (via JPA) that was connecting to a development database using hostname, port …

java oracle jdbc connection-string service-name
ORA-00904: invalid identifier

I tried to write the following inner join query using an Oracle database: SELECT Employee.EMPLID as EmpID, Employee.FIRST_…

sql database oracle ora-00904