Re: sys password in a RAC
- From: "Alex Gorbachev" <gorbyx@xxxxxxxxx>
- To: kevin.lidh@xxxxxxxxx
- Date: Wed, 19 Jul 2006 20:51:40 +0200
2006/7/19, Kevin Lidh <kevin.lidh@xxxxxxxxx>:
If I'm not mistaken, that command changes the non-sysdba sys password for
all the instances of that database. The orapwd command does one instance at
a time as they have their own password file.
Wrong. "orapwd" creates the password file with reserved number of
entries and put there sys password. Having other sysdba users in
password file will require to you to do ALTER USER ... IDENTIFIED BY
...;
So Fairlie was actually correct.
--
Best regards,
Alex Gorbachev
http://blog.oracloid.com
--
http://www.freelists.org/webpage/oracle-l
- References:
- sys password in a RAC
- From: Derya Oktay
- Re: sys password in a RAC
- From: fairlie rego
- Re: sys password in a RAC
- From: Kevin Lidh
Other related posts:
- » sys password in a RAC
- » Re: sys password in a RAC
- » Re: sys password in a RAC
- » Re: sys password in a RAC
If I'm not mistaken, that command changes the non-sysdba sys password for all the instances of that database. The orapwd command does one instance at a time as they have their own password file.
Wrong. "orapwd" creates the password file with reserved number of entries and put there sys password. Having other sysdba users in password file will require to you to do ALTER USER ... IDENTIFIED BY ...; So Fairlie was actually correct.
-- Best regards, Alex Gorbachev
- sys password in a RAC
- From: Derya Oktay
- Re: sys password in a RAC
- From: fairlie rego
- Re: sys password in a RAC
- From: Kevin Lidh