Oracle SNMP Support Reference Guide

Contents Glossary Index Home Previous Next

rdbmsRelTable

The rdbmsRelTable indicates how databases and servers on this managed node are related. In the standard Oracle implementation, one server supports one database; nevertheless, this table has been implemented in order to fully adhere to the public RDBMS MIB standard.

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
* Variables marked with an asterisk are not supported. Attempts to access these variables may result in errors.

Table E - 6. rdbmsRelTable Variables and Corresponding Object IDs

Oracle is not implementing the following rdbmsRelTable variable:

rdbmsRelState

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

Contents Glossary Index Home Previous Next