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

Home -> Community -> Mailing Lists -> Oracle-L -> Stored procedures that return multiple rows

Stored procedures that return multiple rows

From: Paul Baumgartel <pbaumgartel_at_mortgagesight.com>
Date: Thu, 23 Aug 2001 12:00:12 -0700
Message-ID: <F001.00375DB3.20010823121039@fatcity.com>

We're considering a mandate
that all database access be via stored procedures (probably in packages).  These would be called either via OCCI (the C++ call interface) or JDBC.  My question is whether anyone's had experience in returning a result set from a PL/SQL procedure under these circumstances, and how it was implemented:  did you return a ref cursor, an index-by table, a set of arrays....?  Any advice will be appreciated.  Thanks!
 

Paul Baumgartel MortgageSight
Holdings, LLC pbaumgartel_at_mortgagesight.com

 
Received on Thu Aug 23 2001 - 14:00:12 CDT

Original text of this message

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