I just installed Oracle 9.0.1 on SUSE 9.
I started the listener.


How do I log in to the database? I am trying this:


sqlplus /nologin


SQL> connect / as sysdba
ERROR:
ORA_01031: insufficient privileges


I also tried scott/tiger without success.