ORA-54036: cannot define referential constraint with ON DELETE SET NULL clause on virtual column
What triggered the Error:
Attempted to specify ON DELETE SET NULL clause for a referential integrity constraint on a virtual column.What should we do to fix it:
Reissue the statement without specifying ON DELETE SET NULL clause.