program too large PLS-00123

schulzlg

Member
I tried to compile a package, size 146 KB.
The following error occured 'program too large PLS-00123'.

When I use the statement "alter package package_name compile" it works.

Is there a restriction for the size of packages in the PL/SQL Developer ?

Who can help me ?

Thanks Stephan
 
Hello,

maybe in PSD you have set up to compile with debug information. the additional info may exceed the size limit.

regards
LMW
 
Back
Top