情况是这样,我在weblogic中配置的OCI数据源。然后在程序中调用改数据源去插入blob数据,每次执行时就报这个错误,有人遇到过这样的问题吗?
环境是:weblogic9.2 ,oracle服务器是10.1,客户端是10.2.0.************************************************************************************************
weblogic.rjvm.PeerGoneException: ; nested exception is: 
weblogic.utils.net.SocketResetException - with nested exception:
[java.net.SocketException: Connection reset]
at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:137)
at weblogic.jdbc.rmi.internal.PreparedStatementImpl_weblogic_jdbc_wrapper_PreparedStatement_oracle_jdbc_driver_T2CPreparedStatement_920_WLStub.executeUpdate(Unknown Source)
at weblogic.jdbc.rmi.internal.PreparedStatementStub_weblogic_jdbc_rmi_internal_PreparedStatementImpl_weblogic_jdbc_wrapper_PreparedStatement_oracle_jdbc_driver_T2CPreparedStatement_920_WLStub.executeUpdate(Unknown Source)
at weblogic.jdbc.rmi.SerialPreparedStatement_weblogic_jdbc_rmi_internal_PreparedStatementStub_weblogic_jdbc_rmi_internal_PreparedStatementImpl_weblogic_jdbc_wrapper_PreparedStatement_oracle_jdbc_driver_T2CPreparedStatement_920_WLStub.executeUpdate(Unknown Source)
at com.yx.idc.exchange.wssp_v2.client.sender.StoreData.UpdateBlobForExist(StoreData.java:204)
at com.yx.idc.exchange.wssp_v2.client.sender.StoreData.save(StoreData.java:76)
at test.Test.main(Test.java:17)
Caused by: weblogic.utils.net.SocketResetException - with nested exception:
[java.net.SocketException: Connection reset]
at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:709)
at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:638)
at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:282)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
--------------- nested within: ------------------
weblogic.rmi.extensions.RemoteRuntimeException: Unexpected Exception - with nested exception:
[weblogic.rjvm.PeerGoneException: ; nested exception is: 
weblogic.utils.net.SocketResetException - with nested exception:
[java.net.SocketException: Connection reset]]
at weblogic.jdbc.rmi.internal.PreparedStatementImpl_weblogic_jdbc_wrapper_PreparedStatement_oracle_jdbc_driver_T2CPreparedStatement_920_WLStub.executeUpdate(Unknown Source)
at weblogic.jdbc.rmi.internal.PreparedStatementStub_weblogic_jdbc_rmi_internal_PreparedStatementImpl_weblogic_jdbc_wrapper_PreparedStatement_oracle_jdbc_driver_T2CPreparedStatement_920_WLStub.executeUpdate(Unknown Source)
at weblogic.jdbc.rmi.SerialPreparedStatement_weblogic_jdbc_rmi_internal_PreparedStatementStub_weblogic_jdbc_rmi_internal_PreparedStatementImpl_weblogic_jdbc_wrapper_PreparedStatement_oracle_jdbc_driver_T2CPreparedStatement_920_WLStub.executeUpdate(Unknown Source)
at com.yx.idc.exchange.wssp_v2.client.sender.StoreData.UpdateBlobForExist(StoreData.java:204)
at com.yx.idc.exchange.wssp_v2.client.sender.StoreData.save(StoreData.java:76)
at test.Test.main(Test.java:17)