Library /sys$common/syshlp/SQL$HELP72.HLB  —  ALTER  DATABASE  Arguments  OPEN
    Syntax options:

    OPEN IS AUTOMATIC | OPEN IS MANUAL

    Specifies whether or not the database must be explicitly opened
    before users can attach to it. The default, OPEN IS AUTOMATIC,
    means that any user can open a previously unopened or a closed
    database by attaching to it and executing a statement. The
    OPEN IS MANUAL option means that a privileged user must issue
    an explicit OPEN statement through Oracle RMU, the Oracle
    Rdb management utility, before other users can attach to the
    database.

    To issue the RMU Open command, you must have the RMU$OPEN
    privilege for the database.

    The OPEN IS MANUAL option limits access to databases.

    You will receive an error message if you specify both OPEN IS
    AUTOMATIC and OPEN IS MANUAL options.
Close Help