Dear all,
we have a problem with file indexation on a distant disk with Oracle text
We use a CONTEXT index on a FTP DataStore with the following settings:
-- DataStore creation
begin
ctx_ddl.create_preference('URL_PREF5','URL_DATASTORE');
ctx_ddl.set_attribute('URL_PREF5','FTP_PROXY','user:pass@serveur');
ctx_ddl.set_attribute('URL_PREF5','Timeout','300');
end;
-- Index creation
create index datastores_doc5 on maia.document( document_joint )
indextype is ctxsys.context
parameters ( 'datastore URL_PREF5' );
-- index synchronisation
begin
ctx_ddl.sync_index('DATASTORES_DOC5', '10M');
end;
Oracle9i compile the script whithout any error, the index are well created BUT empty
If anybody can help us
thanks
[Updated on: Thu, 28 July 2005 02:58]
Report message to a moderator