Why Oracle refuse to start?
we are using Oracle 7.3.2.1.0 on DEC UNIX. The Database was running.
We've started it with
connect internal
startup.
But since some days, connect internal wants to have a password.
"oracle"
and "manager" do not work. How to get rid of the password question
without reinstalling?
Ans:
a) Check protection of $ORACLE_HOME/bin/oracle. It should be 6755.
b) check parameter remote_login_passwordfile and make sure it's set
to
'NONE'.
Mladen Gogala