0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

phpにおいてORACLEデータベースの接続

Last updated at Posted at 2016-03-15

Oracleへの接続手段

PDO_OCI
PDO(PHP Data Objects)の一部になる。
PHPによる開発されたもの。
古いので、使用しない。

https://pecl.php.net/package/PDO_OCI

oci8
ORACLEによる開発されたもの。
PHP5.3とORACLE Ver.11以降では、
ORACLEのDRCPによる接続プーリングを実現できる。

http://php.net/manual/ja/oci8.connection.php

DRCP
DRCP設定の資料
http://kenken0807.hatenablog.com/entry/2015/07/30/205833

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?