connectivity problem to sqlplus [message #550113] |
Fri, 06 April 2012 02:27 |
|
neetesh87
Messages: 280 Registered: September 2011 Location: bhopal
|
Senior Member |
|
|
hello experts,
i have a problem please guide me, when i try to connect with a database which is on another machine , through the sqlplus editor then it throws an error-12560-protocol adapter error.
but when i try to connect through toad then ,i get connected . what is the problem behind it please tell me.and i am using 11g version 11.2.0.1.0, thanx in advance.
[Updated on: Fri, 06 April 2012 02:35] Report message to a moderator
|
|
|
|
|
|
|
|
Re: connectivity problem to sqlplus [message #550132 is a reply to message #550125] |
Fri, 06 April 2012 04:03 |
John Watson
Messages: 8964 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
c:\users\john\home>sqlplus /nolog
SQL*Plus: Release 11.2.0.3.0 Production on Fri Apr 6 10:01:53 2012
Copyright (c) 1982, 2011, Oracle. All rights reserved.
SP2-0640: Not connected
> conn scott/tiger
ERROR:
ORA-12560: TNS:protocol adapter error
> conn scott/tiger@orcl
Connected.
Session altered.
orcl>
|
|
|
|