ORAINTERCHANGE-MIB

File: ORAINTERCHANGE-MIB.mib (34396 bytes)

Imported modules

RFC-1215 RFC1213-MIB RFC-1212
RFC1155-SMI NETWORK-SERVICES-MIB SNMPv2-TC

Imported symbols

TRAP-TYPE DisplayString OBJECT-TYPE
Counter Gauge enterprises
applIndex TimeStamp

Defined Types

OraInterchgEntry  
SEQUENCE    
  oraInterchgConfigDirectory DisplayString
  oraInterchgContactInfo DisplayString

OraNavigatorEntry  
SEQUENCE    
  oraNavigatorRunningTime DisplayString
  oraNavigatorLogging INTEGER
  oraNavigatorLoggingLevel INTEGER
  oraNavigatorLogFile DisplayString
  oraNavigatorTraceLevel INTEGER
  oraNavigatorTraceFile DisplayString
  oraNavigatorStoppable INTEGER
  oraNavigatorAccumulatedSuccessfulRequests Counter
  oraNavigatorAccumulatedFailedRequests Counter
  oraNavigatorState INTEGER
  oraNavigatorErrors DisplayString
  oraNavigatorErrorMessage DisplayString

OraNavigatorListenAddressEntry  
SEQUENCE    
  oraNavigatorListenAddressIndex INTEGER
  oraNavigatorListenAddress DisplayString

OraNavigatorFailedAddressEntry  
SEQUENCE    
  oraNavigatorFailedAddressIndex INTEGER
  oraNavigatorFailedAddress DisplayString

OraNavigatorRouteAddressEntry  
SEQUENCE    
  oraNavigatorRouteAddressIndex INTEGER
  oraNavigatorRouteAddress DisplayString

OraCmanagerEntry  
SEQUENCE    
  oraCmanagerStartTime DisplayString
  oraCmanagerRunningTime DisplayString
  oraCmanagerLogging INTEGER
  oraCmanagerLogFile DisplayString
  oraCmanagerTraceLevel INTEGER
  oraCmanagerTraceFile DisplayString
  oraCmanagerStoppable INTEGER
  oraCmanagerMaximumPumps INTEGER
  oraCmanagerMaximumConnectionsPerPump INTEGER
  oraCmanagerPumpStrategy INTEGER
  oraCmanagerActivePumps Gauge
  oraCmanagerMaximumConnections INTEGER
  oraCmanagerCurrentConnectionsInUse Gauge
  oraCmanagerAccumulatedSuccessfulConnections Counter
  oraCmanagerAccumulatedFailedConnections Counter
  oraCmanagerImmediateAverageBytes INTEGER
  oraCmanagerMaximumConnectTime INTEGER
  oraCmanagerMinimumConnectTime INTEGER
  oraCmanagerAverageConnectTime INTEGER
  oraCmanagerMaximumConnectDuration INTEGER
  oraCmanagerState INTEGER
  oraCmanagerErrors DisplayString
  oraCmanagerErrorMessage DisplayString

OraCmanagerListenAddressEntry  
SEQUENCE    
  oraCmanagerListenAddressIndex INTEGER
  oraCmanagerListenAddress DisplayString

OraCmanagerFailedAddressEntry  
SEQUENCE    
  oraCmanagerFailedAddressIndex INTEGER
  oraCmanagerFailedAddress DisplayString

OraPumpEntry  
SEQUENCE    
  oraPumpIndex INTEGER
  oraPumpActiveTime INTEGER
  oraPumpTraceLevel INTEGER
  oraPumpTraceFile DisplayString
  oraPumpActiveConnections Gauge
  oraPumpSuccessfulConnections Counter
  oraPumpFailedConnections Counter
  oraPumpAccumulatedBytesSent Counter
  oraPumpCurrentBytesPerSecond INTEGER
  oraPumpMaximumAverageBytes INTEGER
  oraPumpImmediateAverageBytes INTEGER
  oraPumpMaximumConnectTime INTEGER
  oraPumpMinimumConnectTime INTEGER
  oraPumpAverageConnectTime INTEGER
  oraPumpMaximumConnectDuration INTEGER
  oraPumpMaximumBuffers INTEGER
  oraPumpBufferUtilization Gauge
  oraPumpErrors DisplayString
  oraPumpErrorMessage DisplayString

