query oracle table for a record and copy that data to mysql database table
I have installed oracle 11g binaries on a server and using TNS I will connect and query an oracle database table (12.2) for a record and that record I want to insert into mysql database table running on another server.
i will be querying on daily basis and will insert / update the record fetched from oracle table to mysql database table (running on another server.)
How do i achieve that