Oracle Solution for Error ora-28671

Solution for Oracle Error ORA-28671

ORA-28671: UPDATE BLOCK REFERENCES may not be used on a partitioned index as a whole

What triggered the Error:

er attempted to UPDATE BLOCK REFERENCES on a partitioned index using ALTER INDEX UPDATE BLOCK REFERENCES statement, which is illegal.

What should we do to fix it:

sue a partition level operation with ALTER INDEX .. PARTITION .. UPDATE BLOCK REFERENCES