Hi All,
I want to know how we can insert more than 3 million records from one table to another table.
- Can we use Bulk collect and forall to insert the all data.
- Can we use create table tableB as select * from tableA;
From the above which is one is performance wise good.