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 Function Calls

Re: PL/SQL Function Calls

From: Cris Carampa <cris119_at_operamail.com>
Date: Mon, 06 Jun 2005 13:35:15 +0200
Message-ID: <42a4350a$0$17096$5fc30a8@news.tiscali.it>


Bullseye wrote:

> PROCEDURE test (ProcName) IS
> BEGIN
> DECLARE
>
> BEGIN
> << do something>>
>
> < Execute Procedure 'ProcName' as passed in Arguments >>;

execute immediate 'begin '||ProcName||'; end;' ;

>
> << do something else
> END;
> END;
Kind regards,

-- 
Cris Carampa (cris119_at_operamail.com)
"E` evidente che siamo di fronte allo sfruttamento opportunistico
  di quella quota di astensioni fatalmente derivanti da disinteresse
  o indifferenza." (Gustavo Zagrebelsky)
Received on Mon Jun 06 2005 - 06:35:15 CDT

Original text of this message

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