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

Home -> Community -> Usenet -> c.d.o.server -> create package

create package

From: S2 <email_at_mail.com>
Date: Tue, 08 Oct 2002 15:23:32 GMT
Message-ID: <3DA2F872.2020202@mail.com>


hi.

i want to dinamically create a package in a pl/sql procedure. to do this, i create a varchar2(4000) variable, write the code of the procedure in it, and then execute immediate the variable.

my problem is the limit of 4000 chars, because it could be that the package body i want to create with execute immediate is a lot larger than 4000 chars, and i can't execute immediate a clob variable (doesn't work, seems to me that execute immediate does'nt support clobs as argument).

any solutions?

(i work on oracle 9i)

-- 

regards,
Simon
Received on Tue Oct 08 2002 - 10:23:32 CDT

Original text of this message

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