SQL-02131: Runtime context in use
Cause: Your application attempted to execute a SQL statement using a runtime context that is already in use.
Action: Rewrite the application to either wait for one thread to complete before executing another SQL statement with the same runtime context, or to allocate and use a separate runtime context for each thread.
SQL-02132
Custom Search


More Oracle errors
PCB-00901Pro*COBOL internal error condition detected (Code = number)
ORA-02065illegal option for ALTER SYSTEM
PGU-50001error reading the log file.
ORA-01879the hh25 field must be between 0 and 24
OCI-31022Element not found
ORA-02451duplicate HASHKEYS specification
TNS-01029Services Summary...
ORA-31474Invalid change view window
ORA-56606DRCP: Client version doesnot support the feature
RMAN-05015WARNING: not enough information in recovery catalog for specified point in time recovery
ORA-07595sppid: $GETJPIW failure
ORA-37144(MDQUERY01) string is not a valid metadata object type for MDQUERY.
ORA-12528TNS:listener: all appropriate instances are blocking new connections
ORA-44707No source language translation found
SQL*Loader-00135Invalid argument for RESUMABLE
PLS-00518This INSERT statement requires VALUES clause containing a parenthesised list of values
ORA-12407unauthorized operation for policy string
ORA-01657invalid SHRINK option value
ORA-25337Cannot propagate in queue-to-queue mode to a database with version lower than 10.2
ORA-01352tablespace given for Logminer spill does not exist




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-02131Runtime context in use