ORA-12571: TNS:packet writer failure [message #367744] |
Tue, 22 February 2000 02:19 |
rayyh
Messages: 1 Registered: February 2000
|
Junior Member |
|
|
I encounter this error in the execution of my program
which writen by powerbuilder 5.0,as below:
"ORA-12571: TNS:packet writer failure"
I don't know why,someone can tell me?
The client is 8.0.4,server is 8.0.5
|
|
|
Re: ORA-12571: TNS:packet writer failure [message #367745 is a reply to message #367744] |
Tue, 22 February 2000 05:50 |
Werner Opper-Fritsch
Messages: 1 Registered: February 2000
|
Junior Member |
|
|
This is the typical message when your connection to the database was lost.
Close all applications which connects the database. Try tnsping80 <DATABASENAME> or ODBC-Test to see if the database is reachable.
If this was successfull, start your programm again
Hope this helps.
|
|
|
|