DBA Hub

📋Steps in this guide1/1

How to Change ASM sys password

$ export ORACLE_SID=+ASM $ asmcmd

oracle configurationintermediate
by OracleDba
13 views
1

How to Change ASM sys password

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
$ export ORACLE_SID=+ASM
$ asmcmd
ASMCMD>
orapwusr --modify --password sys
Enter password: ******
ASMCMD> exit
Alternatively, we can use orapwd to recreate pwd file.

Comments (0)

Please to add comments

No comments yet. Be the first to comment!