Recover ASM Password 2006-10-04 - By Jo?o Daniel
Back Hi all,
I need to recover my ASM password. I have a Cluster Database with two nodes (version 10.2.0.1.0). I found this solutions below, and i need a second opinion to choose one of them, or try another thing.
*
SOLUTION 1:* Use orapw to create a new password file to your adm. > ORACLE_SID=+ASM > orapw file=orapw+ASM password=xxxx entries=5
*SOLUTION 2:* Create the password files, orapw+ASM1A and orapw+ASM1B in $ORACLE_HOME/dbs on the first and second node respectively. [oracle@(protected)]$ cd $ORACLE_HOME/dbs [oracle@(protected)]$ orapwd file=orapw+ASM1A password=sys entries=5 [oracle@(protected)]$ cd $ORACLE_HOME/dbs [oracle@(protected)]$ orapwd file=orapw+ASM1B password=sys entries=5
Many Thanks,
Jo?o Daniel
|
|