解决方法:
select idx_name,idx_status from ctxsys.ctx_indexes;
需要重建同步全文索引:
alter index  索引名  rebuild online parameters(‘sync’)
如果还是不行就删除 索引
drop index 索引名 force;

 

欢迎关注公众号,回复“破解”获取下载链接,一起学习数据库,回复“资源”获取更多资料

持续关注公众号,后面激活码失效,笔者会持续更新哟~

ORA-29861: 域索引标记为 LOADING/FAILED/UNUSABLE

相关文章:

  • 2021-09-14
  • 2022-02-20
  • 2021-12-18
  • 2021-09-13
  • 2021-11-21
  • 2021-07-02
  • 2022-12-23
  • 2021-11-07
猜你喜欢
  • 2021-07-19
  • 2021-06-03
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2021-11-04
  • 2021-07-25
相关资源
相似解决方案