Cry
about...
Oracle Troubleshooting
ORA-12571: TNS:packet writer failure
Symptom:
The database halts or the current session
is terminated with the error:
ORA-12571: TNS:packet writer
failure
The error may be observed by a session
currently using the database and will appear in the alert
log file.
Possible causes and remedies:
Daniel Haller Strahm has reported
that this problem can also be caused by an IP
address conflict (Oracle 9.0.1). Windows will
normally log an IP conflict in the event log and
show a pop up alert - but only if it detects the
conflict.
-
Robert Wells has reported seeing this error when reinstalling Oracle 9.2.0.1 on
Windows 2000. He says it got 46% through configuring the database before this
error arose. The solution was to edit the sqlnet.ora file
(locations on different systems will vary, but in this case was at D:/Data/ora920/network/admin/sqlnet.ora) and change
the line:
SQLNET.AUTHENTICATION_SERVICES= (NTS)
into
SQLNET.AUTHENTICATION_SERVICES= (NONE)
after saving the updated file, he was able to hit the retry button on the
install and the creation of the database succeeded.
|