简体   繁体   中英

Drupal Application Integration With Oracle DB

I am trying to setup one Drupal PHP Sample application which will be having Oracle DB as in backend. I have tried this URL

I have recently done all the changes like

I have recently done all the changes like

# cd includes/database/
# wget http://ftp.drupal.org/files/projects/oracle-7.x-1.12.tar.gz
    # tar -xzvf oracle-7.x-1.12.tar.gz
# rm oracle-7.x-1.12.tar.gz
# cd oracle/module/
# mv oracle/ /var/www/html/sites/all/modules/

(we still define our path to the root catalog of Drupal)

We set up the correct file admissions:

# cd /var/www/html/
# chown -R www-data:www-data ./
# chmod -R 750 ./

Enable below extensions as well

extension=php_oci8_12c.dll 
oci8.connection_class = Oracle
extension=php_pdo_oci.dll

But it dint give any option of Oracle option while installing Drupal application. Can someone help me to achieve this application with oracle DB.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM