Library /sys$common/syshlp/SQL$HELP_OLD72.HLB  —  CREATE  DATABASE  Arguments  ALTER_TRANSACTION_MODES
    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.
Close Help