Database Error Messages

ORA-54036

cannot define referential constraint with ON DELETE SET NULL clause on virtual column

Cause

Attempted to specify ON DELETE SET NULL clause for a referential integrity constraint on a virtual column.


Action

Reissue the statement without specifying ON DELETE SET NULL clause.