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 -> procedure name as a variable

procedure name as a variable

From: Juan <jgarza_at_tdhca.state.tx.us>
Date: Wed, 20 May 1998 22:02:02 -0600
Message-ID: <6k059d$n70$1@excalibur.flash.net>


Is there anyway to call a procedure where the name of the procedure is in a variable. (like a pointer or something).

example:
procedure Test1 is
v_procedure_name varchar2(20);
begin
v_procedure_name := 'Test2';
v_procedure_name;
end; Received on Wed May 20 1998 - 23:02:02 CDT

Original text of this message

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