oci_commit
Description
bool oci_commit ( resource connection )
Commits all outstanding statements for the active transaction on the
Oracle connection.
Examples
Notes
Note: Transactions are automatically rolled back when you close the connection, or when the script ends, whichever is soonest. You need to explicitly call oci_commit() to commit the transaction, or oci_rollback() to abort it.
