Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re:Fwd: load flat file to Oracle
SqlLoader has a command line parameter called DATA which is the name of the data file to be processes. You can do a little old fashion DOS type batch file that will handle this. Your command would look something like:
for %%a in (*.csv) do sqlldr data=%%a
Dick Goulet
____________________Reply Separator____________________ Author: Jared Still <jkstill_at_cybcon.com> Date: 11/20/2001 8:00 AM
Sorry, can't help at the moment.
Perhaps some of the esteemed members of the list will have useful suggestions.
Jared
Hi Jared,
Interesting web site.
Got a problem, I need to sql*load some flat files into a newly created Oracle
table. The problem is that the files are around 180 (.csv) files and they
are currently on a directory on my machine. How do I handle these many file
names in my (.ctl) program? Is there a way round this? I am running Oracle
8.1.7 on Windows 95 OS.
Please can you help me?
Thanks
Deejay
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Nov 20 2001 - 10:54:34 CST
![]() |
![]() |