Oracle Error Message
ORA-02447: cannot defer a constraint that is not deferrable
Reason for the Error
An attempt was made to defer a nondeferrable constraint
Solution
Drop the constraint and create a new one that is deferrable
ORA-02447: cannot defer a constraint that is not deferrable
An attempt was made to defer a nondeferrable constraint
Drop the constraint and create a new one that is deferrable