Sunday, May 30, 2010

Insert bulk data into oracle using SQLLoader in C#

Sometimes we need to insert a large volume of data into the Oracle database. Sometimes data comes from comma seperated csv file or from a comma seperated text file. By reading this article you can insert data from both source to oracle. There are mainly two ways to insert bulk data into Oracle:
1. Using Bindarray
2. Using SqlLoader

Here in this article i will explain how one can use to insert

No comments:

Post a Comment