Database Error Messages

OCI-43596

Cannot create validation directive 'string' on JSON-relational duality view 'string': Only SCOPE ALL is allowed at ON COMMIT processing stage.

Cause

An attempt is being made to create an ON COMMIT validation directive with SCOPE OBJECT, but only SCOPE ALL is allowed at ON COMMIT processing stage"


Action

Ensure that SCOPE ALL is specified when creating an ON COMMIT validation directive.