SQL> CREATE INDEX test_index ON ARCHIVES_COLLIGATE(CONTENT)
  2  INDEXTYPE IS ctxsys.CONTEXT PARAMETERS('filter ctxsys.null_filter section group ctxsys.auto_sec
tion_group');
CREATE INDEX test_index ON ARCHIVES_COLLIGATE(CONTENT)
*
ERROR 位于第 1 行:
ORA-29855: 执行 ODCIINDEXCREATE 例行程序时出错
ORA-20000: interMedia Text 错误:
DRG-11440: SIMPLIFIED CHINESE 语言不支持此操作
ORA-06512: 在"CTXSYS.DRUE", line 126
ORA-06512: 在"CTXSYS.TEXTINDEXMETHODS", line 54
ORA-06512: 在line 1

解决方案 »

  1.   

    你是多媒体内容吗?
    我建立如下:
    SQL> create index test_index on dept(departno)
      2  indextype is ctxsys.context parameters
      3  ('filter ctxsys.null_filter section group ctxsys.auto_section_group');索引已创建。ARCHIVES_COLLIGATE是你自己的对象表吗?
    是不是当前用户下?
    我的版本是oracle9i
      

  2.   

    要打补丁
    oracle早期的interMedia有问题