text -
12-17-2007
, 09:12 AM
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 |