Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> How login as sysdba with sqlnet.authentication=none
How can you login with sysdba when SQLNET.AUTHENTICATION is set to NONE?
We have a server that got put into a different domain. In order for users outside the domain to connect, we had to change SQLNET.AUTHENTICATION from {NTS} to {NONE}. With the authentication set to NONE, I can no longer connect as sysdba.
Logged into the server as Oracle or myself, I get ORA-01031: insufficient privileges when trying to login in with any of the following combinations:
SQL> connect /as sysdba SQL> connect sys/sys_passwd as sysdba SQL> connect sys /as sysdba
Now my RMAN scripts are failing as well.
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Apr 13 2007 - 10:46:32 CDT