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 -> text

text

From: sw <aa_at_bb.com>
Date: Mon, 17 Dec 2007 15:14:18 +0100
Message-ID: <fk607q$1gf7$1@news2.ipartners.pl>


Hello,

I have installed oracle xe 10g on linux debian. I'm trying to scan a word files using context index, it is my code:

CREATE INDEX file_index ON files(path) INDEXTYPE IS ctxsys.context PARAMETERS ('datastore ctxsys.file_datastore format column ot_format');

Path is a real path to word file on disk. But indexing process isn't finishing success, because when I execute:

select *

from ctx_user_index_errors

I see a lot of error's DRG-11207 and information that documents was not indexing.

I have read that it's a bug oracle 9 database, additional I have found instruction how to resolve this problem. There was path also, which I have installed. It's doesn't help me. Could you help me?

Sorry for my English, I'm still learning.

Best regard

sw Received on Mon Dec 17 2007 - 08:14:18 CST

Original text of this message

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