Oracle ASM sys user password modification method

--Oracle 10g modify asm sys password method is to directly modify File the passwd
the orapwd File = <ORACLE_HOME> / DBS / orapw <the SID> password = <sys_password>

- Oracle 11g amendments Examples asm sys cryptographic methods
$ ASMCMD  
the ASMCMD> SYS passwd  
the Enter Old password (optional): ******  
the Enter new new password: ******  

11g modify --Oracle RAC asm sys password method of
ASMCMD> orapwusr --modify plus the SYS --password  
the Enter password: * *****  
ASMCMD> Exit

Guess you like

Origin www.cnblogs.com/niyuelong/p/11239362.html