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

Determining fields of a variable cursor

From: Oracle Newbie <f93c0532_at_yahoo.com>
Date: Fri, 16 Jul 2004 10:02:26 +0500
Message-ID: <2lp5p7Ff8jdkU1@uni-berlin.de>


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; Received on Fri Jul 16 2004 - 00:02:26 CDT

Original text of this message

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