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

Home -> Community -> Usenet -> c.d.o.server -> Re: Troubles with Intermedia Text

Re: Troubles with Intermedia Text

From: Snid <snid_at_snider.sno>
Date: Fri, 14 Nov 2003 11:55:49 +1000
Message-ID: <bp1cn8$kri$1@bunyip.cc.uq.edu.au>


Try running this from the sqlplus prompt:

exec ctx_output.start_log('log');
-- and to stop it
exec ctx_output.end_log();

If the above doesn't work then you have a net8 configuration problem.

"Roberto Leo" <roberto.leo_at_exm.it> wrote in message news:bovitt$prn$1_at_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 - 19:55:49 CST

Original text of this message

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