compiling large package

ck

Member
i'm trying to compile a pl-sql package in ps/sql developer but it fails with the following error:

Error: PLS-00123: program too large

the package is large, about 180 kilobytes.

but when i compile the same package in SQL Navigator from Quest, it works fine.

any idea why it will not work in pl/sql developer?
 
mike, thanks for the response. i had that option turned off and it stil wouldn't work.

i was on version 6.0.3, so i installed 6.0.5 and the problem went away...
 
Back
Top