ORALISTENER-MIB

File: ORALISTENER-MIB.mib (18857 bytes)

Imported modules

RFC-1215 RFC1213-MIB RFC-1212
RFC1155-SMI

Imported symbols

TRAP-TYPE DisplayString OBJECT-TYPE
TimeTicks Counter Gauge
enterprises

Defined Types

OraListenerEntry  
SEQUENCE    
  oraListenerIndex INTEGER
  oraListenerName DisplayString
  oraListenerVersion DisplayString
  oraListenerStartDate DisplayString
  oraListenerUptime TimeTicks
  oraListenerTraceLevel INTEGER
  oraListenerSecurityLevel INTEGER
  oraListenerParameterFile DisplayString
  oraListenerLogFile DisplayString
  oraListenerTraceFile DisplayString
  oraListenerState INTEGER
  oraListenerNumberOfServices INTEGER
  oraListenerContact DisplayString

OraSIDEntry  
SEQUENCE    
  oraSIDListenerIndex INTEGER
  oraSIDName DisplayString
  oraSIDCurrentConnectedClients Gauge
  oraSIDReservedConnections Counter

OraDedicatedSrvEntry  
SEQUENCE    
  oraDedicatedSrvIndex INTEGER
  oraDedicatedSrvEstablishedConnections Counter
  oraDedicatedSrvRejectedConnections Counter

OraDispatcherEntry  
SEQUENCE    
  oraDispatcherIndex INTEGER
  oraDispatcherEstablishedConnections Counter
  oraDispatcherRejectedConnections Counter
  oraDispatcherCurrentConnections Gauge
  oraDispatcherMaximumConnections INTEGER
  oraDispatcherState INTEGER
  oraDispatcherProtocolInfo DisplayString

OraPrespawnedSrvEntry  
SEQUENCE    
  oraPrespawnedSrvIndex INTEGER
  oraPrespawnedSrvEstablishedConnections Counter
  oraPrespawnedSrvRejectedConnections Counter
  oraPrespawnedSrvCurrentConnections Gauge
  oraPrespawnedSrvMaximumConnections INTEGER
  oraPrespawnedSrvState INTEGER
  oraPrespawnedSrvProtocolInfo DisplayString
  oraPrespawnedSrvProcessorID DisplayString

OraListenAddressEntry  
SEQUENCE    
  oraListenAddressIndex INTEGER
  oraListenAddress DisplayString

Defined Values

oracle 1.3.6.1.4.1.111
OBJECT IDENTIFIER    

oraListenerMIB 1.3.6.1.4.1.111.5
OBJECT IDENTIFIER    

oraListenerObjects 1.3.6.1.4.1.111.5.1
OBJECT IDENTIFIER    

oraListenerTable 1.3.6.1.4.1.111.5.1.1
The table of information about the generic network listeners installed on a system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraListenerEntry

oraListenerEntry 1.3.6.1.4.1.111.5.1.1.1
An entry for a single generic network listener on the host.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraListenerEntry  

oraListenerIndex 1.3.6.1.4.1.111.5.1.1.1.1
A numeric index, unique among all the generic listeners on this host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraListenerName 1.3.6.1.4.1.111.5.1.1.1.2
The name of this generic listener.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraListenerVersion 1.3.6.1.4.1.111.5.1.1.1.3
The version number of this generic listener, in vendor specific format.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraListenerStartDate 1.3.6.1.4.1.111.5.1.1.1.4
The date and time at which ths generic listener was started.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraListenerUptime 1.3.6.1.4.1.111.5.1.1.1.5
The value of sysUpTime at the time the generic listener was last started.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

oraListenerTraceLevel 1.3.6.1.4.1.111.5.1.1.1.6
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER level1(1), level2(2), level3(3), user(4), level5(5), admin(6), level7(7), level8(8), level9(9), level10(10), level11(11), level12(12), level13(13), level14(14), level15(15), level16(16), off(17)  

oraListenerSecurityLevel 1.3.6.1.4.1.111.5.1.1.1.7
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

oraListenerParameterFile 1.3.6.1.4.1.111.5.1.1.1.8
indicates the name of the file to which configuration information is stored. Default is /network/admin/ .ora.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraListenerLogFile 1.3.6.1.4.1.111.5.1.1.1.9
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 /network/log.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraListenerTraceFile 1.3.6.1.4.1.111.5.1.1.1.10
indicates the name of the file to which trace information is written. Default is /network/trace/.trc.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraListenerState 1.3.6.1.4.1.111.5.1.1.1.11
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

oraListenerNumberOfServices 1.3.6.1.4.1.111.5.1.1.1.12
indicates the number of different types services: dedicated sever, dispatcher, or prespawned shadow, configured with the generic listener.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraListenerContact 1.3.6.1.4.1.111.5.1.1.1.13
The textual identification of the contact person for this managed listener, together with information on how to contact this person.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

oraSIDTable 1.3.6.1.4.1.111.5.1.5
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraSIDEntry

oraSIDEntry 1.3.6.1.4.1.111.5.1.5.1
An entry relating a SID to a generic listener.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraSIDEntry  

