Oracle DBA, How To, Error, Cause and Action

ORA-12992: cannot drop parent key column

ORA-12992: cannot drop parent key column

Cause:

An attempt was made to drop a parent key column.


Action:

Drop all constraints referencing the parent key column, or specify CASCADE CONSTRAINTS in statement.

No comments:

Post a Comment

Thanks for your comment.