考生對10G Oracle考試中更改IP地址或機器名重新配置EM資料庫問題進行回答, TestPassPort考題網從網路上進行搜尋一些有關此方面的報道:
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已存在,服務已存在,重新執行壹下就可以了。