ORA-02449: unique/primary keys in table referenced by foreign keys

来源:互联网 发布:点歌软件破解版 编辑:程序博客网 时间:2024/06/10 07:16

1.disable 所有constraint无果

2.raname foreign table 也无果

3.drop table emp cascade constraints 正常完成;

未知原因,先记录下;