Hi,
Our application will insert/update new records into Oracle database, but I need to insert/update new records into MySQL database. The Oracle and MySQL tables have the same columns.
Right now, we plan to create DBLink between Oracle and MySQL. The question is how to write some code to insert/update new records to MySQL from Oracle. I'm a new guys in this domain.
Please share some sample code, thanks!