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


More Oracle errors
ORA-14100partition extended table name cannot refer to a remote object
PLS-00740ASSEMBLY identity specification exceeds the maximum allowed length
ORA-30394source statement identical to the destination statement
TNS-12643Client received internal error from server
ORA-12476least upper bound resulted in an invalid OS label
ORA-31047Could not retrieve resource data at path string
DRG-10510stopword is missing
ORA-23617Block string for script string has already been executed
DRG-51203found doc ids without mappings during get maps
KUP-04101record number rejected in file string
IMG-00803invalid attribute value
IMG-00554extra value in rotate operation
NCR-04020NCRR: Interface or instance name does not exist
PCC-02023Found end of file while scanning a PL/SQL statement
RMAN-06115changed backup piece available
RMAN-05000CONFIGURE AUXNAME required for datafile string
RMAN-08146channel string: specifying archived log(s) for validation
ORA-41400Bind character set (string) does not match database character set (string)
ORA-15097cannot SHUTDOWN ASM instance with connected RDBMS instance
ORA-16951Too many bind variables supplied for this SQL statement.




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
ORA-00000normal, successful completion
RMAN-08132WARNING: cannot update recovery area reclaimable file list
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-02117Invalid SQL Cursor usage: trying to OPEN an OPENed cursor