ERROR...WHEN I TYPE PASSWORD [message #7142] |
Fri, 23 May 2003 03:56 |
Grendah Yudha Angkasa
Messages: 2 Registered: May 2003
|
Junior Member |
|
|
What is mean the error that appear as below :
ERROR :
ORA-12560: TNS:protocol adapter error
because the error appear when I type USER & PASSWORD with system/manager....Please help me...
Thank You
|
|
|
Re: ERROR...WHEN I TYPE PASSWORD [message #7144 is a reply to message #7142] |
Fri, 23 May 2003 05:11 |
Deepa
Messages: 269 Registered: November 2000
|
Senior Member |
|
|
ok,
If u are in the trying to invoke the sqlplus in the server machine u can give
sqlplus> system/manager
If u are trying to invoke the sqlplus in the client machine,u should have made net8configuration ie ur tnsnames.ora file must have the parameters pointing to the server .
U can do this using netconfiguration assistant tool.
So if u have a service name called TEST
sqlplus >system/manager@test
|
|
|