URGENT !! ClassCastException in CLOB.createTemporary Feb
365776Feb 27 2003 — edited Mar 3 2003I 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