oci_commit
Commits outstanding statements
&reftitle.description;
booloci_commit
resourceconnection
Commits all outstanding statements for the active transaction on the
Oracle connection.
&reftitle.parameters;
connection
An Oracle connection identifier, returned by
oci_connect or oci_pconnect.
&reftitle.returnvalues;
&return.success;
&reftitle.examples;
oci_commit example
]]>
&reftitle.notes;
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.
&reftitle.seealso;
oci_rollback
oci_execute