4 types of connection errors [message #266663] |
Tue, 11 September 2007 06:02 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
aviana
Messages: 106 Registered: July 2007
|
Senior Member |
|
|
I need to understand the difference between the 4 types of errors I am getting while trying to connect and their solutions pls
--Error1
SQL> conn sys@geodr as sysdba
Enter password:
ERROR:
ORA-12519: TNS:no appropriate service handler found
--Error2
SQL> conn sys@gebdmc02 as sysdba
Enter password:
ERROR:
ORA-12514: TNS:listener could not resolve SERVICE_NAME given in -connect descriptor
--Error3
SQL> conn sys@ttpdmc01 as sysdba
Enter password:
ERROR:
ORA-12541: TNS:no listener
--Error4
SQL> conn sys as sysdba
Enter password:
ERROR:
ORA-12560: TNS:protocol adapter error
Thanks much.
[Updated on: Tue, 11 September 2007 06:14] Report message to a moderator
|
|
|
Re: 4 types of connection errors [message #266667 is a reply to message #266663] |
Tue, 11 September 2007 06:16 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Look them up on http://www.ora-code.com/ or www.google.com.
Then you get the basic cause/action description, like for example :
ORA-12519: TNS:no appropriate service handler found
Cause: The listener could not find any available service
handlers that are appropriate for the client
connection.
Action: Run "lsnrctl services" to ensure that the instance(s)
have registered with the listener, and are
accepting connections.
|
|
|
Re: 4 types of connection errors [message #266766 is a reply to message #266667] |
Tue, 11 September 2007 10:32 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
aviana
Messages: 106 Registered: July 2007
|
Senior Member |
|
|
Thomas,Thanks for the link.It was indeed very helpful
Now something related to an error message,which I am not clear about.Pls see below:-
ORA-12519: TNS:no appropriate service handler found
Cause: The listener could not find any available service handlers that are appropriate for the client connection.
Action: Run "lsnrctl services" to ensure that the instance(s) have registered with the listener, and are accepting connections.
In the above, what is, lsnrctl services and where is it located?How will I run it and how will I check it?
[Updated on: Tue, 11 September 2007 10:33] Report message to a moderator
|
|
|
|
|
Re: 4 types of connection errors [message #385004 is a reply to message #266926] |
Fri, 06 February 2009 01:50 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/136607.jpg) |
ramoradba
Messages: 2457 Registered: January 2009 Location: AndhraPradesh,Hyderabad,I...
|
Senior Member |
|
|
Hi taj,thanks for reply.
i am using windows 2003 server.oracle 10.2.0.1.based on your post,i modified my processes parameter 150 to 600.so now my issue is which parameters should i check,to mailtain the availability,performance.(processes & no of session are co relative am i correct?)
regards
sriram
|
|
|