Is there anyway to determine the statement that's holding a LOB object in temp?
We have an application running on WebLogic, and using JDBC to connect to an Oracle database.
It's been observed that over time, the amount of temp space consumed by LOB objects continually increases until out of temp space errors start occurring.
We've followed the instructions in MOS Doc ID 1384829.1 and set event 60025 to clean up temp tablespace from temp LOBS without closing JDBC connection, but that has had no effect.
Other doc such as Doc ID 2297060.1 indicate that application code needs to change, in order for the temp LOBS to be released. The problem is that nowhere in the code is there any explicit creation of temp lobs.