Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

load when condition external table

937454Oct 17 2013 — edited Oct 17 2013


Hi,

My db version is : oracle 11g

I have a 6 gig csv file.

I split it to several 15mb csv files.

But only the very first csv file has header (with column headings).

I have to load each of these files into a target table.

I created a external table with skip 1.

But how can I override skip 1 for other csv files.

Is there a way I can do it in the external table definition.

I cannot merge the split csv files and run it as one big file. So i dont hv that option. Please advice.

This post has been answered by BobLilly on Oct 17 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 14 2013
Added on Oct 17 2013
5 comments
661 views