ORA-48223: Interrupt Requested - Fetch Aborted - Return Code [51111] [HM_INFO]
ORA-51108: unable to access diagnostic repository - retry command
ORA-48223: Interrupt Requested - Fetch Aborted - Return Code [51111] [HM_INFO]
ORA-06512: at "SYS.DBMS_IR", line 522
ORA-12012: error on auto execute of job "SYS"."DRA_REEVALUATE_OPEN_FAILURES"
ORA-51108: unable to access diagnostic repository - retry command
If you face this type of errors then you can proceed the following steps
SQL> exec dbms_hm.drop_schema;
PL/SQL procedure successfully completed.
SQL> exec dbms_hm.create_schema;
PL/SQL procedure successfully completed.
SQL> commit;
Commit complete.
ORA-51108: unable to access diagnostic repository - retry command
ORA-48223: Interrupt Requested - Fetch Aborted - Return Code [51111] [HM_INFO]
ORA-06512: at "SYS.DBMS_IR", line 522
ORA-12012: error on auto execute of job "SYS"."DRA_REEVALUATE_OPEN_FAILURES"
ORA-51108: unable to access diagnostic repository - retry command
If you face this type of errors then you can proceed the following steps
SQL> exec dbms_hm.drop_schema;
PL/SQL procedure successfully completed.
SQL> exec dbms_hm.create_schema;
PL/SQL procedure successfully completed.
SQL> commit;
Commit complete.
No comments:
Post a Comment