Hi all,
I’m facing an issue with CLOB download in an ADF 14C application. On the server environment, I’m getting the following error:
java.sql.SQLException: ORA-17192: Operation on freed LOB.
https://docs.oracle.com/error-help/db/ora-17192/
at oracle.jdbc.driver.OracleClob.getAsciiStream(OracleClob.java:698)
at oracle.jdbc.driver.OracleClob.getAsciiStream(OracleClob.java:682)
at oracle.sql.CLOB.getAsciiStream(CLOB.java:459)
Reference: Oracle Docs – ORA-17192
Interestingly, the same functionality works fine on my localhost.
Has anyone encountered this before? Could it be related to configuration differences between localhost and the server environment? Any pointers on what settings to check would be really helpful.
Thanks in advance!
Rekha