Truncate Table with Referential Integrity - Cascade Rule Not Working
cmit0227May 18 2007 — edited May 18 2007Hello -
I am trying to truncate a table, but I get the following message:
ORA-02266: unique/primary keys in table referenced by enabled foreign keys
I understand what it's saying, but I thought this particular constraint wouldn't apply here because I have an on delete cascade rule.
Does anyone know why the cascade isn't working?
Thanks,
-Christine