IIS 7.5 + FastCGI + PHP + Drupal 7 + Oracle

運行SQL命令行:conn systemphp

 

刪除drupal表空間:drop tablespace drupal INCLUDING CONTENTS;web

建立drupal表空間:oracle

create tablespace drupal app

logging ide

datafile 'd:\htdocs\db\drupal.dbf' spa

size 32m 命令行

autoextend on cmd

next 32m maxsize 3072m it

extent management local;io

建立用戶:

    create user drupal identified by [password]
    default tablespace drupal
    temporary tablespace temp;

    grant unlimited tablespace to drupal;

用戶受權

    grant all privileges to drupal;

下載oracle驅動http://drupal.org/project/oracle,解壓至D:\htdocs\drupal\includes\database目錄裏。再把module裏的oralce目錄剪切至D:\htdocs\drupal\sites\all\modules目錄。

 

增長FastCGI超時時間:C:\>%windir%\system32\inetsrv\appcmd set config -section:system.webServer/fastCgi /[fullPath='D:\Program Files (x86)\PHP\php-cgi.exe'].activityTimeout:600

相關文章
相關標籤/搜索