ORA-30688: maximum program calling depth exceeded



ORA-30688: maximum program calling depth exceeded..

Answer / guest

Cause: Your program contains a set of calls that are too
deep to be handled. Only transitions between the different
execution engines (SQL, PL/SQL, and Java) count in reaching
this limit; calls within the same engine don't count.

Action: Restructure your program so as to not call so
deeply. Perhaps some recursion can be replaced with iteration.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-19587: error occurred reading string bytes at block number string

1 Answers  


ORA-26000: partition load specified but table string is not partitioned

1 Answers  


ORA-12678: Authentication disabled but required

1 Answers  


RMAN-10000: error parsing target database connect string "string"

1 Answers  


RMAN-02006: script line too long

1 Answers  






ORA-29251: Index1 is greater than Index2 in call to dbms_sql.bind_array

1 Answers  


TNS-12151: TNS:received bad packet type from network layer

1 Answers  


ORA-28519: no heterogeneous data dictionary translations available

1 Answers  


PCC-02401: Host variable arrays of this type are currently not supported

1 Answers  


IMG-02005: 2FF05 - incorrect color specification

1 Answers  


IMG-00516: default channel out of range

1 Answers  


NNL-00530: quit|exit : exit the names control program

1 Answers  


Categories