Commit 802c2aaa authored by facupanizza's avatar facupanizza

Add the instancename parameter for oci8 driver

We add the instancename parameter documentation for oci8 driver
parent 9808bd33
...@@ -193,6 +193,10 @@ pdo\_oci / oci8 ...@@ -193,6 +193,10 @@ pdo\_oci / oci8
connection pooling. connection pooling.
- ``charset`` (string): The charset used when connecting to the - ``charset`` (string): The charset used when connecting to the
database. database.
- ``instancename´´ (string): Optional parameter, complete whether to
add the INSTANCE_NAME parameter in the connection. It is generally used
to connect to an Oracle RAC server to select the name of a particular instance.
pdo\_sqlsrv / sqlsrv pdo\_sqlsrv / sqlsrv
^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment