ORA-42096
cannot update a table with a column that defaults with sequence
Cause
An UPDATE statement passed to the DBMS_REDEFINITION.EXECUTE_UPDATE method attempted to update a table with a column that has a sequence as its default value, which is not supported.
Action
Refer to the documentation for restrictions.