How to save Oracle specific tables into a MySQL database?
I have two databases MySQL and Oracle. I create a view to get data from Oracle and display it into HTML template.
I want to add every selected row (from the table on HTML template) into MySQL table.
Is it possible to do that?