ERROR | implementation restriction - too many debug records |
CAUSE | The program is so large that it overflowed a compiler limit on the size of the debug symbol table. The module was compiled with partial debugging information. |
ACTION | Compile the module with PLSQL_DEBUG=FALSE, or split it into multiple modules |