Oracle Error ORA-54036: cannot define referential constraint with ON DELETE SET NULL clause on virtual column

Oracle Error Message

ORA-54036: cannot define referential constraint with ON DELETE SET NULL clause on virtual column

Reason for the Error

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

Solution

Reissue the statement without specifying ON DELETE SET NULL clause.