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 -> Re: EXECUTE IMMEDIATE Question

Re: EXECUTE IMMEDIATE Question

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Tue, 24 Jul 2001 22:42:11 +0100
Message-ID: <3B5DEBB3.7BA5@yahoo.com>

Nadeem Kafi wrote:
>
> Hi there,
>
> In my ongoing project, many of my procedures make heavy
> use of "Execute Immediate" PL/SQL command. Could somebody
> please comment on non-programming issues to consider
> when using this command? like performance e.g.
>
> TIA and Best Regards,
> Nadem Kafi.

As well an Johnathan's post, also see if a lot of DDL (create/alter/etc) is being done in the PL/SQL... If there is a lot, this often points to bad design, or people making non-Oracle assumptions about the Oracle database.

hth
connor

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Tue Jul 24 2001 - 16:42:11 CDT

Original text of this message

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