Loading Huge data files to Oracle

What is the process that we use to load the data faster when there are millions of files?

Questions by reddysneha

Showing Answers 1 - 9 of 9 Answers

Ayush.sh

  • Mar 31st, 2009
 

For loading data files or flat files into DB, Unix utility SQL Loader is best suited. can load milions of records in just few secs. Easy to use and compatible with Unix, shell, PERL. Uses control file(.ctl) and parameter file(.par)to direct instructions.

  Was this answer useful?  Yes

kirandba

  • Mar 31st, 2010
 

Use SSIS. But with in SSIS use SQL Server Destination adaptor instead of OLEDB Destination. But when we use SQL Server Destination adapter we can only run either on server or from SQL agent job.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions