当前位置: 代码迷 >> 综合 >> Oraclenbsp;10G重建EMnbsp;DBnbsp;Control.
  详细解决方案

Oraclenbsp;10G重建EMnbsp;DBnbsp;Control.

热度:10   发布时间:2023-12-20 10:23:32.0
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

  相关解决方案