Search notes:

Oracle: DBMS_TRANSACTION

Procedures and functions

advise_commit Equivalent to alter session advice commit
advise_nothing Equivalent to alter session advice nothing
advise_rollback Equivalent to alter session advice rollback
begin_discrete_transaction
commit Equivalent to commit
commit_comment Equivalent to alter session advice commit comment …
commit_force Equivalent to alter session advice commit
local_transaction_id Returns the current transaction's ID.
purge_lost_db_entry
purge_mixed
read_only Equivalent to set transaction read only
read_write Equivalent to set transaction read write
rollback Equivalent to rollback
rollback_force Equivalent to rollback force …
rollback_savepoint Equivalent to rollback to savepoint …
savepoint Equivalent to savepoint
step_id
use_rollback_segment

See also

Oracle DBMS PL/SQL packages

Index