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: Dynamically calling procedures AND returning REF CURSORs

Re: Dynamically calling procedures AND returning REF CURSORs

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Wed, 10 Aug 2005 19:10:00 +0200
Message-ID: <f6dkf1plap61pbmq1j9mhfb7puh9k13gbb@4ax.com>


On 10 Aug 2005 00:21:53 -0700, "Rasika WIJAYARATNE" <rasikaw_at_gmail.com> wrote:

>Hello,
>
>I want to pass a list of proc names along with their arguments to a
>parent proc. The parent proc then needs to dynamically call the procs
>one-by-one passing in the params for each proc, and then return REF
>CURSORs back to the caller (in this case the data access layer of the
>application).
>
>Is this possible?
>
>Rasika.

It should be possible but highly unscalable.

--
Sybrand Bakker, Senior Oracle DBA
Received on Wed Aug 10 2005 - 12:10:00 CDT

Original text of this message

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