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

Home -> Community -> Usenet -> c.d.o.misc -> Re: dbms_sql help

Re: dbms_sql help

From: DA Morgan <damorgan_at_psoug.org>
Date: Sun, 12 Mar 2006 10:40:26 -0800
Message-ID: <1142188809.29807@yasure.drizzle.com>


Eitan wrote:
> Well,
> I didn't know about execute immediate.
> (Is it simplier ? any sample , please).
> (for oracle 8i and greater).
>
> Thanks :)

Easier but lacking some functionality that can only be accomplished using the DBMS_SQL built-in package. One example of which is executing a PL/SQL table which can contain an executable statement up to 4GB in size (perhaps larger with 10gR2 though I've not tested it above 4GB).

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Sun Mar 12 2006 - 12:40:26 CST

Original text of this message

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