Movement of data over dblink using DBMS_PARALLEL_EXECUTE package
946981Jul 3 2012 — edited Jul 4 2012Number of Records in source table = 1,000,000
Number of Columns in source table = 100
The records are to be moved from source to target table over a dblink.
What are the advantages and disadvantages of using DBMS_PARALLEL_EXECUTE package over a dblink?