Oracle Package Body Content window is blank for Large package

sakalk

Member²
Hi,
I have a oracle package body that has around 25,000 lines of code, when opened to view spec and body, the Contents window(that summarises the list of procedures and functions) is blank. Is there any limit or any preferences that controls this please?

My PLsqld Version 14.0.6.1988 (64 bit)

Many Thanks
Sak
 
There is no limit, but it may be that the code has a syntax error that prevents the Code Contents from being displayed.

It may also be a compatibility issue. In that case you can send the package body to support@allroundautomations.com for verification.
 
Hi Marco,
The package is compiled fine in the database, so there aren't any syntax errors, I have just emailed it to the email you suggested above for you to check it out.
Thanks
Sak
 
Did you try to comment a half of package methods to find one, which is incorrect? Uncomment. Then comment the half of that half, check "code contents", uncomment and so on... When you find exact method, continue comment-uncomment process for method's code. I mean "dichotomy method".
 
Last edited:
Back
Top