Oracle Solution for Error ora-24125

Solution for Oracle Error ORA-24125

ORA-24125: Object string.string has changed

What triggered the Error:

attempt was made to fix corrupt blocks on an object that has been dropped or truncated since DBMS_REPAIR.CHECK_OBJECT was run.

What should we do to fix it:

e DBMS_REPAIR.ADMIN_TABLES to purge the repair table and run DBMS_REPAIR.CHECK_OBJECT to determine whether there are any corrupt blocks to be fixed.