Copy 500 million records between 2 tables
608271Nov 13 2007 — edited Nov 14 2007Hi,
I have 2 tables T1 and T2 in the same database and schema as well.
But the Size of data in T1 is around 500 million. Which is the best way to Copy data from T1 to T2.
How fast is the SQL PLUS Copy Command?
Will BULK COLLECT into collection and FOR ALL statements help in doing the job at high speeds?
Are there any other options?(I only want to use SQL PLUS or PL/SQL)
please let me know if there is a way out.
Thanks,
Vijay