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!

What is the best way to load data from more than 100 files into a database tables?

Raj_Nath-OracleSep 27 2018 — edited Dec 3 2018

I have a scenario where my program is reading data from files using external table / sql loader and loading into a table.

Over a period of time, number of files and file size has grown. To make this load faster,i am using parallel option of external table. But would like know if there are better way by which i can accommodate data upload from multiple file at same time to avoid idle database time.

This post has been answered by Billy Verreynne on Sep 27 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 26 2018
Added on Sep 27 2018
17 comments
1,915 views