Program too large and debug information

ner

Member
When I have a big package, I cannot compile it with the debug option: Add debug information when compiling, because It has the error: program too large.
However, when I remove "add debug information" option I can compile it correctly, but I cannot see debug information when debugging.
Can we avoid this? I mean, I want to see the debug information and compile the package. Is this possible?
 
I don't think this is possible, apparently you are running into an Oracle Server limitation. The only solution would be to split the package.

Note that newer versions of Oracle generally increase the maximum object size limit. A server upgrade could possibly solve the issue as well.
 
Back
Top