Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How can I get information about name columns returned in ref cursor type ???

Re: How can I get information about name columns returned in ref cursor type ???

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Wed, 09 Mar 2005 15:12:10 -0800
Message-ID: <1110409737.268034@yasure>


Maciek wrote:
> Hi,
>
>
> I have some problem. Some PL/SQL procedure return parameter which is a ref cursor type. Can I get
> information about column names returned in ref cursor ???.
> I know, that I can get information about column names by using dynamic SQL and dbms_sql package.
> There is a procedure (describe_columns) which return information about columns, but it required a
> cursor id. Can I get information about cursor id from ref cursor ? If not, what can I use to get information
> about column names returned in ref cursor ???
>
>
> Thanks
>
>
> Maciek

No.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Wed Mar 09 2005 - 17:12:10 CST

Original text of this message

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