Oracle 新建索引、禁用索引

 

  //新建索引
 create index sys_org_Index on sys_organization(ORG_ABBREVIATIO_NAME,org_name) create index BMP_BUSINESS_SEGMENT_index1 on BMP_BUSINESS_SEGMENT(BUSINESS_ID,name) //禁用索引 alter index INDEX_BMP_DUTY_H unusable;
//重新启用索引,重建索引 alter index INDEX_BMP_DUTY_H rebuild;

 

posted on 2015-06-17 15:12  忙碌ing  阅读(2618)  评论(0)    收藏  举报

导航