在apache + php的環境中, 如何置換原有oci driver 更換為新版
因為舊的資料庫是10.2.0.4 , 新的是12.2
1.檢查既有php.ini設定
extension_dir = C:\php-5.x.0\ext
extension=php_oci8.dll
2.下載PHP oci driver for 12c (http://pecl.php.net/package/oci8)
並且解壓縮後把php_oci8_12c.dll 放到 C:\php-5.x.0\ext 資料夾下 |
3.把php.ini的
extension=php_oci8.dll -> 修改為php_oci8_12c.dll
4.Restart Apache Service 並開始測試服務
Ref:
沒有留言:
張貼留言