Home » Server Options » Text & interMedia » DataStore FTP
DataStore FTP [message #130087] Thu, 28 July 2005 02:34
NicoEtAntoine
Messages: 1
Registered: July 2005
Junior Member
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

Previous Topic: setting document Path in file system document store
Next Topic: what oracle applications is need to create a database-driven search engine?
Goto Forum:
  


Current Time: Thu Mar 28 03:42:02 CDT 2024