OCI-63811
INSERT on views with default columns is not supported using table value constructor
Cause
Table columns that have default values specified are not supported when INSERT is done on a view defined on that table using table value constructor.
Action
Use regular insert statement when inserting rows via views.