ORA-02262: ORA-string occurs while type-checking column default value expression
What triggered the Error:
New column datatype causes type-checking error for existing column default value expression.What should we do to fix it:
Remove the default value expression or don't alter the column datatype.