Hello Guru,
I want to transfer multiple tables data from one Database to another database using db_link, since Database is hosted on another vendor, Hence without using datapump or exp etc., through DB link need to move tables data from one source DB to another source DB where the tables are having LOB columns as well, Hence we could not able to use insert into as select * from@db_link;
Kindly suggest what are all the best ways to move tables data between DB using db links etc., .
Kindly share syntax / step by step how to proceed for the above.
Thanks in Advance,
Sivakumar KS.