Top "Oracle" questions

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

ORA-01747: invalid user.table.column, table.column, or column specification

Get the above error when the execute immediate is called in a loop Update CustomersPriceGroups set 1AO00=:disc Where cuno=:…

oracle plsql dynamic-sql
What is the difference between explicit and implicit cursors in Oracle?

I am a bit rusty on my cursor lingo in PL/SQL. Anyone know this?

oracle plsql
Oracle SQL Where clause to find date records older than 30 days

I want to find records in a (Oracle SQL) table using the creation date field where records are older than 30 …

sql oracle date-arithmetic
Understanding the results of Execute Explain Plan in Oracle SQL Developer

I'm trying to optimize a query but don't quite understand some of the information returned from Explain Plan. Can anyone …

oracle oracle-sqldeveloper sql-execution-plan
PL/SQL print out ref cursor returned by a stored procedure

How can I fetch from a ref cursor that is returned from a stored procedure (OUT variable) and print the …

oracle plsql cursor ref
Check if a variable is null in plsql

I want to check if a variable is null. If it is null, then I want to set a value …

sql oracle plsql
sqlplus how to find details of the currently connected database session

I have very recently started to work on oracle databases. Generally I have many sqlplus windows open to different oracle …

oracle sqlplus
Extract number from string with Oracle function

I need to create an Oracle DB function that takes a string as parameter. The string contains letters and numbers. …

sql oracle oracle11g oracle-sqldeveloper sqltools
insert if not exists oracle

I need to be able to run an Oracle query which goes to insert a number of rows, but it …

sql oracle oracle-sqldeveloper
SQL to search objects, including stored procedures, in Oracle

I need to write some sql that will allow me to query all objects in our Oracle database. Unfortunately the …

sql oracle search full-text-search