Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: pl/SQL size
Hi Peter,
The PL/SQL compiler imposes a limit on program size. The limit depends on the mix of statements in your PL/SQL program and the memory available on your platform. Programs that exceed the limit cause a "program too large" compilation error. The best solution to this problem is to modularize your program by defining subprograms, which can be stored in an ORACLE database.
Sanjay
208-9475_at_mcimail.com
![]() |
![]() |