ODP.net managed driver throws ORA-12570: Network Session: Unexpected packet read error

前端 未结 2 1370
臣服心动
臣服心动 2020-12-25 14:52

In one of our products we retrieve data from the Oracle database using stored procedures using the ODP.net managed driver.

Every now and then (roughly every 1000 que

2条回答
  •  一个人的身影
    2020-12-25 15:12

    After opening a ticket with the Oracle support, they sent an unofficial updated version of the managed ODP.net library which seems to fix the issue.

    Hopefully the fix should be part of the next ODAC release (the latest available today is from Oct 2015).

    If you see this error in your application, it's probably due to the same bug in the managed ODP.net library, not the way you use it.

    Another thing to consider is if something in the network infrastructure could interrupt idle tcp/ip connections during the execution of long requests as described in this SO answer.

提交回复
热议问题