Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: How to change ASM instance SYS password
Hi,
I don't have a Unix box with 10g handy to check on, but on my windows box there is a password file in the %ORACLE_HOME%\database directory called PWD+ASM.ORA
Use orapwd to change the password, for example:
orapwd file=PWD+ASM.ora password=ASM123 force=y
To find it on unix should just be a case of:
find $ORACLE_HOME -name "PWD+ASM.ora" -print
I'm guessing it'll be in $ORACLE_HOME/dbs
Cheers,
Phil
On 05/01/06, Chen, Sarah wrote:
> Good afternoon
>
> Does anyone know how to change ASM instance SYS password? I can't find any
> information from Metalink and hope that I can get answer here. Thanks
>
>
>
> Sarah
>
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Jan 05 2006 - 11:26:00 CST
![]() |
![]() |