oracle 全文索引怎么删除

时间:2022-09-22 12:17:33
oracle 全文索引怎么删除 



oracle 全文索引怎么删除 

急啊

14 个解决方案

#1


drop index 索引名称 force

#2


引用楼主 jianglang_a 的回复:
oracle 全文索引怎么删除 



oracle 全文索引怎么删除 

急啊


drop index index_name force;

强行删除。

#3


http://wenku.baidu.com/view/c53e9e36a32d7375a417801a.html

操作oracle全文检索资料大全

#4


http://oracle.chinaitlab.com/install/529506.html

#5


drop index index_name force;

#6


引用 1 楼 mahanso 的回复:
drop index 索引名称 force


这个不行.........

#7


oracle 全文索引怎么删除

#8


oracle 全文索引怎么删除

#9


引用 7 楼 jianglang_a 的回复:


你这个是触发器吗?

#10


引用 9 楼 mahanso 的回复:
引用 7 楼 jianglang_a 的回复:



你这个是触发器吗?


不是啊全文索引

BEGIN
  ctx_ddl.create_preference ('my_lexer', 'chinese_vgram_lexer');
END;

CREATE INDEX  myindex ON 表名(字断) indextype is ctxsys.context parameters('lexer my_lexer');

#11


引用 9 楼 mahanso 的回复:
引用 7 楼 jianglang_a 的回复:



你这个是触发器吗?


不是啊全文索引

BEGIN
  ctx_ddl.create_preference ('my_lexer', 'chinese_vgram_lexer');
END;

CREATE INDEX  myindex ON 表名(字断) indextype is ctxsys.context parameters('lexer my_lexer');

#12


没人 oracle 全文索引怎么删除

#13


问题解决了吗?

如何解决的呀?

#14


解决:只能drop index ind_name force强行删除,然后再重建

说明:在创建索引的时候断开、重启等导致索引中断没有执行成功,之后再drop或者rebuild等操作的时候都会报此错误

#1


drop index 索引名称 force

#2


引用楼主 jianglang_a 的回复:
oracle 全文索引怎么删除 



oracle 全文索引怎么删除 

急啊


drop index index_name force;

强行删除。

#3


http://wenku.baidu.com/view/c53e9e36a32d7375a417801a.html

操作oracle全文检索资料大全

#4


http://oracle.chinaitlab.com/install/529506.html

#5


drop index index_name force;

#6


引用 1 楼 mahanso 的回复:
drop index 索引名称 force


这个不行.........

#7


oracle 全文索引怎么删除

#8


oracle 全文索引怎么删除

#9


引用 7 楼 jianglang_a 的回复:


你这个是触发器吗?

#10


引用 9 楼 mahanso 的回复:
引用 7 楼 jianglang_a 的回复:



你这个是触发器吗?


不是啊全文索引

BEGIN
  ctx_ddl.create_preference ('my_lexer', 'chinese_vgram_lexer');
END;

CREATE INDEX  myindex ON 表名(字断) indextype is ctxsys.context parameters('lexer my_lexer');

#11


引用 9 楼 mahanso 的回复:
引用 7 楼 jianglang_a 的回复:



你这个是触发器吗?


不是啊全文索引

BEGIN
  ctx_ddl.create_preference ('my_lexer', 'chinese_vgram_lexer');
END;

CREATE INDEX  myindex ON 表名(字断) indextype is ctxsys.context parameters('lexer my_lexer');

#12


没人 oracle 全文索引怎么删除

#13


问题解决了吗?

如何解决的呀?

#14


解决:只能drop index ind_name force强行删除,然后再重建

说明:在创建索引的时候断开、重启等导致索引中断没有执行成功,之后再drop或者rebuild等操作的时候都会报此错误