update : 2015.11.03
php.shukuma.com검색:
|
PDO_OCI DSN(PECL PDO_OCI >= 0.1.0) PDO_OCI DSN — Connecting to Oracle databases 설명The PDO_OCI Data Source Name (DSN) is composed of the following elements:
예제
Example #1 PDO_OCI DSN examples The following examples show a PDO_OCI DSN for connecting to Oracle databases: // Connect to a database defined in tnsnames.ora oci:dbname=mydb // Connect using the Oracle Instant Client oci:dbname=//localhost:1521/mydb |