OraPumpListenAddressEntry  
SEQUENCE    
  oraPumpListenAddressIndex INTEGER
  oraPumpListenAddress DisplayString

OraPumpFailedAddressEntry  
SEQUENCE    
  oraPumpFailedAddressIndex INTEGER
  oraPumpFailedAddress DisplayString

OraConnectionEntry  
SEQUENCE    
  oraConnectionIndex INTEGER
  oraConnectionPumpID INTEGER
  oraConnectionIdleTime INTEGER
  oraConnectionDuration INTEGER
  oraConnectionSourceAddress DisplayString
  oraConnectionDestinationAddress DisplayString

Defined Values

oracle 1.3.6.1.4.1.111
OBJECT IDENTIFIER    

oraInterchangeMIB 1.3.6.1.4.1.111.7
OBJECT IDENTIFIER    

oraInterchangeObjects 1.3.6.1.4.1.111.7.1
OBJECT IDENTIFIER    

oraInterchgTable 1.3.6.1.4.1.111.7.1.1
The table of information about a Multiprotocol Interchange.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraInterchgEntry

oraInterchgEntry 1.3.6.1.4.1.111.7.1.1.1
An entry in the table associated with a Multiprotocol Interchange.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraInterchgEntry  

oraInterchgConfigDirectory 1.3.6.1.4.1.111.7.1.1.1.1
The directory which contains the Multiprotocol Interchange configuration files. The default TNS_ADMIN directory is //NETWORK/ADMIN.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraInterchgContactInfo 1.3.6.1.4.1.111.7.1.1.1.2
Provides the information of the person to contact for the Multiprotocol Interchange issue, this information is read from the SNMP.ORA file.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraNavigatorTable 1.3.6.1.4.1.111.7.1.2
The table of information about the status of a Navigator.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraNavigatorEntry

oraNavigatorEntry 1.3.6.1.4.1.111.7.1.2.1
An entry in the table associated with a Navigator.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraNavigatorEntry  

oraNavigatorRunningTime 1.3.6.1.4.1.111.7.1.2.1.1
The elapsed time in secs since a Navigator was last started.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraNavigatorLogging 1.3.6.1.4.1.111.7.1.2.1.2
Indicates whether a Navigator should log the requests.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

oraNavigatorLoggingLevel 1.3.6.1.4.1.111.7.1.2.1.3
Indicates whether a Navigator should log all the requests or errors only.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER all(1), errors(2)  

oraNavigatorLogFile 1.3.6.1.4.1.111.7.1.2.1.4
Indicates the name of the log file the Navigator created. Default log file name is //network/log/navgatr.log, where is the path which the ORACLE_HOME points to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraNavigatorTraceLevel 1.3.6.1.4.1.111.7.1.2.1.5
Indicates the level at which a Navigator should be traced.
Status: mandatory Access: read-write
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)  

oraNavigatorTraceFile 1.3.6.1.4.1.111.7.1.2.1.6
Indicates the name of the trace file the Navigator created. On an Unix platform, the default trace file name is //network/trace/nav_pid.trc, where pid is the process ID of the Navigator and is the path which the ORACLE_HOME points to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraNavigatorStoppable 1.3.6.1.4.1.111.7.1.2.1.7
Indicates whether a Navigator can be stopped using the Multiprotocol Interchange Control Utility program.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

oraNavigatorAccumulatedSuccessfulRequests 1.3.6.1.4.1.111.7.1.2.1.8
The total number of successful requests received by a Navigator.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraNavigatorAccumulatedFailedRequests 1.3.6.1.4.1.111.7.1.2.1.9
The total number of unsuccessful requests received by a Navigator.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraNavigatorState 1.3.6.1.4.1.111.7.1.2.1.10
Indicates the current state of a Navigator.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

oraNavigatorErrors 1.3.6.1.4.1.111.7.1.2.1.11
The error stack of a Navigator when it fails.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraNavigatorErrorMessage 1.3.6.1.4.1.111.7.1.2.1.12
The error message of a Navigator when it fails.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraNavigatorListenAddressTable 1.3.6.1.4.1.111.7.1.3
The table of information about the addresses that a Navigator is listening on.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraNavigatorListenAddressEntry

oraNavigatorListenAddressEntry 1.3.6.1.4.1.111.7.1.3.1
An entry in the table associated with the addresses at which a Navigator is listening on.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraNavigatorListenAddressEntry  

