Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: PL/SQL Question
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
![]() |
![]() |