OCI-42406
columns used to define edge relationship must be NOT NULL in ENFORCED MODE
Cause
ENFORCED MODE was specified but a column used to define the foreign key of the edge table, or a referenced key to a vertex table allowed NULL values.
Action
Use columns that are NOT NULL for defining a foreign key or referenced key, or specify the TRUSTED MODE instead.