PLS00123 - Program too large?

meekinaf

Member
I have a rather large stored procedure, about 3000 lines. I am trying to compile it as I have before and now I'm getting "program too large". What can I do?
Anita
 
If a compilation causes such an error, then I suspect a problem with the "debug information" mode. To verify this, go to Tools > Preferences > Debugger tab page, disable the "Add debug information when compiling" option, and retry the compilation.
 
Back
Top