Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Issue with CLOB Download in ADF 14C – Works on Localhost but Fails on Server

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

Comments
Post Details
Added 15 hours ago
0 comments
4 views