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: DYNAMIC PROCEDURE CALL

Re: DYNAMIC PROCEDURE CALL

From: Rowan McCammon <rowanm_at_intercoast.com.au>
Date: 1997/05/03
Message-ID: <MPG.dd514bd8084df23989681@news.acay.com.au>#1/1

In article <3365CA3D.47DB_at_sodalia.it>, rizzoli_at_sodalia.it says...
> How can I store a procedure name in a Variable and then call it?
> i.e.:
>
> name := 'proc' || variable || '1';
> Now in name I have the name of my procedure.
> How can I call it in another procedure?
>
> Please Help me.
> E-mail me.
> Thanks
>
> --
> E-mail : mrizzoli_at_inf.unitn.it
>

You could check out the predefined package DBMS_SQL to see if that would help.

Ro. Received on Sat May 03 1997 - 00:00:00 CDT

Original text of this message

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