ORA-03115: unsupported network datatype or representation.........
843853Jul 2 2001 — edited Jul 18 2002Hi
I am trying to use BLOB columns in Oracle DB with JDBC JDriver for Weblogic. This JDriver is a JDBC 2.0 Driver.
I am able to insert a EMPTY_BLOB() column but not able to update the same.
I get the following exception:
java.sql.SQLException: ORA-03115: unsupported network datatype or representation
when i attempt to SELECT the BLOB column for Update.
Can anybody help.
Thanks in Advance.