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: Howto return data > 4k from a stored procedure ?!

RE: Howto return data > 4k from a stored procedure ?!

From: Srinivasan Subramanian kandallu <srinivasan.kandallu_at_wipro.com>
Date: Mon, 17 Jul 2000 15:03:18 +0530
Message-Id: <10561.112150@fatcity.com>


There is no other answer for this question even if this question is raised for 100 times!!!!
You can store upto 32k of characters in a pl/sql variable.Please dont confuse urself with Oracle column datatype against pl/sql variable

-----Original Message-----
From: root_at_fatcity.com [mailto:root_at_fatcity.com]On Behalf Of Andreas Jung
Sent: Monday, July 17, 2000 1:52 PM
To: Multiple recipients of list ORACLE-L Subject: Howto return data > 4k from a stored procedure ?!

We are using Java stored procedures inside an Oracle 8i database. Some of the procedure need to return strings between 4k and 100k large (either as return parameter or as OUT parameter). But the Oracle datatype to Java datatype mapping does not allow to pass strings > 4k because VARCHAR2 is limited to 4000 bytes.

Is there a way to get rid of this limitation ?

Andreas

--
Author: Andreas Jung
  INET: ajung_at_sz-sb.de

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 Mon Jul 17 2000 - 04:33:18 CDT

Original text of this message

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