Best unofficial Apache Server developers community |
|
Here's the scenario: What is the best practice for this? Is there a way to connect say to the MySQL db directly from an Oracle stored procedure? Maybe the other way round?
posted via StackOverflow
|
|
 
|
Create a database link from your Oracle server to the MySQL server. Once the database link has been established, you can use the standard
If you want to do this on a scheduled basis, use the job scheduler to schedule the transfer. |
|
 
|
You can use O.D.I., Oracle Data Integrator. http://www.oracle.com/technetwork/middleware/data-integrator/index.html Oracle Data Integrator is a comprehensive data integration platform that covers all data integration requirements: from high-volume, high-performance batch loads, to event-driven, trickle-feed integration processes, to SOA-enabled data services. |