Oracle 10g EM無法啟動的修復方法

fanhongjie發表於2008-04-11


1、使用oralce的工具$ORACLE_HOME/sysman/admin/emdrep/sql/empatch.sql修復OEM

2、使用emca重建OEM
Make sure SYSMAN does not exist in the database:

1. 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;
f. 執行emca -config dbcontrol db -repos recreate;

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/73920/viewspace-1002331/,如需轉載,請註明出處,否則將追究法律責任。

相關文章