I have one script in which first a bulk(8 million records) insert is getting executed as shown here insert into table2 select * from table1;
insert into table2 select * from table1;
Post insert