Oracle SNMP Support Reference Guide

Contents Glossary Index Home Previous Next

oraNavigatorFailedAddressTable

The oraNavigatorFailedAddressTable contains information on the addresses that a Navigator has failed to listen on since the most recent startup of an Oracle MultiProtocol Interchange instance. This information can be helpful when determining why such a failure took place.

Each entry in the oraNavigatorFailedAddressTable represents an address that a Navigator has failed to listen on. Each entry is indexed first by applIndex, and then by oraNavigatorFailedAddressIndex. (For details about applIndex, see Appendix F, "Interpreting Implemented Variables of the Network Services MIB.")

Table C - 4 lists the variables included in the oraNavigatorFailedAddressTable.

Variable Name Object ID
oraNavigatorFailedAddressIndex 1.3.6.1.4.1.111.7.1.4.1.1
oraNavigatorFailedAddress 1.3.6.1.4.1.111.7.1.4.1.2
Table C - 4. oraNavigatorFailedAddressTable Variables and Corresponding Object IDs

A description of each of these variables follows.

oraNavigatorFailedAddressIndex

Syntax INTEGER (1..2147483647)
Max-Access read-only
Explanation A numeric index, unique among all the addresses that the Navigator has failed to listen on since the most recent Oracle MultiProtocol Interchange instance startup.
Typical Range 1 - 10, or more, depending on the number of addresses at which a Navigator is listening
Significance less important
Related Variables oraNavigatorFailedAddress
Suggested Presentation not applicable

oraNavigatorFailedAddress

Syntax DisplayString
Max-Access read-only
Explanation Indicates an address that a Navigator has failed to listen on, as retrieved from a file the Navigator has created. This is the address on which a Navigator has failed to listen.
Typical Range 1 - 255 characters
Significance important
Related Variables oraNavigatorFailedAddressIndex
Suggested Presentation simple string

Contents Glossary Index Home Previous Next