Re: Query regarding compilation of PL/SQL code
From: Mageshwar Sivagnanam <magesh_at_pacific.net.sg>
Date: 1996/04/14
Message-ID: <4kqe02$bbh_at_raffles.technet.sg>#1/1
Date: 1996/04/14
Message-ID: <4kqe02$bbh_at_raffles.technet.sg>#1/1
Hi,
I had encountered a set of similar errors under the same circumstances.
What I did (and it worked) was, I broke up that huge piece of code into multiple little procedures.
Oracle (Pl/SQL) has a limitation and this is documented somewhere in their manuals. I do not remember exactly where. Try going thru' the Application Developer's reference anual/PL/SQL reference manuals.
Anyway, break up your code and I guess it should be okay.
Best,
Magesh.
Received on Sun Apr 14 1996 - 00:00:00 CEST