oraNavigatorListenAddressIndex 1.3.6.1.4.1.111.7.1.3.1.1
A numeric index, unique among all the listen addresses at which a Navigator is listening on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraNavigatorListenAddress 1.3.6.1.4.1.111.7.1.3.1.2
The addresses at which a Navigator is listening on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraNavigatorFailedAddressTable 1.3.6.1.4.1.111.7.1.4
The table of information about the addresses that a Navigator fails to listen on.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraNavigatorFailedAddressEntry

oraNavigatorFailedAddressEntry 1.3.6.1.4.1.111.7.1.4.1
An entry in the table associated with the addresses that a Navigator fails to listen on.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraNavigatorFailedAddressEntry  

oraNavigatorFailedAddressIndex 1.3.6.1.4.1.111.7.1.4.1.1
A numeric index, unique among all the addresses which a Navigator fails to listen on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraNavigatorFailedAddress 1.3.6.1.4.1.111.7.1.4.1.2
The address that a Navigator fails to listen on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraNavigatorRouteAddressTable 1.3.6.1.4.1.111.7.1.5
The table of information about the routable addresses that a Navigator has.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraNavigatorRouteAddressEntry

oraNavigatorRouteAddressEntry 1.3.6.1.4.1.111.7.1.5.1
An entry in the table associated with the routable addresses that a Navigator has.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraNavigatorRouteAddressEntry  

oraNavigatorRouteAddressIndex 1.3.6.1.4.1.111.7.1.5.1.1
A numeric index, unique among all the routable addresses that a Navigator has.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraNavigatorRouteAddress 1.3.6.1.4.1.111.7.1.5.1.2
The routable address that a Navigator has.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraCmanagerTable 1.3.6.1.4.1.111.7.1.6
The table of information about the status of a Connection Manager.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraCmanagerEntry

oraCmanagerEntry 1.3.6.1.4.1.111.7.1.6.1
An entry in the table associated with a Connection Manager.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraCmanagerEntry  

oraCmanagerStartTime 1.3.6.1.4.1.111.7.1.6.1.1
The time when a Connection Manager was started. The format is date-month-yr hr:min:sec.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraCmanagerRunningTime 1.3.6.1.4.1.111.7.1.6.1.2
The elapsed time in secs since a Connection Manager was last started.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraCmanagerLogging 1.3.6.1.4.1.111.7.1.6.1.3
Indicates whether a Connection Manager should log the requests.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

oraCmanagerLogFile 1.3.6.1.4.1.111.7.1.6.1.4
Indicates the name of the log file the Connection Manager created. The default log file name is //network/log/intlsnr.log, where is the path which the ORACLE_HOME points to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraCmanagerTraceLevel 1.3.6.1.4.1.111.7.1.6.1.5
Indicates the level at which a Connection Manager should be traced.
Status: mandatory Access: read-write
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)  

oraCmanagerTraceFile 1.3.6.1.4.1.111.7.1.6.1.6
Indicates the name of the trace file the Connection Manager created. On an Unix platform, the default trace file name is //network/trace/cmg_pid.trc, where pid is the process ID of the Connection Manager and is the path which ORACLE_HOME points to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraCmanagerStoppable 1.3.6.1.4.1.111.7.1.6.1.7
Indicates whether a Connection Manager can be stopped by the Multiprotocol Interchange Control Utility program.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

oraCmanagerMaximumPumps 1.3.6.1.4.1.111.7.1.6.1.8
The maximum number of pumps that can be started by the Connection Manager.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

oraCmanagerMaximumConnectionsPerPump 1.3.6.1.4.1.111.7.1.6.1.9
The maximum number of connections per pump that can be started by the Connection Manager.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

oraCmanagerPumpStrategy 1.3.6.1.4.1.111.7.1.6.1.10
Indicates a Pump allocation strategy.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER distribute(1), group(2)  

oraCmanagerActivePumps 1.3.6.1.4.1.111.7.1.6.1.11
The total number of pumps that are currently active.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

oraCmanagerMaximumConnections 1.3.6.1.4.1.111.7.1.6.1.12
The maximum number of connections that are available.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraCmanagerCurrentConnectionsInUse 1.3.6.1.4.1.111.7.1.6.1.13
The total number of connections that are currently used.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

