Connection with Oracle

Hi Everyone!

I have a built in application with Cakephp 2.x using MySQL as database server. But now i want to use Oracle as Database server rather then MySQL. So can anyone provide me his valuable inputs/suggestions here. Because i am getting afraid about my Model associations i am currently using also i am using multiple MySQL database schema’s for making connection on the fly.

Thanks,
Attri

Check https://github.com/CakeDC/cakephp-oracle-driver

@jimgwhit Thank You! for your suggestion.

@jimgwhit Your solution may work with CakePHP 3.2+ . But i am using CakePHP2.x.

Probably wouldn’t hurt to start looking into upgrading just a suggestion. Definitely wouldn’t hurt to run some tests and see how it works anyway.