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-38950Source platform string not cross platform compliant
NMP-00008SNMP message has incorrect version, version 0 is required
ORA-32593database supplemental logging attributes in flux
ORA-53213cannot access DICOM data with invalid source type
EXP-00031Arraysize not in valid range. Using arraysize=number
QSM-01081no primary key or row id found for table, string, in MV, string
ORA-09704sstascre: ftok error in creating test and set pages.
RMAN-06802too many eligible base catalogs found
PCB-00554Must include SQLCA when mode=ANSI and WHENEVER SQLWARNING used
ORA-12052cannot fast refresh materialized view string.string
ORA-08210Requested I/O error
ORA-06711TLI Driver: error on bind
ORA-15236diskgroup string mounted in restricted mode
ORA-39702database not open for UPGRADE or DOWNGRADE
SQL*Loader-00622Column not found before end of logical record (use TRAILING NULLCOLS)
TNS-00314Protocol Adapter Errors: number,number
ORA-37071You may not execute a parallel OLAP operation against updated but uncommitted AW string.
DRG-52304This operation requires Query Stats to be enabled for the index
ORA-22886scoped table "string" in schema "string" is not an object table
RMAN-06709No scripts in recovery catalog




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