The database not in shutdown progress, theis database is actually accessed by another clients.
In this machine the SQL Plus 9.2.0.1.0 Works ok, but in the same machine we install a developer 6, that contains another SQL Plus 8.0.5.0.0 This not runs ok.
I have some experience with configurate TNSNAMES and SQLNET files.
The machine is a new P4, is probabily a processor problem?, what you say?.
Thanks.
Main Topics
Browse All Topics





by: Binary1Posted on 2003-03-26 at 16:18:31ID: 8214531
I found two separate references for this error number that may help.
an/oracle/ ORA12571.h tm
---------- -------- m/ora-1257 1.htm
---------- --------
I found the following for ORA-12571 at http://www.cryer.co.uk/bri
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:
With Oracle 8.0.4 onwards, this error may indicate that the database is in the process of being shut down.
This error has been observed when there was a loose cable connection to the SCSI disk array (on an Oracle Parallel Server system). Related errors were also subsequently noted in the NT event log.
If this is the cause then the remedy is to check all the cable connections. Do this by hand rather then visually, since a cable not being firmly in place could cause the problem.
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.
Check that no other computer on the network has the same IP address as the machine on which the problem has been reported.
--------------------------
The following was found at: http://www.oracle-error.co
What causes this error?
This error occurs due to a failure in datasend.
--------------------------
How to fix it
If the client cannot send data to the server, it throws back an TNS error. Check if the database is available and whether you can see the database through the network. Try TNSPING for the DB or use ODBC-Test to check if the host is reachable.
Starting in Oracle 8.0.4, the shutdown mechanism has changed. Clients that are connected to ORACLE during a SHUTDOWN ABORT / IMMEDIATE / TRANSACTIONAL now receive one of the following errors on any subsequent SQL operations:
ORA-03113: end-of-file on communication channel
ORA-12571: TNS:packet writer failure
So, you have to reconnect once the database has been started and execute the command.