PLS-00214: BEGIN...END block nesting is too deep



PLS-00214: BEGIN...END block nesting is too deep..

Answer / guest

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.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

IMG-00804: Syntax error in attribute string

1 Answers  


ORA-24802: user defined lob read callback error

1 Answers  


ORA-25204: invalid value, SEQUENCE_DEVIATION should be BEFORE or TOP

1 Answers  


ORA-23322: Privilege error accessing pipe

1 Answers  


ORA-13604: The specified parameter string cannot be fetched as a SQL table.

1 Answers  






SQL-02108: Invalid descriptor passed to run-time library

1 Answers  


TNS-12645: Parameter does not exist.

1 Answers  


DRG-12430: mandatory argument missing: string

1 Answers  


TNS-00075: NOTE: the user may get the status info of a remote

1 Answers  


DRG-50858: OCI error: string

1 Answers  


ORA-30380: REWRITE_TABLE does not exist

1 Answers  


PCC-02335: body of cursor must name statement identifier

1 Answers  


Categories