rdbmsDbInfoEntry
RDBMS-MIB ·
.1.3.6.1.2.1.39.1.2.1
Object
row
Information that must be present if the database is actively opened. If the database is not actively opened, then attempts to access corresponding instances in this table may result in either noSuchName (SNMPv1) or noSuchInstance (SNMPv2). 'Actively opened' means at least one of the rdbmsRelState entries for this database in the rdbmsRelTable is active(2).
Context
- MIB
- RDBMS-MIB
- OID
.1.3.6.1.2.1.39.1.2.1- Type
- row
- Status
- current
- Parent
- rdbmsDbInfoTable
- Table
- rdbmsDbInfoTable
- Children
- 6
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Child Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| rdbmsDbInfoProductName The textual product name of the server that created or last
restructured this database. The format is product specific. | column | SNMPv2-TCDisplayString | .1.3.6.1.2.1.39.1.2.1.1 |
| rdbmsDbInfoVersion The version number of the server that created or last
restructured this database. The format is product specific. | column | SNMPv2-TCDisplayString | .1.3.6.1.2.1.39.1.2.1.2 |
| rdbmsDbInfoSizeUnits Identification of the units used to measure the size of this
database in rdbmsDbInfoSizeAllocated and rdbmsDbInfoSizeUsed.
bytes(1) indicates individual bytes, kbytes(2) indicates… | column | Enumeration | .1.3.6.1.2.1.39.1.2.1.3 |
| rdbmsDbInfoSizeAllocated The estimated size of this database (in
rdbmsDbInfoSizeUnits), which is the disk space that has been
allocated to it and is no longer available to users on this
host. rdbmsDbInfo… | column | Integer32 | .1.3.6.1.2.1.39.1.2.1.4 |
| rdbmsDbInfoSizeUsed The estimated size of this database, in rdbmsDbInfoSizeUnits,
which is actually in use for database data. | column | Integer32 | .1.3.6.1.2.1.39.1.2.1.5 |
| rdbmsDbInfoLastBackup The date and time that the latest complete or partial backup
of the database was taken. If a database has never been
backed up, then attempts to access this object will
result in … | column | SNMPv2-TCDateAndTime | .1.3.6.1.2.1.39.1.2.1.6 |
Indexes
| Object | Type | Syntax | OID |
|---|---|---|---|
| rdbmsDbIndex A numeric index, unique among all the databases from all
products on this host. This value is a surrogate for the
conceptually unique key, which is {PrivateMibOID,
databasename} | column | Integer32 | .1.3.6.1.2.1.39.1.1.1.1 |