PLS-00102: parser stack overflow because nesting is too deep
Cause: The parser, which checks the syntax of PL/SQL statements, uses a data structure called a stack; the number of levels of nesting in the PL/SQL block exceeded the stack capacity.
Action: Reorganize the block structure to avoid nesting at too deep a level. For example, move the lowest-level sub-block to a higher level.
PLS-00103
Custom Search


More Oracle errors
ORA-01265Unable to delete string string
ORA-07593ssprprv: Error release privileges
RMAN-12000execution layer initialization failed
ORA-30430list does not contain any valid summaries
QSM-02126no rowid at master site
ORA-44707No source language translation found
ORA-30565Only one INVALIDATE or UPDATE GLOBAL INDEXES clause may be specified
ORA-27147post/wait reset failed
ORA-38903DML error logging is not supported for abstract column "string"
ORA-01868the leading precision of the interval is too small
DIA-48214Sequence Overflow [string] [string] [string]
SQL*Loader-00299Virtual column string in table string.string cannot be loaded.
PCB-00631Host variable is not an External LOB
ORA-33261(DBERRLEN) Analytic workspace string extension number truncated at number bytes while trying to read at number.
ORA-23370table string and table string are not shape equivalent (string)
PGU-00300internal error code; arguments: [number], [string]
DIA-48195OS command to remove a directory failed
PROC-00007Cannot perform cluster registry operation because key handle is invalid.
ORA-06540PL/SQL: compilation error
ORA-01323Invalid state




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
PLS-00102parser stack overflow because nesting is too deep