SaintJames
Programmer
This is the second time this happens too me. I change the password for system (successfully), and discover that something does not work right after I reboot Window.
I have 2 resolutions either restart OracleService[SID], or shutdown and startup from sqlplus which brings me into second problem in the sqlnet.ora file if I have
SQLNET.AUTHENTICATION_SERVICES= (none) I can't do a
c:>sqlpplus /nolog
>connect /as sysdba
I get an insufficient privileges error
and if I use SQLNET.AUTHENTICATION_SERVICES= (NTS), I can't connect to the database from outside the local machine.
What should I look at to get the service to start correctly after reboot?
Thank you all!
I have 2 resolutions either restart OracleService[SID], or shutdown and startup from sqlplus which brings me into second problem in the sqlnet.ora file if I have
SQLNET.AUTHENTICATION_SERVICES= (none) I can't do a
c:>sqlpplus /nolog
>connect /as sysdba
I get an insufficient privileges error
and if I use SQLNET.AUTHENTICATION_SERVICES= (NTS), I can't connect to the database from outside the local machine.
What should I look at to get the service to start correctly after reboot?
Thank you all!