rdbmsDbInfoSizeUnits
RDBMS-MIB ·
.1.3.6.1.2.1.39.1.2.1.3
Object
column
Enumeration
Identification of the units used to measure the size of this database in rdbmsDbInfoSizeAllocated and rdbmsDbInfoSizeUsed. bytes(1) indicates individual bytes, kbytes(2) indicates units of kilobytes, mbytes(3) indicates units of megabytes, gbytes(4) indicates units of gigabytes, and tbytes(5) indicates units of terabytes. All are binary multiples -- 1K = 1024. If writable, changes here are reflected in the get values of the associated objects.
Context
- MIB
- RDBMS-MIB
- OID
.1.3.6.1.2.1.39.1.2.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rdbmsDbInfoEntry
- Table
- rdbmsDbInfoTable
- Siblings
- 5
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | bytes |
2 | kbytes |
3 | mbytes |
4 | gbytes |
5 | tbytes |
Related Objects
Sibling 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 |
| 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 |