Oracle Error Message
ORA-39321: Cannot alter functional index or virtual expression column: string
Reason for the Error
Altered column was referenced in a virtual column or functional index expression. There is no SQL ALTER statement to change a column which is referenced in one of these types of expressions.
Solution
The difference cannot be eliminated with a SQL ALTER statement.