This happend when I create my database when my computer is in our domain. when I create the database at my local machine, I am success.
But I only can connect to the database when my computer is at the local machine. When my computer is at the domain,when I tried to connect to oracle,this error occurs
ORA-12571:TNS:packet writer failure.
I didn't find this error in the error list of oracle website.
by the way , my system PIII733,memory 256M ,os Win2K E
Main Topics
Browse All Topics





by: dbalaskiPosted on 2001-11-01 at 20:19:56ID: 6612221
Hi,
= EXCLUSIVE" is set in the "init<SID>.ora" file.
The ORA-1041 is usually generated after the termination of the communications connection between a client process and the database which is usually preceeded by ORA-3113: End of file on communications channel. The hostdef extension referred to is a structure which was added to the control structure for the client/server communication. It is accessed via a pointer in the original structure. When the communication between the client and the server goes awry, this can result in ORA-1041 and ORA-3113. The ORA-1041 is flagged when the POINTER to the EXTENSION structure for the HOST DEFinition (for the communication channel between the client and the server) has been nulled.
There are a couple of reasons why this error could occur:
On NT, the first reason would be that the value for "$ORACLE_SID" is set to be greater than four characters. On unix, it could happen when the SID exceeds 8 chars.
The second reason might be that there is no password file
created and the parameter "REMOTE_LOGIN_PASSWORDFILE
From the information you have given, these are the probable causes,
sincerely,
dBalaski