Data Migration: Oracle to Oracle
Jason,What is the best practice using Hadoop to migrate data from one Oracle remote database to an Oracle local database assuming wre have dblink to the remote database.I saw examples to read data from a database. But, I feel we should be able to read the data from the remote database, prcosess it in the map and write it down to the local database in the reduce job and this should be done using one map reduce program. Can I have a sample program for this scenario if you have any?Thanks for the…See More