setting document Path in file system document store [message #128677] |
Wed, 20 July 2005 02:00 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
khroner
Messages: 11 Registered: June 2005
|
Junior Member |
|
|
hi,
Is it possible to have the basic path defined in
ctx_ddl.set_attribute, and all the subfolders in the
basic path defined in along with the document name
in the database.
for eg:
begin
ctx_ddl.create_preference('docname','FILE_DATASTORE');
ctx_ddl.set_attribute('docname','PATH','c:\temp\');
end;
/
In the table (mydocs)
mydocid doc_name
1 loc1\test.doc
2 loc2\recs.Pdf
3 loc1\oracle9i.doc
It should now take the path as
c:\temp\loc1\test.doc
Database: ORacle 9i windows.
thanx.
cheers
sam
|
|
|
|
|