Oracle 10G重建EM DB Control
Oracle 10G重建EM DB Control.
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
建立EM時,提示的埠號,應為例項的埠號,比如1521,不是EM的埠號(比如1158)
EM的埠號在這個檔案中可以查到10.2.0/db_1/sysman/config/emca.properties然後,進行em後,介面出來了,但報了一個錯:
java.lang.Exception: Exception in sending Request :: null
很多功能不能用,提示重新登入.
找到下面的檔案10.2.0/db_1/ZYKNET_ORC2/sysman/config/emd.properties
其中的agentTZRegion預設是GMT,改為你所在的時區即可,例如:
agentTZRegion=Asia/Chungking
關於時區的列表參考:10.2.0/db_1/sysman/admin/supportedtzs.lst
然後,重啟OracleDBConsole[@more@]
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
建立EM時,提示的埠號,應為例項的埠號,比如1521,不是EM的埠號(比如1158)
EM的埠號在這個檔案中可以查到10.2.0/db_1/sysman/config/emca.properties然後,進行em後,介面出來了,但報了一個錯:
java.lang.Exception: Exception in sending Request :: null
很多功能不能用,提示重新登入.
找到下面的檔案10.2.0/db_1/ZYKNET_ORC2/sysman/config/emd.properties
其中的agentTZRegion預設是GMT,改為你所在的時區即可,例如:
agentTZRegion=Asia/Chungking
關於時區的列表參考:10.2.0/db_1/sysman/admin/supportedtzs.lst
然後,重啟OracleDBConsole
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9236282/viewspace-1029171/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle 10g em db control中如何修改sysman密碼Oracle 10g密碼
- 配置oracle11g EM db controlOracle
- 重建oracle EMOracle
- oracle 10g rac em重建實施步驟Oracle 10g
- 安裝oracle 10g EM database controlOracle 10gDatabase
- oracle 重建EM databaseOracleDatabase
- oracle 10g em建立Oracle 10g
- oracle 10g em patchOracle 10g
- oracle重建control file的操作Oracle
- Oracle 10g中DB control的host login失敗問題Oracle 10g
- How To Drop, Create And Recreate DB Control In A 10g DatabaseDatabase
- 【EM】重新建立EM Database ControlDatabase
- Oracle 10g EM 亂碼問題Oracle 10g
- oracle 10g em啟動失敗Oracle 10g
- AIX上配置ORACLE 10g RAC EMAIOracle 10g
- oracle 10g em啟動失敗 續Oracle 10g
- oracle 10g em 無法對所有 EM 相關帳戶解鎖Oracle 10g
- 【RAC】Oracle 10g RAC 重建控制檔案Oracle 10g
- 【DB寶49】Oracle如何設定DB、監聽和EM開機啟動Oracle
- ORACLE 11g, EM 無法啟動的問題和重建Oracle
- Oracle 10G重建OEM 的簡單步驟Oracle 10g
- oracle 10g gird control的安裝Oracle 10g
- oracle 10g em 亂碼問題解決方法Oracle 10g
- oracle 10g em 登入亂碼的解決Oracle 10g
- Oracle 10g Grid Control 部署初步完成Oracle 10g
- Oracle 10.2.0.5 RAC 通過emca 配置 DB ControlOracle
- 如何create,drop,rewrite oracle db control_轉摘Oracle
- Windows +oracle 10g EM中的主機身份問題WindowsOracle 10g
- Oracle 10g EM無法啟動的修復方法Oracle 10g
- oracle 10g logical standby db creationOracle 10g
- EM 10g Grid Control Fails With 'libdb.so.2: cannot open shared object file:AIObject
- 重建控制檔案 recreate control file
- ORACLE 10G 啟動和停止 GRID CONTROLOracle 10g
- oracle 10g em 中如何修改dbsnmp使用者密碼Oracle 10g密碼
- linux下配置oracle 10G EM Database ConsoleLinuxOracle 10gDatabase
- 在oracle 10g for solaris 5.10上修改db_name|db_idOracle 10g
- ORACLE EM recreateOracle
- oracle 10gR2 用emca命令線上重建em會導致資料庫hangOracle 10g資料庫