Javascript debugger
Website design
↑
The PDO_OCI Data Source Name (DSN) is composed of the following elements:
The DSN prefix is oci:
.
dbname
(Oracle Instant Client)
The URI for the Oracle Instant Client connection takes the form of
dbname=//
.
If you are connecting to a database defined in
hostname
:port-number
/database
tnsnames.ora
, use only the name of the database:
dbname=
.
database
charset
The client-side character set for the current environment handle.