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 -> REF CURSOR used as an INOUT parameter in a stored procedure

REF CURSOR used as an INOUT parameter in a stored procedure

From: Matthew Field <mfield_at_wi.jdtv.com>
Date: 1998/01/16
Message-ID: <34BFDDE8.3ABC0C8B@wi.jdtv.com>#1/1

Hi everyone,

I need to call some stored procedures from within a java app. These procedures use a REF CURSOR as an INOUT parameter. It is fairly clear from the RefCursorExample.java how to do this when the REF CURSOR is an OUT but I have not been able to track down what setXXX to use or what to set it to.

I know that the REF CURSOR as an OUT has been addressed here before but I find no evidence of it being addressed as an INOUT.

Thanks in advance for any help
Matthew Field
mfield_at_wi.jdtv.com Received on Fri Jan 16 1998 - 00:00:00 CST

Original text of this message

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