Quote:
|
Originally Posted by rahul_s80
|
In this case you have 2 options -
1. Open the file in a text editor and delete the column names ( I presume your file is in CSV format) and then run LOAD command
2. Or else run the load command and hope that the first row gets caught in your exception table which you define.
Moreover I believe you can go ahead with IMPORT command as only your loading times will be slower... but then it again depends upon the amount of data you are about to INSERT into the new table. WHat is the rowcount that you are looking to insert?