ORALISTENER-MIB: View SNMP OID List / Download MIB
VENDOR: ORACLE
Home | MIB: ORALISTENER-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
oracle | 1.3.6.1.4.1.111 | |||
oraListenerMIB | 1.3.6.1.4.1.111.5 | |||
oraListenerObjects | 1.3.6.1.4.1.111.5.1 | |||
oraListenerTable | 1.3.6.1.4.1.111.5.1.1 | no-access |
The table of information about the generic network listeners installed on a system. |
|
1.3.6.1.4.1.111.5.1.1.1 | no-access |
An entry for a single generic network listener on the host. |
||
oraListenerIndex | 1.3.6.1.4.1.111.5.1.1.1.1 | integer | read-only |
A numeric index, unique among all the generic listeners on this host. |
oraListenerName | 1.3.6.1.4.1.111.5.1.1.1.2 | displaystring | read-only |
The name of this generic listener. |
oraListenerVersion | 1.3.6.1.4.1.111.5.1.1.1.3 | displaystring | read-only |
The version number of this generic listener, in vendor specific format. |
oraListenerStartDate | 1.3.6.1.4.1.111.5.1.1.1.4 | displaystring | read-only |
The date and time at which ths generic listener was started. |
oraListenerUptime | 1.3.6.1.4.1.111.5.1.1.1.5 | timeticks | read-only |
The value of sysUpTime at the time the generic listener was last started. |
oraListenerTraceLevel | 1.3.6.1.4.1.111.5.1.1.1.6 | integer | read-only |
indicates the level of detail the trace facility the generic listener records for events. The greater the level is, the more detailed the level of tracing is. Enumeration: 'off': 17, 'level11': 11, 'level13': 13, 'admin': 6, 'level15': 15, 'level10': 10, 'level12': 12, 'level1': 1, 'level2': 2, 'level3': 3, 'level16': 16, 'user': 4, 'level14': 14, 'level7': 7, 'level8': 8, 'level9': 9, 'level5': 5. |
oraListenerSecurityLevel | 1.3.6.1.4.1.111.5.1.1.1.7 | integer | read-only |
indicates whether the generic listener is password-protected or not. If security is 'on', password is required to perform certain DBA tasks asgainst the listener using the listener control utility. If security is 'off', password is not required. Enumeration: 'on': 1, 'off': 2. |
oraListenerParameterFile | 1.3.6.1.4.1.111.5.1.1.1.8 | displaystring | read-only |
indicates the name of the file to which configuration information is stored. Default is $ORACLE_HOME/network/admin/ |
oraListenerLogFile | 1.3.6.1.4.1.111.5.1.1.1.9 | displaystring | read-only |
indicates the directory in which to find the log file that is automatically generated for listener events. Default is operating system specific; on UNIX, for example, it is $ORACLE_HOME/network/log. |
oraListenerTraceFile | 1.3.6.1.4.1.111.5.1.1.1.10 | displaystring | read-only |
indicates the name of the file to which trace information is written. Default is $ORACLE_HOME/network/trace/ |
oraListenerState | 1.3.6.1.4.1.111.5.1.1.1.11 | integer | read-only |
indicates the current state of the generic listener. 'down' indicates that the generic listener is not available for any use, but is know to the agent. 'up' indicates that the generic listener is running and available for generic use. This would be inspected by an agent on receipt of an oraListenerState trap. Enumeration: 'down': 2, 'up': 1. |
oraListenerNumberOfServices | 1.3.6.1.4.1.111.5.1.1.1.12 | integer | read-only |
indicates the number of different types services: dedicated sever, dispatcher, or prespawned shadow, configured with the generic listener. |
oraListenerContact | 1.3.6.1.4.1.111.5.1.1.1.13 | displaystring | read-write |
The textual identification of the contact person for this managed listener, together with information on how to contact this person. |
oraDedicatedSrvTable | 1.3.6.1.4.1.111.5.1.2 | no-access |
The table of the dedicated servers associated with an system identifier (SID) of the database. |
|
1.3.6.1.4.1.111.5.1.2.1 | no-access |
An entry relating a dedicated server to a SID. The table is indexed first by oraSIDName, and then oraDedicatedSrvIndex so that all dedicated servers associated with a given SID can be found by SNMP traversal operations (get-next and get-bulk). |
||
oraDedicatedSrvIndex | 1.3.6.1.4.1.111.5.1.2.1.1 | integer | read-only |
A numeric index, unique among all the dedicated servers. |
oraDedicatedSrvEstablishedConnections | 1.3.6.1.4.1.111.5.1.2.1.2 | counter | read-only |
indicates how many incoming connection requests have been accepted by the dedicated server. |
oraDedicatedSrvRejectedConnections | 1.3.6.1.4.1.111.5.1.2.1.3 | counter | read-only |
indicates how many incoming connection requests have been rejected by the dedicated server. |
oraDispatcherTable | 1.3.6.1.4.1.111.5.1.3 | no-access |
The table of the dispatchers associated with an system identifier (SID) of the database. |
|
1.3.6.1.4.1.111.5.1.3.1 | no-access |
An entry relating a dispatcher to a SID. The table is indexed first by oraSIDName, and then oraDispatcherIndex so that all dispatchers associated with a given SID can be found by SNMP traversal operations (get-next and get-bulk). |
||
oraDispatcherIndex | 1.3.6.1.4.1.111.5.1.3.1.1 | integer | read-only |
A numeric index, unique among all the dispatchers. |
oraDispatcherEstablishedConnections | 1.3.6.1.4.1.111.5.1.3.1.2 | counter | read-only |
indicates how many incoming connection requests have been accepted by the dispatcher. |
oraDispatcherRejectedConnections | 1.3.6.1.4.1.111.5.1.3.1.3 | counter | read-only |
indicates how many incoming connection requests have been rejected by the dispatcher. |
oraDispatcherCurrentConnections | 1.3.6.1.4.1.111.5.1.3.1.4 | gauge | read-only |
indicates the number of connection requests currently being redirected to the dispatcher. |
oraDispatcherMaximumConnections | 1.3.6.1.4.1.111.5.1.3.1.5 | integer | read-only |
indicates the greatest number of connection requests that will ever be accepted by the dispatcher. |
oraDispatcherState | 1.3.6.1.4.1.111.5.1.3.1.6 | integer | read-only |
indicates the current state of the dispatcher. 'blocked' indicates that the dispatcher is temporarily not accepting redirected connectioin requests. 'ready' indicates that the dispacher is ready to accept any redirected conenction requests. Enumeration: 'ready': 2, 'blocked': 1. |
oraDispatcherProtocolInfo | 1.3.6.1.4.1.111.5.1.3.1.7 | displaystring | read-only |
indicates the protocol of the dispatcher listens on as well as protocol specific information. The exact format will be vendor and host specific. |
oraPrespawnedSrvTable | 1.3.6.1.4.1.111.5.1.4 | no-access |
The table of the prespawned servers associated with a SID. |
|
1.3.6.1.4.1.111.5.1.4.1 | no-access |
An entry relating a prespawned server to a SID. The table is indexed first by oraSIDName, and then oraPrespawnedSrvIndex so that all prespawned servers associated with a given SID can be found by SNMP traversal operations (get-next and get-bulk). |
||
oraPrespawnedSrvIndex | 1.3.6.1.4.1.111.5.1.4.1.1 | integer | read-only |
A numeric index, unique among all the prespawned servers. |
oraPrespawnedSrvEstablishedConnections | 1.3.6.1.4.1.111.5.1.4.1.2 | counter | read-only |
indicates how many incoming connection requests have been accepted by the prespawned server. |
oraPrespawnedSrvRejectedConnections | 1.3.6.1.4.1.111.5.1.4.1.3 | counter | read-only |
indicates how many incoming connection requests have been rejected by the prespawned server. |
oraPrespawnedSrvCurrentConnections | 1.3.6.1.4.1.111.5.1.4.1.4 | gauge | read-only |
indicates the number of connection requests currently being redirected to the prespawned server. |
oraPrespawnedSrvMaximumConnections | 1.3.6.1.4.1.111.5.1.4.1.5 | integer | read-only |
indicates the greatest number of connection requests that will ever be accepted by the prespawned server. |
oraPrespawnedSrvState | 1.3.6.1.4.1.111.5.1.4.1.6 | integer | read-only |
indicates the current state of the prespawned server. 'blocked' indicates that the prespawned server is temporarily not accepting redirected connection requests. 'ready' indicates the prespawned server is ready to accept any redirected conenction requests. Enumeration: 'ready': 2, 'blocked': 1. |
oraPrespawnedSrvProtocolInfo | 1.3.6.1.4.1.111.5.1.4.1.7 | displaystring | read-only |
indicates the protocol of the prespawned server listens on as well as protocol specific information. The exact format will be vendor and host specific. |
oraPrespawnedSrvProcessorID | 1.3.6.1.4.1.111.5.1.4.1.8 | displaystring | read-only |
indicates the process ID of the prespawned server. |
oraSIDTable | 1.3.6.1.4.1.111.5.1.5 | no-access |
The table of information about the SIDs of the databases for whom the listener listens on. The system identifier (SID) specifies the ORACLE System ID of the database server. |
|
1.3.6.1.4.1.111.5.1.5.1 | no-access |
An entry relating a SID to a generic listener. |
||
oraSIDListenerIndex | 1.3.6.1.4.1.111.5.1.5.1.1 | integer | read-only |
A numeric index, unique among all the generic listeners. |
oraSIDName | 1.3.6.1.4.1.111.5.1.5.1.2 | displaystring | read-only |
The name of the SID. There is a one-to-one correspondence between database and SID. |
oraSIDCurrentConnectedClients | 1.3.6.1.4.1.111.5.1.5.1.3 | gauge | read-only |
indicates the total number of currently connected clients thru this SID. |
oraSIDReservedConnections | 1.3.6.1.4.1.111.5.1.5.1.4 | counter | read-only |
indicates the total number of reserved connections for clients on this SID. |
oraListenAddressTable | 1.3.6.1.4.1.111.5.1.6 | no-access |
The table of information about the addresses that the listener is listening at. |
|
1.3.6.1.4.1.111.5.1.6.1 | no-access |
An entry relating the listen addresses to a generic listener. |
||
oraListenAddressIndex | 1.3.6.1.4.1.111.5.1.6.1.1 | integer | read-only |
A numeric index, unique among all the listen addresses. |
oraListenAddress | 1.3.6.1.4.1.111.5.1.6.1.2 | displaystring | read-only |
The addresses to whom the listener is listening at. |
oraListenerTraps | 1.3.6.1.4.1.111.5.2 | |||
oraListenerStateChange | 1.3.6.1.4.1.111.5.20.1 |
An rdbmsStateChange trap signifies that one of the generic listeners managed by this agent has changed its oraListenerState in a way that makes it less accessible for use. |