Removing The Exception Ora 12570 Network Session Unexpected Packet Read Error

Asked By 0 points N/A Posted on -
qa-featured

In one of our products, we extract data from the Oracle database of stored procedures using the ODP.net managed driver. From time to time, we get the following exception: exception ora 12570 network session unexpected packet read error. Is there any way to get through this?

SHARE
Answered By 40 points N/A #320330

Removing The Exception Ora 12570 Network Session Unexpected Packet Read Error

qa-featured

After opening a ticket with Oracle support, they sent an unofficial updated version of the managed ODP.net library that seems to solve the problem.

Hopefully, the update should be part of the next version of ODAC. If you see this bug in your application, it’s probably the same bug in the ODP.net managed library, not the way you use it.

Related Questions