Top "Oracle" questions

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

error: ORA-65096: invalid common user or role name in oracle

I just installed Oracle, and it was missing the Scott schema. So i am trying to generate it myself. I …

oracle oracle12c
Find out the history of SQL queries

An update SQL query was executed on the server, which caused many problems later. How can I get the list …

oracle sql-update database-administration
What is the string concatenation operator in Oracle?

What is the string concatenation operator in Oracle SQL? Are there any "interesting" features I should be careful of? (This …

sql oracle plsql string-concatenation
Oracle SQL : timestamps in where clause

I need to look up rows within a particular time frame. select * from TableA where startdate >= '12-01-2012 21:24:00…

sql oracle where sql-timestamp
How do I use CREATE OR REPLACE?

Am I correct in understanding that CREATE OR REPLACE basically means "if the object exists, drop it, then create it …

oracle oracle10g ddl
PL/SQL, how to escape single quote in a string?

In the Oracle PL/SQL, how to escape single quote in a string ? I tried this way, it doesn't work. …

oracle plsql
Oracle JDBC ojdbc6 Jar as a Maven Dependency

I cannot seem to get Maven to bundle the ojdbc6.jar file into my project's war file. I have it …

oracle maven jdbc war
'NOT LIKE' in an SQL query

Why does this simple query return 'ORA-00936: missing expression' (the database is Oracle as you can tell): SELECT * FROM transactions …

sql oracle ora-00936
UTL_FILE.FOPEN() procedure not accepting path for directory?

I am trying to write in a file stored in c:\ drive named vin1.txt and getting this error .Please …

oracle plsql oracle9i utl-file