0

I wonder if anyone Please help me with ideas to build a bridge connection between MySQL to Oracle 11g Database connection. For instance, I have MySQL and Oracle Databsae installed in my pc. Is it possible to retrieve Data from Oracle Database in MySQL? Any suggestion/feedback will be highly appreciated. :)

Nizam Uddin Sikder
  • 495
  • 1
  • 4
  • 9

1 Answers1

1

There is a Perl module, DBIx::MyServer, that makes it possible to use other databases such as Oracle from MySQL, see http://web.archive.org/web/20141113060908/http://ftp.nchu.edu.tw/MySQL/tech-resources/articles/dbixmyserver.html. It acts as a proxy that speaks MySQL. Unfortunately it seems a bit dead, the link refers to an archive rather than the live site, but perhaps depending on your requirements you can use it anyway?

ewramner
  • 5,810
  • 2
  • 17
  • 33