Bug in PL/SQL Dev 7 with Oracle 9.2.0.6 with compiling package

Aggieangler

Member²
I have a package that I have built and maintained for a few years now in PL/SQL Dev. For some reason, when I compile the package in an oracle 9.2.0.4 instance, it compiles fine. When I compile the same exact package into my 9.2.0.6 instance on a seperate server, it gives me the following:

PLS--000123: program too large

However, when I go into SQLPLUS and compile the package it compiles just fine with no errors. Same thing for Enterprise manager.

Has anyone seen this before? Is it possible that it is having trouble receiving back info from Oracle for some reason? :eek:

Thanks,

Aggieangler
 
Turn off compile with DEBUG info for this pacakge via the preferences. This is a known Oracle bug. Search the forum for my previous posts on this topic.

Jason Vogel
 
Thanks for the info Jason. I did some preliminary searching before posting but somehow missed the post. I am not sure how, now that I look at how logical your title was, but all I can do is apologize.

I added just this package to be handled in this way, as Marco mentioned in the other post. I also noticed that it still lets me know that it compiled successfully, which is great.

Thanks for the help...and Marco, I am huge believer in this app! It saves me about 500 man hours a year in needless debugging work alone!
 
Back
Top