Drupal with Oracle

reef_d

Disciple
I need to work on a project that requires the use of a CMS. Most of my experience comes in the use of Drupal and module development for Drupal. Most of the time I've used MySql and PostGRE. I might start the project on MySql. So does Drupal support the use of Oracle. I need to know for sure so that if the company plans to move its database to system like oracle, Drupal will support it or at least it is easy and possible for web developers to do it themselves.

Any other CMS would you guys recommend?
 
Drupal does support, but not officially. Here's an experimental driver for Oracle support in Drupal.

If you're going to do it yourself, its not a trivial thing as Drupal is built with MySQL in mind, converting to Oracle means a review and probable redesign of the entire schema
 
Back
Top