Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: connect as sysdba ora-1031

Re: connect as sysdba ora-1031

From: Radoulov, Dimitre <cichomitiko_at_gmail.com>
Date: Thu, 17 Nov 2005 19:46:22 +0100
Message-ID: <001501c5eba7$36924ab0$f600a8c0@IBME1D11967173>


>>> I get this issue if (for example):

>>> ORACLE_SID=oradb1

>>> sqlplus /nolog
>>> connect sys_at_oradb2 as sysdba
>>> Enter password:
>>> Connected.
>>> this connected me as sysdba to oradb2 (which has a password file)
>>> SQL> connect / as sysdba
>>> ERROR:
>>> ORA-01031: insufficient privileges

>>> this errored during the connection as sysdba to oradb1 (which does not have a password file)

Check MetaLink Note:69642.1 UNIX: Checklist for Resolving Connect AS SYSDBA Issues

Try commenting out the SQLNET.AUTHENTICATION_SERVICES in the sqlnet.ora file.

Regards,
Dimitre Radoulov

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Nov 17 2005 - 13:49:54 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US