SQL Loader [message #441324] |
Sat, 30 January 2010 14:11 |
navin_deep
Messages: 18 Registered: November 2009
|
Junior Member |
|
|
Hi
While importing data using sqlldr, we define as below for fixed length files :
empno POSITION(01:04) INTEGER EXTERNAL,
name POSITION(06:15) CHAR,
job POSITION(17:25) CHAR )
However, I have 31 columns and the flat file span across 2 lines for a single row. In this case how will i define POSITIONS for 2nd line for each row. Do i have to change something in input flat file ?
Or there is separate syntax for POSITION in this case ?
Regards
Naveen
|
|
|
|
|
|
|