我已经问过关于这个主题的问题Oracle Text. Try to update column with context index
他们回答了我:If so, this may be related to Bug 17501296 - Commit callback procedure ctxsys.syncrn is not in sync with 11.2.0.4 C-code
是的,我使用的是此特定版本-Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
。
但不久前,我发现了一个新问题:
我尝试调用以下代码:
begin ctx_ddl.sync_index('idx_new_table_text'); end;
并收到此错误消息:
"Error report - ORA-06550: String 2, Column 1: PLS-00904: insufficient privilege to access object CTXSYS.CTX_DDL ORA-06550: String 2, Column 1: PL/SQL: Statement ignored 06550. 00000 - "line %s, column %s:\n%s" *Cause: Usually a PL/SQL compilation error. *Action:"
在参考我的DBA之后,我发现未安装此模块。我认为这正是错误的原因。我是对的吗?