SQL*Loader input file directory and data file dynamic ? [message #63635] |
Thu, 21 October 2004 15:39 |
LEE SHIN YOUNG
Messages: 4 Registered: October 2004
|
Junior Member |
|
|
I am sorry, below posted sentence...because language is different...
SQL*Loader input file directory and data file dynamic ?
So May I ask a some question? In case next sentence,
I want make a control file and then execute sqlloader.(orcle8.0.5 under windows)
LOAD DATA
INFILE 'C:DashAPP.txt'
INTO TABLE APPLICATION_TEMP
(IUD POSITION(01:01) CHAR,
REG_DATE POSITION(02:11) CHAR,
DEPT_CODE POSITION(12:17) CHAR,
ID POSITION(18:39) CHAR)
and then Also I want to load several textfile under 'C:Dash'
So that how to make a command dynamic filename in windows?
Thanks~
|
|
|
|