开发者

Drupal 7 not working with oracle database

开发者 https://www.devze.com 2023-03-19 00:42 出处:网络
I installed with a fresh drupal installation(D7) and followed the steps mentioned in ReadMe file for Oracle driver:

I installed with a fresh drupal installation(D7) and followed the steps mentioned in ReadMe file for Oracle driver:

HOW TO INSTALL ORACLE SUPPORT IN DRUPAL 7

EXTRACT FILES

cd /includes/database/
tar xzvf
cd oracle/module
mv oracle /sites/all/modules

After this when I run the install.php I cannot see the "Oracle" as database type can you please tell me what is missed? Only Mysql postgressql and SQlite are the options coming..

开发者_JAVA百科

Regards, Rohit


Do you have the pdo_oci extension enabled?

See http://ch2.php.net/manual/en/ref.pdo-oci.php

0

精彩评论

暂无评论...
验证码 换一张
取 消