Information on all databases which are known to the DBH.
Column name | Data type | Contents |
DBC_NUMBER | SMALLINT | DBC ID number |
CATALOG_NAME | CHAR (18) | Logical database name |
PHYSICAL_NAME | CHAR (18) | Physical database name |
USER_ID | CHAR (8) | DB user ID of the database |
COPY_NUMBER | CHAR (6) | Version number of the SESAM backup |
ACCESS_MODE | VARCHAR (5) | Current access mode: READ Permits read access to user data WRITE Permits read and write access to ADMIN Permits read and update access to REPL A replication is involved. This replication can be accessed in COPY Permits read access to user data |
STATUS | VARCHAR (7) | Database status: ACTIVE The database was opened in the current DBH session. CLOSED The database is closed. FREE The database is physically closed and unlocked. LOCKED Because of an SQLSTATE the database is not available in the RECOVER The database is in the state RECOVER. REORG The database is reorganized. REFRESH The database is in the state REFRESH. |
STATUS_INFO | VARCHAR(21) | Information on why the database is not |
STATUS_TIME | TIMESTAMP(3) | Time the current status was |
Table 113: SYS_DBC_ENTRIES view of the INFORMATION_SCHEMA