ORA-63812
INSERT on remote tables is not supported when using default values with table value constructor
Cause
Table valye constructors can not be used to insert values on remote tables when using default expressions.
Action
Use regular insert statement when inserting in remote tables.