I have a remote table with 300 millions of records, I need to insert all the data in a table in my local database.
I try using
- BULK COLLECT clause.
- MERGE clause.
- PARALLEL INSERT
All the options take too much time.
What other options can I use to insert all the records in an efficient way?
I am using Oracle 11g in the remote and local database