Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Determining fields of a variable cursor
"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
![]() |
![]() |