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: Determining fields of a variable cursor

Re: Determining fields of a variable cursor

From: Oracle Newbie <f93c0532_at_yahoo.com>
Date: Fri, 16 Jul 2004 11:36:12 +0500
Message-ID: <2lpb90Feuh96U1@uni-berlin.de>

"Daniel Morgan" <damorgan_at_x.washington.edu> wrote in message news:1089958832.514561_at_yasure...
> Oracle Newbie wrote:
> > How is it possible to determine the fields of a cursor variable that is
> > passed to a procedure thru code
> >
> >
> > CREATE OR REPLACE PROCEDURE myProc ( crs cur_var )
> > BEGIN
> > /* Code that determines the fields of cursor variable crs.
> > Is it possible? */
> >
> > END;
>
> Read the code.
>
> Daniel Morgan
>

There is no code, Actually I have to write the code that determines the fields/columns of the cursor variable. I want to know if it is possible. Received on Fri Jul 16 2004 - 01:36:12 CDT

Original text of this message

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