DBMS_HM.RUN_CHECK
Hi
I have run the following :
BEGIN
DBMS_HM.RUN_CHECK('Dictionary Integrity Check', 'my_run');
END;
and I have found some observations :
Message : SQL dictionary health check: obj$.type# 47 on object OBJ$
failed
Message : Damaged rowid is AAAAASAABAAAEBHAA7 - description: Object
Name SAAS is referenced
Finding
Finding Name : Dictionary Inconsistency
Finding ID : 60
Type : FAILURE
Status : OPEN
Priority : CRITICAL
Message : SQL dictionary health check: obj$.type# 47 on object OBJ$
failed
Message : Damaged rowid is AAAAASAABAAAEBHAA8 - description: Object
Name PUBLIC_DBAAS is referenced
How i will solve it, Please guide me.
Jewel