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 -> Help With procedures....

Help With procedures....

From: <skudsi_at_my-deja.com>
Date: Sun, 13 Feb 2000 03:40:23 GMT
Message-ID: <885937$2br$1@nnrp1.deja.com>


Hi ,
I need help on how to call a procedure from within another procedure based on a parameter. I have a procedure to which I pass the name of the proper procedure to execute. I don't want to use IF statments to execute the right procedure but to use the vriable name immediately.

To Summerize :

I need to see how I can do this:
calling_proc( the_procedure)
Begin
EXECUTE the_procedure(....)
END thanks for any help.
Sam

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Sat Feb 12 2000 - 21:40:23 CST

Original text of this message

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