invalid username/password [message #58110] |
Thu, 31 July 2003 10:57 |
Andy Coyne
Messages: 1 Registered: July 2003
|
Junior Member |
|
|
I am running Oracle 8.1.6 on Windows 2000 server. After putting the server on a domain, I am no longer able to connect internal to svrmgrl. I made sure the user is in the ORA_DBA group and even reset the password and still no luck. Is there a variable or parameter I need to set to be able to connect?
Thanks,
|
|
|
Re: invalid username/password [message #58131 is a reply to message #58110] |
Mon, 04 August 2003 06:45 |
shesha
Messages: 24 Registered: August 2003
|
Junior Member |
|
|
Are you getting
ORA-12162: TNS:service name is incorrectly specified error message after typing svrmgrl?
If yes then try to set the SID before giving SVRMGRL
SET ORACLE_SID=<SID NAME>
If not try to uncomment the line
sqlnet.authentication_services in sqlnet.ora file
from $ORACLE_HOME/NETWORK/ADMIN folder.
I dont remember the exact line... It comes something as Authentication....NT...
Hope this has helped you
Thanks
Shesha
|
|
|