Skip to Main Content

Java Database Connectivity (JDBC)

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!

URGENT !! ClassCastException in CLOB.createTemporary Feb

365776Feb 27 2003 — edited Mar 3 2003
I get oracle Connection from websphere datasource.
The connection object is of type com.ibm.ejs.cm.proxy.OracleConnectionProxy
This is not compatible with CLOB.createTemporary
The code I execute is:

CLOB.createTemporary(conn, true, CLOB.DURATION_SESSION); It gives me ClassCastException.

I saw these kind of problems but have not seen any solution!


Any help is appreciated.
Thanks
Nadeem
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 31 2003
Added on Feb 27 2003
2 comments
384 views