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: Understanding EXECUTE IMMEDIATE

Re: Understanding EXECUTE IMMEDIATE

From: <pbewig_at_swbell.net>
Date: 27 Sep 2005 05:36:49 -0700
Message-ID: <1127824608.996908.199810@g47g2000cwa.googlegroups.com>


Again, I'm not executing insecure code entered bya user during the run of the program. I'm executing trusted code written by a programmer as part of a PL/SQL client.

To my lispish eyes, EXECUTE IMMEDIATE looks a lot like eval. But I am learning that it's not. The only environment that EXECUTE IMMEDIATE can see is the database; it can see nothing in the enclosing PL/SQL program.

That means my client code will have to store the called-back procedure in a known place in the database, so that the package can call it when needed.

Phil Received on Tue Sep 27 2005 - 07:36:49 CDT

Original text of this message

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