LoginSignup
1
2

More than 5 years have passed since last update.

windowsのxamppで、oracleを利用する方法

Posted at

手順

  1. instantclient-basic-nt-12.1.0.2.0をダウンロードする
  2. C:\oracle\instantclient-basic-nt-12.1.0.2.0\instantclient_12_1(環境依存)をパスに追加
  3. php.iniのextension=php_pdo_oci.dllのコメントを解除
  4. 再起動

ODBCをインストールする場合は、管理者で実行しないとエラーが発生するので注意。

参考

ODBCの設定

php.iniの設定

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2