File store [message #128571] |
Tue, 19 July 2005 08:00 |
khroner
Messages: 11 Registered: June 2005
|
Junior Member |
|
|
hi,
I have a requirement in text search where I have to set multiple
path for storing documents in the File system.
Is it possible to give multiple "Path" in the
ctx_ddl.set_attribute.
Files would be stored in folders like
1. c:\temp
2. c:\temp\loc1
3. c:\temp\loc1\loc2
4. c:\temp1
This is the code -
begin
ctx_ddl.create_preference('docname','FILE_DATASTORE');
ctx_ddl.set_attribute('docname','PATH','c:\temp');
end;
/
ORacle 9i windows.
thanx.
cheers
sam
|
|
|
|
|
|