(PHP 5.3.2, PHP 7, PECL OCI8 >= 1.4.0)
Sets the module name
bool oci_set_module_name ( resource $connection, string $module_name )
Sets the module name for Oracle tracing.
The module name is registered with the database when the next 'roundtrip' from PHP to the database occurs, typically when an SQL statement is executed.
The name can subsequently be queried from database administration views such as V$SESSION. It can