deepakjoshi
deepakjoshi

Reputation: 19

How can we integrate Oracle database with Drupal 6

How can we integrate Oracle database with Drupal 6.

Tried with Oracle driver but it not showing oracle database option at Installation time.

Need help to work Oracle database with Drupal 6

Upvotes: 0

Views: 215

Answers (1)

Dave
Dave

Reputation: 385

Pdo driver for oracle does not work yet so d7 won't work until that is stable. D6 is simply not supported.

If you need content from oracle I woul recommend using d7 with Postgres or MySQL and project forena to get data from oracle instance.

Upvotes: 1

Related Questions