Skip to Main Content

ODP.NET

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!

Oracle Managed driver - ORA-12571

user2976445Nov 4 2014 — edited Nov 4 2014

Hi,

We are having issues with Oracle Managed driver on Windows Server 2008 R2. The exception is below. It does't happen every time.It happendĀ  40 times today and in 95% of the cases it is on one or two specific methods. Is this a known issue? Currently we had to return to unmanaged driver because this was producing to many production incidents.

Thank you in advance,

Luk

System.Web.Services.Protocols.SoapException System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Oracle.ManagedDataAccess.Client.OracleException: Oracle error ORA-12571 encountered ---> OracleInternal.Network.NetworkException: Oracle error ORA-12571 encountered ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at OracleInternal.Network.TcpTransportAdapter.Send(OraBuf OB) --- End of inner exception stack trace --- at OracleInternal.Network.TcpTransportAdapter.Send(OraBuf OB) at OracleInternal.Network.WriterStream.Write(OraBuf OB) at OracleInternal.TTC.OraBufWriter.FlushData() at OracleInternal.TTC.OraBufReader.GetDataFromNetwork() at OracleInternal.TTC.OraBufReader.Read(Boolean bIgnoreData) at OracleInternal.TTC.TTCSimpleOperations.ReadResponse() --- End of inner exception stack trace --- at Oracle.ManagedDataAccess.Client.OracleException.HandleError(OracleTraceLevel level, OracleTraceTag tag, Exception ex) at OracleInternal.TTC.TTCSimpleOperations.ReadResponse() at OracleInternal.ServiceObjects.OracleTransactionImpl.Rollback() at Oracle.ManagedDataAccess.Client.OracleTransaction.Rollback() at Webpos.DAL.OracleOdp.OracleOdpProvider.CloseConnection(Boolean commitPendingTransaction) at IndProdServ.TelesalesWS.ObradiBrzeZahtjeve

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 2 2014
Added on Nov 4 2014
1 comment
2,584 views