Top "Oracle11g" questions

Oracle is an Object-relational Database Management System (ORDBMS) created by Oracle Corporation.

ORA-12514 TNS:listener does not currently know of service requested in connect descriptor

We have an application running locally where we're experiencing the following error: ORA-12514: TNS:listener does not currently know of …

oracle oracle11g sqlplus ora-12514 tnsping
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
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
Left Outer Join using + sign in Oracle 11g

Can any one tell me whether below 2 queries are an example of Left Outer Join or Right Outer Join?? Table …

sql oracle11g
How to create a user in Oracle 11g and grant permissions

Can someone advise me on how to create a user in Oracle 11g and only grant that user the ability …

oracle oracle11g access-control
How to import an Oracle database from dmp file and log file?

How would I go about to create a database from a dmp-file? I do not have an existing database with …

oracle oracle11g
Display names of all constraints for a table in Oracle SQL

I have defined a name for each of the constraint for the multiple tables that I have created in Oracle …

sql oracle oracle11g constraints
How to uninstall / completely remove Oracle 11g (client)?

How to uninstall / completely remove Oracle 11g (client)? deinstall.bat doesn't work. Edit: Further discussion related to why this question …

oracle oracle11g
Default passwords of Oracle 11g?

I installed Oracle 11g. I didn't change the passwords for SYSTEM and SYS. However now I find that the default …

oracle11g
How to find the users list in oracle 11g db?

How to find out the users list, which is all created in the oracle 11g database. Is there any command …

sql oracle11g