Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Oracle Intermedia Troubles with indexes.

Oracle Intermedia Troubles with indexes.

From: Roberto Leo <roberto.leo_at_exm.it>
Date: Thu, 13 Nov 2003 10:30:41 +0100
Message-ID: <bovj00$ptc$1@newsread.albacom.net>


 I try to execute the following statements in Sql Plus Worksheet :

CREATE INDEX IDX_ATTACHMENTS
ON
ATTACHMENTS(FILECONTENT)
INDEXTYPE IS CTXSYS.CONTEXT; I have the following errors:

ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-20000: interMedia Text error:
DRG-11422: linguistic initialization failed
DRG-00100: internal error, arguments : [52100],[drxs.c],[553],[gxtopen],[1]
DRG-11208: ORACLE_HOME is not set
ORA-06512: at "CTXSYS.DRUE", line 126
ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 78
ORA-06512: at line 1

What's wrong ? I have installed Intermedia I have configured my database with Intermedia using Database Configuration Assistant.

I have installed on Windows 2000 Oracle 8.1.7.

Thanks Roberto. Received on Thu Nov 13 2003 - 03:30:41 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US