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: PL/SQL Question

Re: PL/SQL Question

From: Cris Carampa <cris119_at_operamail.com>
Date: Thu, 06 Nov 2003 11:57:58 +0100
Message-ID: <bod9ji$ga8$1@panco.nettuno.it>


Jeremy wrote:

> I seem to recall a feature where you could have an in-line procedure
> declared (i.e. sort of within the procedural code of another procedure).
> Tell me, am I imagining things?

Are you talking about something like that?

begin

   execute immediate 'begin dbms_output.put_line(''hello''); end; ' ; end ;
/

If you are talking about that, yes, it can be done :)

Kind regards,

-- 
Cris Carampa (spamto:cris119_at_operamail.com)

"Poveri fanatici comunisti, noglobal e affetti dalla sindrome
anti-microsoft" (gli utenti Linux secondo un poster di ICOD)
Received on Thu Nov 06 2003 - 04:57:58 CST

Original text of this message

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