rdbmsRelEntry
RDBMS-MIB ·
.1.3.6.1.2.1.39.1.9.1
Object
row
An entry relating a single database server to a single database to which it may provide access. The table is indexed first by the index of rdbmsDbTable, and then rdbmsSrvTable, so that all servers capable of providing access to a given database may be found by SNMP traversal operations (get-next and get-bulk). The makeup of this table depends on the product's architecture, e.g. if it is one server - many databases, then each server will appear n times, where n is the number of databases it may access, and each database will appear once. If the architecture is one database - many servers, then each server will appear once and each database will appear n times, where n is the number of servers that may be accessing it.
Context
- MIB
- RDBMS-MIB
- OID
.1.3.6.1.2.1.39.1.9.1- Type
- row
- Status
- current
- Parent
- rdbmsRelTable
- Table
- rdbmsRelTable
- Children
- 2
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Child Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| rdbmsRelState The state of this server's access to this database.
Active(2) means the server is actively using the database.
Available(3) means the server could use the database if
necessary. … | column | Enumeration | .1.3.6.1.2.1.39.1.9.1.1 |
| rdbmsRelActiveTime The time the database was made active by the server. If an
instance of rdbmsRelState is not active(1), then attempts to
access the corresponding instance of this object may resul… | column | SNMPv2-TCDateAndTime | .1.3.6.1.2.1.39.1.9.1.2 |
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 |
| NETWORK-SERVICES-MIBapplIndex An index to uniquely identify the network service
application. This attribute is the index used for
lexicographic ordering of the table. | column | Integer32 | .1.3.6.1.2.1.27.1.1.1 |