oracle 数据库 主键索引重建

alter table table_name drop primary key;

alter table table_name add constraint pk_index_name primary key(row_name);

相关文章: