DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: setting document Path in file system document store

  1. #1
    Join Date
    Jun 2003
    Posts
    24

    setting document Path in file system document store

    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

  2. #2
    Join Date
    Jun 2003
    Posts
    24
    hi,

    one more point to the above.

    Is it possbile to just give the path as c:\temp\
    and all the sub folders under it are searched.

    thanx

    cheers
    sam

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width