create asmsnmp id 19c
Recently upgraded GI on RHEL 7.8 from 12.2.0.1 to 19.3.0. Single node with Oracle Restart. It seems that asmsnmp was not created on GI 12.
I tried to create the orapwd file and it failed because the sysdba password needs to be more complex. Are the below steps correct for fixing the sysdba password, creating a password file, and creating an asmsnmp id?
- change the sysdba password
$ export ORACLE_SID=+ASM $ asmcmd ASMCMD> passwd sys Enter old password (optional): ****** Enter new password: xxxxxx exist asmcmd
orapwd file='+DG/ASM/orapwasm' asm=y
Enter new password: ******create password file
enter complex sysdba pwd
From sqlplus