sysman &&dbsnmp password

sysman:

alter user sysman identified by newpwd
emctl setpasswd dbconsole
restarting dbconsole

dbsnmp:

emctl stop dbconsole

alter user dbsnmp identified by newpwd

编辑$ORACLE_HOME/hostname_sid/sysman/emd/targets.xml
<Property NAME="UserName" VALUE="6f5848a4f53a2d0a" ENCRYPTED="TRUE"/>
<Property NAME="password" VALUE="829e1a25401de489" ENCRYPTED="TRUE"/>
将password的value设成新密码,并把ture 更改成false

emctl start dbconsole

你可能感兴趣的:(password)