(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)
Commits the outstanding database transaction
bool oci_commit ( resource $connection )
Commits the outstanding transaction for the Oracle connection. A commit ends the current transaction and makes permanent all changes. It releases all locks held.
A transaction begins when the first SQL statement that changes data is executed with oci_execute() using the OCI_NO_AUTO_COMMIT flag. Furthe