oracle 10g em db control中如何修改sysman密码
本帖最后由 paulyi 于 2014-2-15 19:16 编辑
oracle 10g em db control中如何修改sysman密码
修改sysman密码
1. 停止emEmctl stop dbconsole
2. 检查是否已经停掉emEmctl status dbconsole
3. 用sys用户登录sqlplus,用命令修改密码Sqlplus / as sysdbaalter user sysman identified by
4. 验证密码是否已经修改 SQL> connect sysman/
5. 修改emoms.properties文件进入到$ORACLE_HOME/host_sid/sysman/config目录
5.1 cp emoms.properties emoms.properties.orig
5.2 Edit the file emoms.properties
a. Search for the line beginning with:
oracle.sysman.eml.mntr.emdRepPwd=
Replace the encrypted value by the new password value
b. Search for the line:
oracle.sysman.eml.mntr.emdRepPwdEncrypted=TRUE
Replace TRUE by FALSE
oracle.sysman.eml.mntr.emdRepPwd里面输入新密码
oracle.sysman.eml.mntr.emdRepPwdEncrypted=true的值改为false
6. 启动emEmctl start dbconsole 7. 检查emoms.properties文件 密码文件是否已经加密等 Edit the file emoms.properties
7.1 Search for the line beginning with:
oracle.sysman.eml.mntr.emdRepPwd=
Check that the password is encrypted
7.2 Search for the line beginning with:
oracle.sysman.eml.mntr.emdRepPwdEncrypted=
Check that the value is TRUE