日期:2014-05-16  浏览次数:20457 次

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;

表已更改。