ora_commit Commit an Oracle transaction &reftitle.description; boolora_commit resourceconnection Commits an Oracle transaction. A transaction is defined as all the changes on a given connection since the last commit/rollback, autocommit was turned off or when the connection was established. &reftitle.parameters; connection A connection identifier, opened with ora_logon. &reftitle.returnvalues; &return.success; Details about the error can be retrieved using the ora_error and ora_errorcode functions. &reftitle.changelog; &Version; &Description; 5.1.0 &oracle.deprecated; &reftitle.notes; &oracle.replacement.desc; oci_commit &reftitle.seealso; ora_commiton ora_commitoff