temp tablespace becomes full, not released by JDBC thin client ojdbc14.jar [message #418548] |
Mon, 17 August 2009 04:33 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
pashish80
Messages: 4 Registered: May 2008 Location: Mumbai
|
Junior Member |
|
|
Hi ,
our java web application calls a stored procedure every 10 seconds or so , it has an output parameter of type clob.
PROCEDURE PR_GET_MKT_DATA
(
pi_LIST IN VARCHAR2,
po_RETSTR OUT CLOB
);
This is called using prepared statement,
java.sql.clob (ojdbc14.jar) is used (oracle 10g)
--------------------------------------------------------------------------------
clob.getSubString(arg0, arg1) to retrieve the data.
The issue faced is that the temp tablespace becomes full, not released by JDBC thin client.
Thanks.
|
|
|
|