ORA-01033 during login
Due to an energy default the login to the database (Oracle9i) issues ORA-01033.
To fix the problem I was reading the document 343031.1, but the first command issues insufficient privileges.
Here is the prompt:
c:\> sqlplus /nolog
SQL> connect sys/changeoninstalls@oracle9i as sysdba
ERROR:
ORA-01031: insufficient privileges
Any idea to fix the problem and to access normally my database?
Thank-you.