Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: PL/SQL question

Re: PL/SQL question

From: Mark G <markag_at_wonderstats.com>
Date: Fri, 18 Aug 2000 09:07:39 -0400
Message-ID: <F4155D9F9AA4D111B9990020AFBA52D53F6978@class06.ip061.sfi-software.com>

Yes there is, but that seems too small to be a package size issue.

Try putting the package and package body creation code into a script and fire the script from SQL*Plus:

SQL> @Package.sql
Package Created.
SQL>@PackagBody.sql
Package Body Created.
SQL> or something like that.

"Lisa Adcock" <ladcock_at_ford.com> wrote in message news:8nj9fg$o2b4_at_eccws12.dearborn.ford.com...
> Is there a maximum size that a package can be?
>
> My package body is about 800 lines and SQL*Plus is crashing. I am using
> SQL*Plus 3.1.3.5.4(yes, I know it's old).
>
>
>
>
>
Received on Fri Aug 18 2000 - 08:07:39 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US