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;
表已更改。
发布时间: 2013-10-07 19:41:22 作者: rapoo
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;
表已更改。