Oracle Solution for Error ora-14141

Solution for Oracle Error ORA-14141

ORA-14141: ALTER INDEX VISIBLE|INVISIBLE may not be combined with other operations

What triggered the Error:

ALTER INDEX statement attempted to combine a VISIBLE|INVISIBLE operation with some other operation which is illegal

What should we do to fix it:

Ensure that VISIBLE|INVISIBLE operation is the sole operation specified in ALTER INDEX statement