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: PL/SQL tables

Re: PL/SQL tables

From: Matthias Gresz <GreMa_at_t-online.de>
Date: 1997/11/07
Message-ID: <63v1hj$uo4$1@news01.btx.dtag.de>#1/1

Haresh Assumal wrote:
>
> Hello,
> I would like to find a way to write a function that is able to define
> (create) 'n' number of PL/SQL tables at runtime, populate them then return
> 'n' number of pl/sql tables (columns) to a calling application. I would
> imagin that I would need to return a cursor but I'm not sure how to do
> this.
>
> Is this possible?
>
> Thanks,
> Haresh
> E-mail: assumal_at_sprynet.com

Hi,

instead of returning a cursor (which I think is not possible) try it using ORACLES aquivalent of arrays.

-- 
Regards

M.Gresz    :-)
Received on Fri Nov 07 1997 - 00:00:00 CST

Original text of this message

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