What's the best way to mass extract data in 7.3.4? Source table : 100 mill records. Some date condition applied to it results in 5 million records. I need to insert these 5 mill in a remote database.
Note : 7.3.4 - no concept of nologging, partitioning, export/Query etc.
A pl/sql loop will take AGES. Does not seem smart.
Any suggestions?
PS : Oh, and I am working with limited space on both machines. :rolleyes:
