Oracle Error Message
ORA-24121: both cascade and a block range passed to DBMS_REPAIR.CHECK_OBJECT procedure
Reason for the Error
Both cascade and a block range were specified in a call to DBMS_REPAIR.CHECK_OBJECT.
Solution
Use either cascade or a block range, or do not use either one.