Best approach to copy the data of set of tables in one database to same set of tables in another da
We are planning to migrate the data from one database to another database for set of tables.. But some columns in tables present in one database are not present in another database and vice versa!. So as far as I know, we can't take advantage of expdp/impdp here and let me know if I am wrong. Regardless, I am looking for best approach to copy the data of those tables from one database to another database where table columns are not matching between source and target databases.
Your early response is greatly appreciated.
~Suresh