Daily Archives: 2010/09/07

Oracle 10G認證考試常用問題

考生對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 [...]

10G, Oracle Leave a comment