oci_set_db_operation
PHP 7 >= 7.2.14, PHP 8, PHP 7 >= 7.3.1, PHP 8, PECL OCI8 >= 2.2.0
oci_set_db_operation - Sets the database operation
Code Examples
Example #1 Setting the DBOP
Result: // While the script is running, the administrator can see the database operations
// being performed:
sqlplus system/welcome
SQL> select dbop_name from v$sql_monitor;