ORA-63810
Sequence as default is not supported with INSERT using table value constructor
Cause
Table columns that have default values specified as sequences are not supported when they are referenced as keyword DEFAULT in an INSERT statement inserting multiple rows using table value constructor.
Action
Use explicit values of the default when specifying INSERT using table value constructor.