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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: PL/SQL & java question

RE: PL/SQL & java question

From: Thomas L. Harleman <tharleman_at_iquest.net>
Date: Tue, 30 May 2000 08:33:04 -0500
Message-Id: <10513.107094@fatcity.com>


You might try a package rather than a procedure/function. The package would contain procedures to open the cursor, fetch individual rows, check the cursor status, and close the cursor. But then, you can do all that in java....

Tom Harleman
ThinkFast CONSULTING, Inc. (formerly Pinnacle Solutions) Technical Consultant
3500 DePauw Blvd. Suite 2071
Indianapolis, IN 46268
tharleman_at_thinkfast.com
317-334-1317 Office
317-334-1301 Fax

-----Original Message-----
From: root_at_fatcity.com [mailto:root_at_fatcity.com]On Behalf Of Andrey Bronfin
Sent: Monday, May 29, 2000 12:59 PM
To: Multiple recipients of list ORACLE-L Subject: PL/SQL & java question

Dear DBAs !

A simple question , but i found nothing in the documentation .

The developers want me to write a PL/SQL stored procedure that will return multiple rows .
The question is , how do we pass the output to the Java program that calls my stored procedure ? ( by OUT variables ? ) And how does the calling program accept multiple rows .

I know that's a stupid question , but we all are beginners and we have nobody to ask , except U , dear listers . TIA .

--
Author: Andrey Bronfin
  INET: bronfin_at_VisualTop.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue May 30 2000 - 08:33:04 CDT

Original text of this message

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