oraCmanagerAccumulatedSuccessfulConnections 1.3.6.1.4.1.111.7.1.6.1.14
The total number of successful connections through the Multiprotocol Interchange.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraCmanagerAccumulatedFailedConnections 1.3.6.1.4.1.111.7.1.6.1.15
The total number of unsuccessful connections through the Multiprotocol Interchange.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraCmanagerImmediateAverageBytes 1.3.6.1.4.1.111.7.1.6.1.16
The immediate average number of bytes sent per second.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraCmanagerMaximumConnectTime 1.3.6.1.4.1.111.7.1.6.1.17
The maximum time in centi-seconds to establish a connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraCmanagerMinimumConnectTime 1.3.6.1.4.1.111.7.1.6.1.18
The minimum time in centi-seconds to establish a connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraCmanagerAverageConnectTime 1.3.6.1.4.1.111.7.1.6.1.19
The average time in centi-seconds to establish a connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraCmanagerMaximumConnectDuration 1.3.6.1.4.1.111.7.1.6.1.20
The maximum connection duration time in centi-seconds. This is the elapsed time between a connection is established and before the connection is terminated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraCmanagerState 1.3.6.1.4.1.111.7.1.6.1.21
Indicates the current state of a Connection Manager.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

oraCmanagerErrors 1.3.6.1.4.1.111.7.1.6.1.22
The error stack of a Connection Manager when it fails.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraCmanagerErrorMessage 1.3.6.1.4.1.111.7.1.6.1.23
The error message of a Connection Manager when it fails.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraCmanagerListenAddressTable 1.3.6.1.4.1.111.7.1.7
The table of information about the addresses that a Connection Manager is listening on.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraCmanagerListenAddressEntry

oraCmanagerListenAddressEntry 1.3.6.1.4.1.111.7.1.7.1
An entry in the table associated with the addresses at which a Connection Manager is listening on.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraCmanagerListenAddressEntry  

oraCmanagerListenAddressIndex 1.3.6.1.4.1.111.7.1.7.1.1
A numeric index, unique among all the listen addresses at which a Connection Manager is listening on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraCmanagerListenAddress 1.3.6.1.4.1.111.7.1.7.1.2
The address at which a Connection Manager is listening on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraCmanagerFailedAddressTable 1.3.6.1.4.1.111.7.1.8
The table of information about the addresses that a Connection Manager fails to listen on.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraCmanagerFailedAddressEntry

oraCmanagerFailedAddressEntry 1.3.6.1.4.1.111.7.1.8.1
An entry in the table associated with the addresses that a Connection Manager fails to listen on.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraCmanagerFailedAddressEntry  

oraCmanagerFailedAddressIndex 1.3.6.1.4.1.111.7.1.8.1.1
A numeric index, unique among all the addresses which a Connection Manager fails to listen on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraCmanagerFailedAddress 1.3.6.1.4.1.111.7.1.8.1.2
The address that a Connection Manager fails to listen on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraPumpTable 1.3.6.1.4.1.111.7.1.9
The table of information about the status of a Pump.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraPumpEntry

oraPumpEntry 1.3.6.1.4.1.111.7.1.9.1
An entry in the table associated with a Pump.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraPumpEntry  

oraPumpIndex 1.3.6.1.4.1.111.7.1.9.1.1
A numeric index, unique among all the pumps.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraPumpActiveTime 1.3.6.1.4.1.111.7.1.9.1.2
The number of minutes a Pump remains active after the last connection disconnects.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraPumpTraceLevel 1.3.6.1.4.1.111.7.1.9.1.3
Indicates the level at which a Pump should be traced.
Status: mandatory Access: read-write
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)  

oraPumpTraceFile 1.3.6.1.4.1.111.7.1.9.1.4
Indicates the name of the trace file the pump created. On an Unix platform, the default trace file name is //network/trace/pmp_PID.trc, where pid is the process ID of the pump and is the path which the ORACLE_HOME points to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraPumpActiveConnections 1.3.6.1.4.1.111.7.1.9.1.5
The number of connections that are currently active.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

