Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Program too large
Hello to all NewsReaders,
When I want to compile a package body
sqlplus answers "PLS-00123: program too large"
the text for the 00123 is:
Action:
The best solution is to modularize your program by
defining subprograms, which can be stored in an
Oracle database.
Another solution is to break your program into two sub-blocks.
Have the first block INSERT any data the second block needs
into a temporary database table. Then, have the second
block SELECT the data from the table.
I can follow the suggered actions but is there somewhere one parameter to modify and so increase the block size ?
Thanks for your answers.
Bertrand Lelangue, SIA,
Université catholique de Louvain la Neuve, Belgium.
Received on Wed Mar 25 1998 - 00:00:00 CST
![]() |
![]() |