If your are using unix o/s you can use the follwing method
1. cut -d"," -f2,1,3,5 csv_file > input_file
2. Using the input_file as the input file for loading in SQL*Loader you can specify skip 1 in the control file to load the data in the database.
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |