|
PHP5中文手册
PDO_OCI DSN(No version information available, might be only in CVS) 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 |