Coding Considerations When Using JDBC To Manipulate Tables That Contain CLOB And BLOB Columns
(Doc ID 1455105.1)
Last updated on DECEMBER 15, 2022
Applies to:
JDBC - Version 10.2.0.1 to 12.2.0.0.0 [Release 10.2 to 12c]Information in this document applies to any platform.
Symptoms
JDBC applications that retrieve BLOB or CLOB objects from tables, or insert them into tables, may show an increase in temporary tablespace on the database server. In the long term this can lead to memory exhaustion. The problem can be confirmed by running
and noting a steady increase in the number of temporary LOB objects.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |