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

Thread: Automatically upload files from a remote location to the db

Threaded View

  1. #2
    Join Date
    Mar 2002
    Location
    Mesa, Arizona
    Posts
    1,204
    If the same file is overwritten (updated) use an external table.

    Otherwise, you're going to need to write a script/program to loop through the files and upload them.

    Be careful you don't upload a file that is being written to.

    Why not have the program that's creating the .txt files, just insert the data directly?
    Last edited by KenEwald; 11-01-2005 at 11:05 PM.
    "I do not fear computers. I fear the lack of them." Isaac Asimov
    Oracle Scirpts DBA's need

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