oraPumpSuccessfulConnections 1.3.6.1.4.1.111.7.1.9.1.6
The total number of successful connections through the pump.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraPumpFailedConnections 1.3.6.1.4.1.111.7.1.9.1.7
The total number of unsuccessful connections through the pump.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraPumpAccumulatedBytesSent 1.3.6.1.4.1.111.7.1.9.1.8
The total number of bytes sent through the pump.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraPumpCurrentBytesPerSecond 1.3.6.1.4.1.111.7.1.9.1.9
The current number of bytes sent per second through the pump.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraPumpMaximumAverageBytes 1.3.6.1.4.1.111.7.1.9.1.10
The maximum average number of bytes sent through the pump.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraPumpImmediateAverageBytes 1.3.6.1.4.1.111.7.1.9.1.11
The immediate average number of bytes sent through the pump.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraPumpMaximumConnectTime 1.3.6.1.4.1.111.7.1.9.1.12
The maximum time in centi-seconds to establish a connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraPumpMinimumConnectTime 1.3.6.1.4.1.111.7.1.9.1.13
The minimum time in centi-seconds to establish a connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraPumpAverageConnectTime 1.3.6.1.4.1.111.7.1.9.1.14
The average time in centi-seconds to establish a connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraPumpMaximumConnectDuration 1.3.6.1.4.1.111.7.1.9.1.15
The maximum connection duration time in centi-seconds. This is the elapsed time between a connection is established and before the connection is terminated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraPumpMaximumBuffers 1.3.6.1.4.1.111.7.1.9.1.16
The maximum number of buffers available for use by connections in the pump.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

oraPumpBufferUtilization 1.3.6.1.4.1.111.7.1.9.1.17
The pump buffer utilization in percentage.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

oraPumpErrors 1.3.6.1.4.1.111.7.1.9.1.18
The error stack of a Pump when it fails.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraPumpErrorMessage 1.3.6.1.4.1.111.7.1.9.1.19
The error message of a Pump when it fails.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraPumpListenAddressTable 1.3.6.1.4.1.111.7.1.10
The table of information about the addresses that a Pump is listening on.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraPumpListenAddressEntry

oraPumpListenAddressEntry 1.3.6.1.4.1.111.7.1.10.1
An entry in the table associated with the addresses at which a Pump is listening on.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraPumpListenAddressEntry  

oraPumpListenAddressIndex 1.3.6.1.4.1.111.7.1.10.1.1
A numeric index, unique among all the listen addresses at which a pump is listening on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraPumpListenAddress 1.3.6.1.4.1.111.7.1.10.1.2
The address at which a Pump is listening on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraPumpFailedAddressTable 1.3.6.1.4.1.111.7.1.11
The table of information about the addresses that a Pump fails to listen on.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraPumpFailedAddressEntry

oraPumpFailedAddressEntry 1.3.6.1.4.1.111.7.1.11.1
An entry in the table associated with the addresses that a Pump fails to listen on.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraPumpFailedAddressEntry  

oraPumpFailedAddressIndex 1.3.6.1.4.1.111.7.1.11.1.1
A numeric index, unique among all the addresses which a pump fails to listen on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraPumpFailedAddress 1.3.6.1.4.1.111.7.1.11.1.2
The address that a Pump fails to listen on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraConnectionTable 1.3.6.1.4.1.111.7.1.12
The table of information about the status of a connection.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraConnectionEntry

oraConnectionEntry 1.3.6.1.4.1.111.7.1.12.1
An entry in the table associated with a connection.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraConnectionEntry  

oraConnectionIndex 1.3.6.1.4.1.111.7.1.12.1.1
A numeric index, unique among all the connections that a pump has.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraConnectionPumpID 1.3.6.1.4.1.111.7.1.12.1.2
The Pump ID of a connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraConnectionIdleTime 1.3.6.1.4.1.111.7.1.12.1.3
The number of minutes a connection can remain idle before a Connection Manager will terminate it.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

oraConnectionDuration 1.3.6.1.4.1.111.7.1.12.1.4
The elapsed time is centi-seconds after a connection was established and before a connection is terminated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraConnectionSourceAddress 1.3.6.1.4.1.111.7.1.12.1.5
The source address of a connect request.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraConnectionDestinationAddress 1.3.6.1.4.1.111.7.1.12.1.6
The destination address of a connect request.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraInterchgTraps 1.3.6.1.4.1.111.7.2
OBJECT IDENTIFIER    

oraNavigatorStateChange 1
A navigatorStateChange trap signifies that a Navigator state has been changed.
TRAP-TYPE    

oraCmanagerStateChange 2
A cmanagerStateChange trap signifies that a Connection Manager state has been changed.
TRAP-TYPE