Firebird Documentation IndexFirebird 2.0.6 Release NotesNew in Firebird 2.0 → Additional Database Shutdown Modes Introduced
Firebird Home Firebird Home Prev: Reworking of Updatable ViewsFirebird Documentation IndexUp: New in Firebird 2.0Next: UDFs Improved re NULL Handling

Additional Database Shutdown Modes Introduced

N. Samofatov

Single-user and full shutdown modes are implemented using new [state] parameters for the gfix -shut and gfix -online commands.

Syntax Pattern

    gfix <command> [<state>] [<options>]
    <command>> ::= {-shut | -online}
    <state> ::= {normal | multi | single | full}
    <options> ::= {[-force | -tran | -attach] <timeout>}
    

Important

For more details, refer to the section on Gfix New Shutdown Modes, in the Utilities chapter. A regression surfaced affecting usage of these new shutdown modes, which is described in an alert in that topic.

For a list of shutdown state flag symbols and an example of usage, see Shutdown State in the API.

Prev: Reworking of Updatable ViewsFirebird Documentation IndexUp: New in Firebird 2.0Next: UDFs Improved re NULL Handling
Firebird Documentation IndexFirebird 2.0.6 Release NotesNew in Firebird 2.0 → Additional Database Shutdown Modes Introduced