Oracle Error ORA-23293: Cannot rename a column which is part of a join index

Oracle Error Message

ORA-23293: Cannot rename a column which is part of a join index

Reason for the Error

The column participates in a join index.

Solution

If you need to rename the column, you need to drop the join index.