oci_set_client_info
PHP 5 >= 5.3.2, PHP 7, PHP 8, PECL OCI8 >= 1.4.0
oci_set_client_info - Sets the client information
Code Examples
Example #1 Setting the client information
Result: // While the script is running, the administrator can see the client
// information:
sqlplus system/welcome
SQL> select client_info from v$session;