I have a 10.1.0.4 installed on windows, it uses password file, and ORA_DBA local group is created which contains the local user I use to login. I can use sqlplus / as sysdba to login.
Then I upgrade it to 10.2.0.3, the following is how I did it:
1. install 10.2.0.1 software on a new oracle home
2. install 10.2.0.3 patchset on top of it
3. use database upgrade assistant (DBUA) graphic tool to upgrade the database
After that, I can no longer login using sqlplus / as sysdba, I have to use sqlplus sys/xxxxx as sysdba instead, which violates our company's security policy. How can I make sqlplus / as sysdba work again?
let's say my 10.1.0.4 home is c:/orahome_1, and my 10.2.0.3 home is c:/orahome_2, my ORACLE_HOME should be set to c:/orahome_2, right? that's the current value of ORACLE_HOME.
Oracle 8, 8i, 9i OCP DBA
Oracle 6/6i OCP DEV
Sun Solaris8 SCSA
MCDBA 2000
I have a 10.1.0.4 installed on windows, it uses password file, and ORA_DBA local group is created which contains the local user I use to login. I can use sqlplus / as sysdba to login.
Then I upgrade it to 10.2.0.3, the following is how I did it:
1. install 10.2.0.1 software on a new oracle home
2. install 10.2.0.3 patchset on top of it
3. use database upgrade assistant (DBUA) graphic tool to upgrade the database
After that, I can no longer login using sqlplus / as sysdba, I have to use sqlplus sys/xxxxx as sysdba instead, which violates our company's security policy. How can I make sqlplus / as sysdba work again?
Thanks a lot!
May be I am wrong, but I think the poster should rather check v$pwfile_users. May be the remote_login_passwordfile mode is set to none. Also check if SQLNET.AUTHENTICATION_SERVICES is set to (NTS) or not, in sqlnet.ora file. It is applicable only in Windows environment. Also check if you are in OSDBA group in OS.
Bookmarks