ablog

不器用で落着きのない技術者のメモ

2010-05-06から1日間の記事一覧

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

SQL> drop table emp purge; drop table emp purge * ERROR at line 1: ORA-02449: unique/primary keys in table referenced by foreign keys SQL> drop table emp cascade constraints; Table dropped.