Oracle Error ORA-23291: Only base table columns may be renamed

Oracle Error Message

ORA-23291: Only base table columns may be renamed

Reason for the Error

Tried to rename a column of a non-base table, like object table/ nested table/ materialized view table.

Solution

None. This is not allowed.