ORA-48223: Interrupt Requested - Fetch Aborted - Return Code [12751] [HM_FINDING]


Errors in file /data01/ORAHOME/log/diag/rdbms/ace/PROD/trace/PROD_m000_7649.trc:
ORA-51106: check failed to complete due to an error.  See error below

ORA-48223: Interrupt Requested - Fetch Aborted - Return Code [12751] [HM_FINDING]

à If any one facing error as above while restoring the Oracle Database. This error will appear in alert log file. Need to follow the below steps to resolve the issue.

Solution:-

[oracle@erp ~]$ sqlplus / as sysdba

SQL*Plus: Release 11.2.0.4.0 Production on Sat Jun 9 10:30:19 2018

Copyright (c) 1982, 2013, Oracle.  All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL>  exec dbms_hm.drop_schema;

PL/SQL procedure successfully completed.

SQL> exec dbms_hm.create_schema;

SQL> commit;

Commit complete.

2 comments:

Post a Comment

Thanks for reading till end. I hope this will help you more to improve your knowledge.

Now it's your turn!

What do you think? Share your experience in the comments box and subscribe for more interesting post.