Top "Oracle" questions

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

Load Excel data sheet to Oracle database

I am looking for a free tool to load Excel data sheet into an Oracle database. I tried the Oracle …

excel database oracle nullpointerexception migrate
How to retrieve all recursive children of parent row in Oracle SQL?

I've got a recursive query that's really stretching the limits of this Java monkey's SQL knowledge. Now that it's finally 1:30 …

sql oracle recursion rdms
How do you interpret a query's explain plan?

When attempting to understand how a SQL statement is executing, it is sometimes recommended to look at the explain plan. …

sql database performance oracle sql-execution-plan
How to compare two DATE values based only on date part in Oracle?

I am trying to get counts for last 30 days with the following query - SELECT date_occured, COUNT(*) FROM problem …

sql oracle date compare datepart
Problem running oracle script from command line using sqlplus

I'm having a problem trying to run my sql script into oracle using sqlplus. The script just populates some dummy …

sql oracle sqlplus
Testing DB Link - ORA-12154: TNS:could not resolve the connect identifier specified

I know there is a load of times this question has been asked but I can't quite figure out how …

database oracle oracle10g toad dblink
Shortcut to Uppercase Selected Text in Oracle SQL Developer

I would like to highlight some text in a SQL Developer worksheet and convert it to uppercase with some keyboard …

oracle oracle-sqldeveloper
Connect to an Oracle 10g database with Microsoft ODBC for Oracle

I'm trying to connect to an Oracle 10g database using the built in Microsoft ODBC for Oracle driver. I want …

.net oracle oracle10g odbc ora-12514
Oracle create table using with clause

Can I create a table from a query formed using with clause?

sql oracle common-table-expression
Migrate from Oracle to MySQL

We ran into serious performance problems with our Oracle database and we would like to try to migrate it to …

mysql oracle import migration dump