Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Stored Proc with Cursor Param

Re: Stored Proc with Cursor Param

From: Geoff <nospam_at_nospam.com>
Date: Sat, 27 May 2006 04:00:08 GMT
Message-ID: <c9Qdg.87$eB3.82@newsread3.news.pas.earthlink.net>


One interesting thing is all their c demo files use obsolete oci calls and a cursor, a cursor being of type cda_def. Here,

http://download-east.oracle.com/docs/cd/B19306_01/appdev.102/b14250/oci01int.htm

. . . it says, 'Note: cursors are not used in release 8.x or higher'. The
link you provided,

http://download-west.oracle.com/docs/cd/B19306_01/appdev.102/b14250/oci05bnd.htm#sthref795

. . . shows using a statement handle as a cursor but there are no examples
of it in their demo files.

-g Received on Fri May 26 2006 - 23:00:08 CDT

Original text of this message

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