While passing a file in the form of a blob to an Oracle database- I'm getting this error in Weblogic. This same code works fine in Tomcat server:
Cause: java.sql.SQLException: Fail to convert to internal representation:
weblogic.jdbc.wrapper.Blob_oracle_sql_BLOB@3
; uncategorized SQLException for SQL []; SQL state [99999]; error code [17059];
Fail to convert to internal representation: weblogic.jdbc.wrapper.Blob_oracle_sql_BLOB@3;
nested exception is java.sql.SQLException: Fail to convert to internal representation:
weblogic.jdbc.wrapper.Blob_oracle_sql_BLOB@3
Please help me sort this.