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: 26 Sep 2005 14:35:03 -0700
Message-ID: <1127770503.003040.303560@g47g2000cwa.googlegroups.com>


Actually, it's the other way around. I have a procedure in my client program that must be called at the appropriate time by a procedure in the package -- a callback. And I have to pass an argument from the package procedure back to the procedure in the client program.

I'm an old lisp hacker, trapped in a PL/SQL body. This kind of thing -- higher-order functions -- is normal in the lisp world, but doesn't exist in the PL/SQL world. I'm trying to find a way to make it work.

Phil Received on Mon Sep 26 2005 - 16:35:03 CDT

Original text of this message

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