PLS-00214: BEGIN...END block nesting is too deep
Cause: The number of levels of nesting in the PL/SQL block is too large. Blocks can be nested up to 255 levels deep, depending on the availability of system resources such as memory.
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-00215
Custom Search


More Oracle errors
RMAN-06930Cannot specify SKIP clause more than once
ORA-07700sksarch: interrupt received
DRG-12013This method has already been performed - repeat operation?
OCI-22285non-existent directory or file for string operation
ORA-13825missing SQL statement text for create SQL profile
RMAN-08601channel string: AUTOBACKUP string found in ASM disk group string
ORA-14129INCLUDING INDEXES must be specified as tables have enabled UNIQUE constraints
ORA-55505DDL done on an interesting object after mining start SCN
RMAN-08549database name (or database unique name) used for search: string
ORA-25243CONSUMER_NAME cannot be specified when dequeuing from exception queue string.string
PCC-02334SQL identifier was not declared as a cursor
ORA-22878duplicate LOB partition or subpartition specified
PCB-00215OCCURS TO TIMES clause not allowed for host variable "string"
ORA-19043Multiply nested XMLROOT function disallowed
ORA-22956The set contains no elements
SQL*Loader-00255Log file for error recovery not used by SQL*Loader
ORA-01655unable to extend cluster string.string by string in tablespace string
PCB-00003Value of DBMS option invalid with given value of MODE option
ORA-02086database (link) name is too long
ORA-19679RMAN configuration number string is outside valid range of 1 through string




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-00214BEGIN...END block nesting is too deep