Home/Catalog/ORALISTENER-MIB

ORALISTENER-MIB

AI MIB Summary

Standard SNMP MIB module defining data structures for ORALISTENER-MIB.

55
Objects
Active
Status
4
Dependencies

Imported Objects

Objects

55 total
Object Name
oracle
OBJECT IDENTIFIER
.1.3.6.1.4.1.111
RFC1213-MIB
Unknown
.1.3.6.1.4.1.111
oraListenerMIB
OBJECT IDENTIFIER
.1.3.6.1.4.1.111.5
oraListenerObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.111.5.1
oraListenerTableThe table of information about the generic network listeners installed on a system.
SEQUENCE OF OraListenerEntry
.1.3.6.1.4.1.111.5.1.1
oraListenerEntryAn entry for a single generic network listener on the host.
OraListenerEntry
.1.3.6.1.4.1.111.5.1.1.1
oraListenerIndexA numeric index, unique among all the generic listeners on this host.ro
INTEGER
.1.3.6.1.4.1.111.5.1.1.1.1
oraListenerNameThe name of this generic listener.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.111.5.1.1.1.2
oraListenerVersionThe version number of this generic listener, in vendor specific format.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.111.5.1.1.1.3
oraListenerStartDateThe date and time at which ths generic listener was started.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.111.5.1.1.1.4
oraListenerUptimeThe value of sysUpTime at the time the generic listener was last started.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.111.5.1.1.1.5
oraListenerTraceLevelindicates 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.ro
Enumeration
.1.3.6.1.4.1.111.5.1.1.1.6
oraListenerSecurityLevelindicates 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.ro
Enumeration
.1.3.6.1.4.1.111.5.1.1.1.7
oraListenerParameterFileindicates the name of the file to which configuration information is stored. Default is $ORACLE_HOME/network/admin/ <listener_name>.ora.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.111.5.1.1.1.8
oraListenerLogFileindicates 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.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.111.5.1.1.1.9
oraListenerTraceFileindicates the name of the file to which trace information is written. Default is $ORACLE_HOME/network/trace/<listener_name>.trc.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.111.5.1.1.1.10
oraListenerStateindicates 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.ro
Enumeration
.1.3.6.1.4.1.111.5.1.1.1.11
oraListenerNumberOfServicesindicates the number of different types services: dedicated sever, dispatcher, or prespawned shadow, configured with the generic listener.ro
INTEGER
.1.3.6.1.4.1.111.5.1.1.1.12
oraListenerContactThe textual identification of the contact person for this managed listener, together with information on how to contact this person.rw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.111.5.1.1.1.13
oraDedicatedSrvTableThe table of the dedicated servers associated with an system identifier (SID) of the database.
SEQUENCE OF OraDedicatedSrvEntry
.1.3.6.1.4.1.111.5.1.2
oraDedicatedSrvEntryAn 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).
OraDedicatedSrvEntry
.1.3.6.1.4.1.111.5.1.2.1
oraDedicatedSrvIndexA numeric index, unique among all the dedicated servers.ro
INTEGER
.1.3.6.1.4.1.111.5.1.2.1.1
oraDedicatedSrvEstablishedConnectionsindicates how many incoming connection requests have been accepted by the dedicated server.ro
Counter
.1.3.6.1.4.1.111.5.1.2.1.2
oraDedicatedSrvRejectedConnectionsindicates how many incoming connection requests have been rejected by the dedicated server.ro
Counter
.1.3.6.1.4.1.111.5.1.2.1.3
oraDispatcherTableThe table of the dispatchers associated with an system identifier (SID) of the database.
SEQUENCE OF OraDispatcherEntry
.1.3.6.1.4.1.111.5.1.3
oraDispatcherEntryAn 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).
OraDispatcherEntry
.1.3.6.1.4.1.111.5.1.3.1
oraDispatcherIndexA numeric index, unique among all the dispatchers.ro
INTEGER
.1.3.6.1.4.1.111.5.1.3.1.1
oraDispatcherEstablishedConnectionsindicates how many incoming connection requests have been accepted by the dispatcher.ro
Counter
.1.3.6.1.4.1.111.5.1.3.1.2
oraDispatcherRejectedConnectionsindicates how many incoming connection requests have been rejected by the dispatcher.ro
Counter
.1.3.6.1.4.1.111.5.1.3.1.3
oraDispatcherCurrentConnectionsindicates the number of connection requests currently being redirected to the dispatcher.ro
Gauge
.1.3.6.1.4.1.111.5.1.3.1.4
oraDispatcherMaximumConnectionsindicates the greatest number of connection requests that will ever be accepted by the dispatcher.ro
INTEGER
.1.3.6.1.4.1.111.5.1.3.1.5
oraDispatcherStateindicates 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.ro
Enumeration
.1.3.6.1.4.1.111.5.1.3.1.6
oraDispatcherProtocolInfoindicates the protocol of the dispatcher listens on as well as protocol specific information. The exact format will be vendor and host specific.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.111.5.1.3.1.7
oraPrespawnedSrvTableThe table of the prespawned servers associated with a SID.
SEQUENCE OF OraPrespawnedSrvEntry
.1.3.6.1.4.1.111.5.1.4
oraPrespawnedSrvEntryAn 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).
OraPrespawnedSrvEntry
.1.3.6.1.4.1.111.5.1.4.1
oraPrespawnedSrvIndexA numeric index, unique among all the prespawned servers.ro
INTEGER
.1.3.6.1.4.1.111.5.1.4.1.1
oraPrespawnedSrvEstablishedConnectionsindicates how many incoming connection requests have been accepted by the prespawned server.ro
Counter
.1.3.6.1.4.1.111.5.1.4.1.2
oraPrespawnedSrvRejectedConnectionsindicates how many incoming connection requests have been rejected by the prespawned server.ro
Counter
.1.3.6.1.4.1.111.5.1.4.1.3
oraPrespawnedSrvCurrentConnectionsindicates the number of connection requests currently being redirected to the prespawned server.ro
Gauge
.1.3.6.1.4.1.111.5.1.4.1.4
oraPrespawnedSrvMaximumConnectionsindicates the greatest number of connection requests that will ever be accepted by the prespawned server.ro
INTEGER
.1.3.6.1.4.1.111.5.1.4.1.5
oraPrespawnedSrvStateindicates 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.ro
Enumeration
.1.3.6.1.4.1.111.5.1.4.1.6
oraPrespawnedSrvProtocolInfoindicates the protocol of the prespawned server listens on as well as protocol specific information. The exact format will be vendor and host specific.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.111.5.1.4.1.7
oraPrespawnedSrvProcessorIDindicates the process ID of the prespawned server.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.111.5.1.4.1.8
oraSIDTableThe 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.
SEQUENCE OF OraSIDEntry
.1.3.6.1.4.1.111.5.1.5
oraSIDEntryAn entry relating a SID to a generic listener.
OraSIDEntry
.1.3.6.1.4.1.111.5.1.5.1
oraSIDListenerIndexA numeric index, unique among all the generic listeners.ro
INTEGER
.1.3.6.1.4.1.111.5.1.5.1.1
oraSIDNameThe name of the SID. There is a one-to-one correspondence between database and SID.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.111.5.1.5.1.2
oraSIDCurrentConnectedClientsindicates the total number of currently connected clients thru this SID.ro
Gauge
.1.3.6.1.4.1.111.5.1.5.1.3
oraSIDReservedConnectionsindicates the total number of reserved connections for clients on this SID.ro
Counter
.1.3.6.1.4.1.111.5.1.5.1.4
oraListenAddressTableThe table of information about the addresses that the listener is listening at.
SEQUENCE OF OraListenAddressEntry
.1.3.6.1.4.1.111.5.1.6
oraListenAddressEntryAn entry relating the listen addresses to a generic listener.
OraListenAddressEntry
.1.3.6.1.4.1.111.5.1.6.1
oraListenAddressIndexA numeric index, unique among all the listen addresses.ro
INTEGER
.1.3.6.1.4.1.111.5.1.6.1.1
oraListenAddressThe addresses to whom the listener is listening at.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.111.5.1.6.1.2
oraListenerTraps
OBJECT IDENTIFIER
.1.3.6.1.4.1.111.5.2
oraListenerStateChangeAn 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.
TRAP-TYPE
.1.3.6.1.4.1.111.5.2.0.1
ORALISTENER-MIB - SNMP MIB Reference | MIBs Explorer