Enables the modes specified, leaving the previously defined or default modes enabled. For example, if the only transaction mode you want to disable are batch updates, use the following statement: SQL> CREATE DATABASE FILENAME mf_personnel cont> ALTER TRANSACTION MODES (NO BATCH UPDATE); If not specified, the default transaction mode is ALL.