oraSIDListenerIndex 1.3.6.1.4.1.111.5.1.5.1.1
A numeric index, unique among all the generic listeners.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraSIDName 1.3.6.1.4.1.111.5.1.5.1.2
The name of the SID. There is a one-to-one correspondence between database and SID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraSIDCurrentConnectedClients 1.3.6.1.4.1.111.5.1.5.1.3
indicates the total number of currently connected clients thru this SID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

oraSIDReservedConnections 1.3.6.1.4.1.111.5.1.5.1.4
indicates the total number of reserved connections for clients on this SID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDedicatedSrvTable 1.3.6.1.4.1.111.5.1.2
The table of the dedicated servers associated with an system identifier (SID) of the database.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraDedicatedSrvEntry

oraDedicatedSrvEntry 1.3.6.1.4.1.111.5.1.2.1
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).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraDedicatedSrvEntry  

oraDedicatedSrvIndex 1.3.6.1.4.1.111.5.1.2.1.1
A numeric index, unique among all the dedicated servers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDedicatedSrvEstablishedConnections 1.3.6.1.4.1.111.5.1.2.1.2
indicates how many incoming connection requests have been accepted by the dedicated server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDedicatedSrvRejectedConnections 1.3.6.1.4.1.111.5.1.2.1.3
indicates how many incoming connection requests have been rejected by the dedicated server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDispatcherTable 1.3.6.1.4.1.111.5.1.3
The table of the dispatchers associated with an system identifier (SID) of the database.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraDispatcherEntry

oraDispatcherEntry 1.3.6.1.4.1.111.5.1.3.1
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).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraDispatcherEntry  

oraDispatcherIndex 1.3.6.1.4.1.111.5.1.3.1.1
A numeric index, unique among all the dispatchers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDispatcherEstablishedConnections 1.3.6.1.4.1.111.5.1.3.1.2
indicates how many incoming connection requests have been accepted by the dispatcher.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDispatcherRejectedConnections 1.3.6.1.4.1.111.5.1.3.1.3
indicates how many incoming connection requests have been rejected by the dispatcher.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDispatcherCurrentConnections 1.3.6.1.4.1.111.5.1.3.1.4
indicates the number of connection requests currently being redirected to the dispatcher.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

oraDispatcherMaximumConnections 1.3.6.1.4.1.111.5.1.3.1.5
indicates the greatest number of connection requests that will ever be accepted by the dispatcher.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDispatcherState 1.3.6.1.4.1.111.5.1.3.1.6
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER blocked(1), ready(2)  

oraDispatcherProtocolInfo 1.3.6.1.4.1.111.5.1.3.1.7
indicates the protocol of the dispatcher listens on as well as protocol specific information. The exact format will be vendor and host specific.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraPrespawnedSrvTable 1.3.6.1.4.1.111.5.1.4
The table of the prespawned servers associated with a SID.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraPrespawnedSrvEntry

oraPrespawnedSrvEntry 1.3.6.1.4.1.111.5.1.4.1
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).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraPrespawnedSrvEntry  

oraPrespawnedSrvIndex 1.3.6.1.4.1.111.5.1.4.1.1
A numeric index, unique among all the prespawned servers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraPrespawnedSrvEstablishedConnections 1.3.6.1.4.1.111.5.1.4.1.2
indicates how many incoming connection requests have been accepted by the prespawned server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraPrespawnedSrvRejectedConnections 1.3.6.1.4.1.111.5.1.4.1.3
indicates how many incoming connection requests have been rejected by the prespawned server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraPrespawnedSrvCurrentConnections 1.3.6.1.4.1.111.5.1.4.1.4
indicates the number of connection requests currently being redirected to the prespawned server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

oraPrespawnedSrvMaximumConnections 1.3.6.1.4.1.111.5.1.4.1.5
indicates the greatest number of connection requests that will ever be accepted by the prespawned server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraPrespawnedSrvState 1.3.6.1.4.1.111.5.1.4.1.6
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER blocked(1), ready(2)  

oraPrespawnedSrvProtocolInfo 1.3.6.1.4.1.111.5.1.4.1.7
indicates the protocol of the prespawned server listens on as well as protocol specific information. The exact format will be vendor and host specific.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraPrespawnedSrvProcessorID 1.3.6.1.4.1.111.5.1.4.1.8
indicates the process ID of the prespawned server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraListenAddressTable 1.3.6.1.4.1.111.5.1.6
The table of information about the addresses that the listener is listening at.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraListenAddressEntry

oraListenAddressEntry 1.3.6.1.4.1.111.5.1.6.1
An entry relating the listen addresses to a generic listener.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraListenAddressEntry  

oraListenAddressIndex 1.3.6.1.4.1.111.5.1.6.1.1
A numeric index, unique among all the listen addresses.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraListenAddress 1.3.6.1.4.1.111.5.1.6.1.2
The addresses to whom the listener is listening at.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraListenerTraps 1.3.6.1.4.1.111.5.2
OBJECT IDENTIFIER    

oraListenerStateChange 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.
TRAP-TYPE