Oracle截断表时ORA-02266错误SQL alter table c_location disable primary key cascade表已更改。SQL tr
Oracle截断表时ORA-02266错误
SQL> alter table c_location disable primary key cascade;
表已更改。
SQL> truncate table c_location;
表已截掉。
SQL> alter table c_location enable primary key;
表已更改。
