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: <sybrandb_at_yahoo.com>
Date: 16 Jul 2004 04:11:58 -0700
Message-ID: <a1d154f4.0407160311.53e22642@posting.google.com>


"Oracle Newbie" <f93c0532_at_yahoo.com> wrote in message news:<2lpb90Feuh96U1_at_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.

The docs would have told you it is not possible. Apparently you didn't read them.

Sybrand Bakker
Senior Oracle DBA Received on Fri Jul 16 2004 - 06:11:58 CDT

Original text of this message

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