SQL-02114: Invalid SQL Cursor usage: trying to CLOSE a CLOSEd cursor
Cause: An attempt was made to CLOSE a cursor that was already CLOSEd with MODE={ANSI|ANSI14}. A CLOSEd cursor can be re-CLOSEd only when MODE={ORACLE|ANSI13}.
Action: When MODE={ANSI|ANSI14}, verify that a cursor is not already CLOSEd before trying to CLOSE it. Specify MODE={ORACLE|ANSI13} if a CLOSEd cursor is to be re-CLOSEd.
SQL-02115
Custom Search


More Oracle errors
ORA-30553The function is not deterministic
ORA-23375feature is incompatible with database version at string
PCB-00636This attribute is only valid for External LOB types
SQL*Loader-00654Variable length field exceeds maximum length.
RMAN-10013error initializing PL/SQL
ORA-06503PL/SQL: Function returned without value
ORA-06917CMX: error in data read (too many bytes read)
ORA-12716Cannot ALTER DATABASE CHARACTER SET when CLOB data exists
DIA-48205Record Length too Big [string] [string] [string]
ORA-03139This OCI call has been disabled by the DBA
NNO-00271warning: names.ora region is version string, network definition is version string
QSM-02051subquery using the NOT EXISTS clause in mv
IMG-00611unable to access the BLOB for reading
ORA-46075Already attached to a lightweight user session
DRG-11810Partial Update OK
ORA-23353deferred RPC queue has entries for object group "string"."string"
ORA-38908internal error occurred during DML Error Logging
ORA-28007the password cannot be reused
TNS-12595TNS:no confirmation
ORA-32595DDL statement cannot be audited with BY SESSION specified




TOP 20 Oracle errors
ORA-12504TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
RMAN-20079full resync from primary database is not done
ORA-14411The DDL cannot be run concurrently with other DDLs
ORA-14760ADD PARTITION is not permitted on Interval partitioned objects
ORA-10877error signaled in parallel recovery slave string
ORA-32701Hang detected
ORA-00838Specified value of MEMORY_TARGET is too small, needs to be at least stringM
ORA-16665timeout waiting for the result from a database
ORA-16957SQL Analyze time limit interrupt
ORA-16664unable to receive the result from a database
RMAN-08132WARNING: cannot update recovery area reclaimable file list
ORA-00000normal, successful completion
ORA-16766Redo Apply is stopped
ORA-00837Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
RMAN-08137WARNING: archived log not deleted as it is still needed
DIA-48122error with opening the ADR block file [string] [string]
ORA-47988password should contain at least one numeric and one alphabetic character
IMP-00057Warning: Dump file may not contain data of all partitions of this table
ORA-00001unique constraint (string.string) violated
ORA-55508Invalid input to Flashback Transaction Backout




Your own TOP 20 Oracle errors
SQL-02114Invalid SQL Cursor usage: trying to CLOSE a CLOSEd cursor