So I'm reading ora docs and it mentions "You cannot add data to a view if the view contains not null columns without default values in the base tables'
is this referring to not null columns from the base table, included in the view, which don't have default values in the base table...?