Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: connect as sysdba ora-1031
yes both ways is the same issue .
sqlplus /nolog
connect/ as sysdba
and sqlplus '/ as sysdba'
have the same issue
"Powell, Mark D" <mark.powell_at_eds.com> wrote:
Fred, you did not list the sqlplus command option which you used.
sqlplus /nolog
then at the prompt
> connect / as sysdba
We're having this issue which started today and we cant get ot the bottom of it
looged in as the oracle owner TWO_TASK is unset
SQL> connect sys_at_dbname as sysdba
Enter password:
Connected.
SQL> connect / as sysdba
ERROR:
ORA-01031: insufficient privileges
Warning: You are no longer connected to ORACLE.
now the user i'm using is the oracle software owner password file is not corrupted remote_login_password is also set to exclusive.
what steps can i take to further debug this. i"m thinking about oradebug but then since i'm disconnected how would oradebug capture anything . need some advice before i brave the tar and all the same questions with oracle.
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Nov 17 2005 - 10:56:58 CST