Status of Database


 
Snapshot Level
Database

 
Logical Data Grouping
dbase

 
Monitor Switch
Basic

Resettable

No

 

Element Name
Element Type

db_status
information

 

Description:  The current status of the database.

Usage:  You can use this element to determine the state of your database.

Values for this field are:
API Constant Description
SQLM_DB_ACTIVE The database is active.
SQLM_DB_QUIESCE_PEND The database is in quiesce-pending state. New connections to the database are not permitted and new units of work cannot be started. Depending on the quiesce request, active units of work will be allowed to complete or will be rolled back immediately.
SQLM_DB_QUIESCED The database has been quiesced. New connections to the database are not permitted and new units of work cannot be started.
SQLM_DB_ROLLFWD A rollforward is in progress on the database.