Each entry in the rdbmsDbRelTable represents a mapping between a database server and a database on the node. Each entry is indexed first by rdbmsDbIndex, and then by applIndex; thus, for the standard Oracle configuration of one server per database, these two indices are the same. (For details on applIndex, see Appendix F, "Interpreting Implemented Variables of the Network Services MIB.)
Table E - 6 lists the rdbmsRelTable variable that Oracle is implementing, together with its corresponding object ID.
Variable Name | Object ID |
rdbmsRelState | 1.3.6.1.2.1.39.1.9.1.1 |
rdbmsRelActiveTime* | 1.3.6.1.2.1.39.1.9.1.2 |
Table E - 6. rdbmsRelTable Variables and Corresponding Object IDs
Oracle is not implementing the following rdbmsRelTable variable:
Syntax | INTEGER (2) active or (5) unavailable. |
Max-Access | read-write |
Explanation | Displays the state of this server's access to this database. Oracle implements (2) active and unavailable (5) only. Active (2) means the server is actively using the database. Unavailable (5) means the database is not available through this server. |
Typical Range | 2 or 5 |
Significance | very important |
Related Variables | appleOperStatus, rdbmsStateChange |
Suggested Presentation | icon or alarm |