diff --git a/reference/oci8/functions/oci-connect.xml b/reference/oci8/functions/oci-connect.xml index 93302f8924..3cfe022f3d 100644 --- a/reference/oci8/functions/oci-connect.xml +++ b/reference/oci8/functions/oci-connect.xml @@ -1,5 +1,5 @@ - + oci_connect @@ -12,6 +12,7 @@ stringusername stringpassword stringdb + stringcharset oci_connect returns a connection identifier @@ -35,6 +36,12 @@ connection, use oci_new_connect. + + Using Oracle server version 9.2 and greater, you can indicate + charset parameter, which will be used in the new + connection. If you're using Oracle server < 9.2, this parameter will be + ignored and NLS_LANG environment variable will be used instead. + <function>oci_connect</function> example diff --git a/reference/oci8/functions/oci-new-connect.xml b/reference/oci8/functions/oci-new-connect.xml index e2be39abb7..93530305b1 100644 --- a/reference/oci8/functions/oci-new-connect.xml +++ b/reference/oci8/functions/oci-new-connect.xml @@ -1,5 +1,5 @@ - + oci_new_connect @@ -12,6 +12,7 @@ stringusername stringpassword stringdb + stringcharset oci_new_connect creates a new connection to an Oracle @@ -22,6 +23,12 @@ TWO_TASK to determine the name of local Oracle instance and location of tnsnames.ora accordingly. + + Using Oracle server version 9.2 and greater, you can indicate + charset parameter, which will be used in the new + connection. If you're using Oracle server < 9.2, this parameter will be + ignored and NLS_LANG environment variable will be used instead. + oci_new_connect forces the creation of a new connection. This should be used if you need to isolate a set of transactions. By diff --git a/reference/oci8/functions/oci-pconnect.xml b/reference/oci8/functions/oci-pconnect.xml index fce46c798a..1b25031775 100644 --- a/reference/oci8/functions/oci-pconnect.xml +++ b/reference/oci8/functions/oci-pconnect.xml @@ -1,5 +1,5 @@ - + oci_pconnect @@ -12,6 +12,7 @@ stringusername stringpassword stringdb + stringcharset oci_pconnect creates a new persistent connection to @@ -22,6 +23,12 @@ TWO_TASK to determine the name of local Oracle instance and location of tnsnames.ora accordingly. + + Using Oracle server version 9.2 and greater, you can indicate + charset parameter, which will be used in the new + connection. If you're using Oracle server < 9.2, this parameter will be + ignored and NLS_LANG environment variable will be used instead. + oci_pconnect returns connection identifier or &false; on error. diff --git a/reference/oci8/functions/ocilogon.xml b/reference/oci8/functions/ocilogon.xml index 1ebd8d907f..0676b68539 100644 --- a/reference/oci8/functions/ocilogon.xml +++ b/reference/oci8/functions/ocilogon.xml @@ -1,5 +1,5 @@ - + + +