首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

Oracle截断表时ORA-02266异常

2013-10-07 
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;

表已更改。

热点排行