I am going to create many data scripts like INSERT INTO and UPDATE
There will be 100,000 plus entries, if not 1,000,000
What is the best way to quickly get this data in Oracle? I already found that SQL Loader is not suitable for this, as it does not update individual rows.
thanks
UPDATE: I will write an application for this in C #
source share