SQL> create index index_globaldoc1 on globaldoc1(text) indextype is ctxsys.context
  2  parameters ('lexer global_lexer language column lang');
create index index_globaldoc1 on globaldoc1(text) indextype is ctxsys.context
parameters ('lexer global_lexer language column lang')
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-20000: Oracle Text error:
DRG-10700: preference does not exist: global_lexer
ORA-06512: at "CTXSYS.DRUE", line 160
ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 364

相关文章:

  • 2021-08-11
  • 2021-09-12
  • 2022-01-07
  • 2021-07-18
  • 2021-11-17
  • 2021-08-25
  • 2021-10-23
  • 2021-07-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-30
  • 2021-10-22
  • 2022-12-23
  • 2022-12-23
  • 2021-05-21
相关资源
相似解决方案