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!

ORA-03115: unsupported network datatype or representation.........

843853Jul 2 2001 — edited Jul 18 2002
Hi
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 15 2002
Added on Jul 2 2001
8 comments
720 views