Some indexes or index [sub]partitions of table SYS.WRH$_ACTIVE_SESSION_HISTORY have been marked unus

 
 
Some indexes or index [sub]partitions of table SYS.WRH$_ACTIVE_SESSION_HISTORY have been marked unusable
一大早报错
select ITYP_NAME,index_name,table_name,STATUS from dba_indexes where TABLE_NAME like '%ACTIVE_SESSION_HISTORY%';
查到是WRH$_ACTIVE_SESSION_HISTORY01这个索引
于是直接rebuild,这次很快,但是其实有可能需要很长时间,下次可以看看数据量
alter index WRH$_ACTIVE_SESSION_HISTORY01 REBUILD online nologging
--online是建立索引时候 用户可以访问表  
--nologging --防止在 redo 日志中记录重建过程,提高速度
ps:我这次 online和nologging 这两个参数都没用。。。。顺便说一下还有以下参数
--compute statistics --维护其当前的统计数据 不能跟 online 一起使用<不能自动维护, 需要用到 analyze table 命令>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值
>