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: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Thu, 15 Jul 2004 23:20:14 -0700
Message-ID: <1089958832.514561@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 Received on Fri Jul 16 2004 - 01:20:14 CDT

Original text of this message

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