Tagged Questions
The ora-12571 tag has no wiki summary.
2
votes
2answers
2k views
What is the difference between “ORA-12571: TNS packet writer failure” and “ORA-03135: connection lost contact”?
I am working in an environment where we get production issues from time to time related to Oracle connections. We use ODP.NET from ASP.NET applications, and we suspect the firewall closes connections ...
0
votes
2answers
2k views
What does error ORA-12571 (TNS:packet writer failure) mean in a Web Service?
Background: I'm calling a Web Service written in ASP.NET that queries an Oracle database. I know the Web Service itself works, because I've used it before other applications. So I have a web ...