Database Error Messages

PLS-00123

program too large (string)

Action

Revise the PL/SQL program so that it no longer exceeds the reported limit. The specific revision depends on the limit that was exceeded. However, usually a simple reduction in the size of the unit being compiled will fix the problem. Consider splitting the library unit into two or more library units, or shrinking repetitious or patterned code (possibly by creating helper routines).