Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Automate Load of Multiple csv files

Automate Load of Multiple csv files

From: April <PrivateBenjamin_at_hushmail.com>
Date: 26 Feb 2004 14:33:45 -0800
Message-ID: <54df0379.0402261433.1de91e48@posting.google.com>


Hi,

I have been looking into the automated and scheduled import of csv files (or files containing insert statements) into Oracle 7.3. I see that UTL_FILE is used to open and read files. However, the file name is required. I would have multiple files sitting on a network share of which all would have to be imported and then the processed file either written to as processed or moved to another location. Is there some way to read file names using PL/SQL so that I could pass in the file name to UTL_FILE.FOPEN? Also this would have to be a scheduled job to occur regularly?

Any ideas?
Thanks,
April Received on Thu Feb 26 2004 - 16:33:45 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US