11gR2 : remote insert with parallelism
Hi ,
How to improve performance of an " remote" INSERT by using parallellism, append , ... :
INSERT into remote_table@dblink(select col1, col2,... from local_table);
Best regards.
GD.
0