Connecting Tech Pros Worldwide Help | Site Map

Help with a query to copy files (new to oracle)

Familiar Sight
 
Join Date: Sep 2007
Posts: 221
#1: Jul 24 '09
I have a database table that contains some file names and there come times when I have to copy these files to another location to have them be re-processed by a windows service.

Is there a query I can run to copy the files? I'm finding myself running a query to find all the files I need to copy, and then manually copying the files. I was hoping my query could do this for me.
OraMaster's Avatar
Member
 
Join Date: Aug 2009
Location: Pune, India
Posts: 76
#2: Aug 4 '09

re: Help with a query to copy files (new to oracle)


Please provide your database table structure.
debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,505
#3: Aug 4 '09

re: Help with a query to copy files (new to oracle)


you want to copy the physical files from one location to another by simple SQL queries ?
Reply