10G中更改IP地址或者机器名之后要重新配置EM资料库,不然启动dbconsole会失败。
重建的步骤如下
1、 drop configuration files and repository run :
emca -deconfig dbcontrol db -repos drop
2、 Logon SQLPLUS as user SYS or SYSTEM, and drop the sysman account and mangement objects:
a. drop user sysman cascade;
b. drop role MGMT_USER;
c. drop user MGMT_VIEW cascade;
d. drop public synonym MGMT_TARGET_BLACKOUTS;
e. drop public synonym SETEMVIEWUSERCONTEXT;
3、Create configuration files and repository run
emca -config dbcontrol db - repos create
如果有错,可以查看%ORACLE_HOME%\cfgtoollogs\emca下的日志,一般情况下可能遇到的错误有ORACLE_SID没有设置,SYSMAN已存在,服务已存在,重新执行一下就可以了。
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/611609/viewspace-621895/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/611609/viewspace-621895/
本文提供了一份详细的指南,介绍了当Oracle 10G中的IP地址或机器名发生更改后如何重新配置EM资料库的具体步骤,包括删除原有配置文件及对象、创建新的配置文件等操作。
1万+

被折叠的 条评论
为什么被折叠?



