Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Dynamically Calling Procedures
Hi,
Is there a way to dynamically call a stored procedure?
I would like to do something like:
BEGIN
SELECT procedure_name
INTO w_proc_name FORM Actions
EXECUTE w_proc_name;
END; I have been playing with DBMS_SQL, but this seems to only let you create queries, and not execute programs.
kd Received on Fri Aug 28 1998 - 11:50:41 CDT
![]() |
![]() |