Top "Oracle" questions

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

Oracle query to fetch column names

I have a mySQL query to get columns from a table like this: String sqlStr="select column_name from information_…

sql oracle
How can I list ALL grants a user received?

I need to see all grants on an Oracle DB. I used the TOAD feature to compare schemas but it …

sql oracle grant
Is there a combination of "LIKE" and "IN" in SQL?

In SQL I (sadly) often have to use "LIKE" conditions due to databases that violate nearly every rule of normalization. …

sql sql-server oracle tsql plsql
How to insert date values into table

How can I insert into table with different input using / ,with date datatype? insert into run(id,name,dob)values(&…

sql oracle datetime oracle10g date-formatting
How to check Oracle database for long running queries

My application, which uses an Oracle database, is going slow or appears to have stopped completely. How can find out …

oracle
How do I turn off Oracle password expiration?

I'm using Oracle for development. The password for a bootstrap account that I always use to rebuild my database has …

oracle security
What's the difference between RANK() and DENSE_RANK() functions in oracle?

What's the difference between RANK() and DENSE_RANK() functions? How to find out nth salary in the following emptbl table? …

sql oracle window-functions
Oracle: If Table Exists

I'm writing some migration scripts for an Oracle database, and was hoping Oracle had something similar to MySQL's IF EXISTS …

sql oracle sql-drop
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