ORADB-MIB

File: ORADB-MIB.mib (32082 bytes)

Imported modules

RFC1213-MIB RFC-1212 RFC1155-SMI
RDBMS-MIB

Imported symbols

DisplayString OBJECT-TYPE Counter
experimental enterprises rdbmsDbIndex

Defined Types

DateAndTime  
OCTET STRING Size(8..11)    

TruthValue  
INTEGER true(1), false(2)    

OraDbSysEntry  
SEQUENCE    
  oraDbSysConsistentChanges Counter
  oraDbSysConsistentGets Counter
  oraDbSysDbBlockChanges Counter
  oraDbSysDbBlockGets Counter
  oraDbSysFreeBufferInspected Counter
  oraDbSysFreeBufferRequested Counter
  oraDbSysParseCount Counter
  oraDbSysPhysReads Counter
  oraDbSysPhysWrites Counter
  oraDbSysRedoEntries Counter
  oraDbSysRedoLogSpaceRequests Counter
  oraDbSysRedoSyncWrites Counter
  oraDbSysSortsDisk Counter
  oraDbSysSortsMemory Counter
  oraDbSysSortsRows Counter
  oraDbSysTableFetchRowid Counter
  oraDbSysTableFetchContinuedRow Counter
  oraDbSysTableScanBlocks Counter
  oraDbSysTableScanRows Counter
  oraDbSysTableScansLong Counter
  oraDbSysTableScansShort Counter
  oraDbSysUserCalls Counter
  oraDbSysUserCommits Counter
  oraDbSysUserRollbacks Counter
  oraDbSysWriteRequests Counter

OraDbTablespaceEntry  
SEQUENCE    
  oraDbTablespaceIndex INTEGER
  oraDbTablespaceName DisplayString
  oraDbTablespaceSizeAllocated INTEGER -2147483648..2147483647
  oraDbTablespaceSizeUsed INTEGER -2147483648..2147483647
  oraDbTablespaceState INTEGER
  oraDbTablespaceLargestAvailableChunk INTEGER -2147483648..2147483647

OraDbDataFileEntry  
SEQUENCE    
  oraDbDataFileIndex INTEGER
  oraDbDataFileName DisplayString
  oraDbDataFileSizeAllocated INTEGER -2147483648..2147483647
  oraDbDataFileDiskReads Counter
  oraDbDataFileDiskWrites Counter
  oraDbDataFileDiskReadBlocks Counter
  oraDbDataFileDiskWrittenBlocks Counter
  oraDbDataFileDiskReadTimeTicks Counter
  oraDbDataFileDiskWriteTimeTicks Counter

OraDbLibraryCacheEntry  
SEQUENCE    
  oraDbLibraryCacheIndex INTEGER
  oraDbLibraryCacheNameSpace DisplayString
  oraDbLibraryCacheGets Counter
  oraDbLibraryCacheGetHits Counter
  oraDbLibraryCachePins Counter
  oraDbLibraryCachePinHits Counter
  oraDbLibraryCacheReloads Counter
  oraDbLibraryCacheInvalidations Counter

OraDbLibraryCacheSumEntry  
SEQUENCE    
  oraDbLibraryCacheSumGets Counter
  oraDbLibraryCacheSumGetHits Counter
  oraDbLibraryCacheSumPins Counter
  oraDbLibraryCacheSumPinHits Counter
  oraDbLibraryCacheSumReloads Counter
  oraDbLibraryCacheSumInvalidations Counter

OraDbSGAEntry  
SEQUENCE    
  oraDbSGAFixedSize INTEGER
  oraDbSGAVariableSize INTEGER
  oraDbSGADatabaseBuffers INTEGER
  oraDbSGARedoBuffers INTEGER

OraDbConfigEntry  
SEQUENCE    
  oraDbConfigDbBlockBuffers INTEGER
  oraDbConfigDbBlockCkptBatch INTEGER
  oraDbConfigDbBlockSize INTEGER
  oraDbConfigDbFileSimWrites INTEGER
  oraDbConfigDbMultiBlockReadCount INTEGER
  oraDbConfigDistLockTimeout INTEGER
  oraDbConfigDistRecoveryConnectHold INTEGER
  oraDbConfigDistTransactions INTEGER
  oraDbConfigLogArchiveBufferSize INTEGER
  oraDbConfigLogArchiveBuffers INTEGER
  oraDbConfigLogBuffer INTEGER
  oraDbConfigLogCheckpointInterval INTEGER
  oraDbConfigLogCheckpointTimeout INTEGER
  oraDbConfigLogFiles INTEGER
  oraDbConfigMaxRollbackSegments INTEGER
  oraDbConfigMTSMaxDispatchers INTEGER
  oraDbConfigMTSMaxServers INTEGER
  oraDbConfigMTSServers INTEGER
  oraDbConfigOpenCursors INTEGER
  oraDbConfigOpenLinks INTEGER
  oraDbConfigOptimizerMode DisplayString
  oraDbConfigProcesses INTEGER
  oraDbConfigSerializable TruthValue
  oraDbConfigSessions INTEGER
  oraDbConfigSharedPool INTEGER
  oraDbConfigSortAreaRetainedSize INTEGER
  oraDbConfigSortAreaSize INTEGER
  oraDbConfigTransactions INTEGER
  oraDbConfigTransactionsPerRollback INTEGER

Defined Values

oracle 1.3.6.1.4.1.111
OBJECT IDENTIFIER    

oraDbMIB 1.3.6.1.4.1.111.4
OBJECT IDENTIFIER    

oraDbObjects 1.3.6.1.4.1.111.4.1
OBJECT IDENTIFIER    

oraDbSysTable 1.3.6.1.4.1.111.4.1.1
Oracle-specific performance information global to a database.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraDbSysEntry

oraDbSysEntry 1.3.6.1.4.1.111.4.1.1.1
Selected info from the v table on instance performance. Variables are included here because they have been found particularly useful in tuning an Oracle instance. In many cases, the variable should only be considered in conjunction with other variables, often as a ratio. Frequently, hints on these are given in the descriptions, but Oracle tuning documentation should always be consulted, particularly the Oracle University course on tuning V7 applications.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraDbSysEntry  

oraDbSysConsistentChanges 1.3.6.1.4.1.111.4.1.1.1.1
the 'consistent changes' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysConsistentGets 1.3.6.1.4.1.111.4.1.1.1.2
the 'consistent gets' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysDbBlockChanges 1.3.6.1.4.1.111.4.1.1.1.3
the 'Db block changes' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysDbBlockGets 1.3.6.1.4.1.111.4.1.1.1.4
the 'db block gets' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysFreeBufferInspected 1.3.6.1.4.1.111.4.1.1.1.5
the 'free buffer inspected' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysFreeBufferRequested 1.3.6.1.4.1.111.4.1.1.1.6
the 'free buffer requested' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysParseCount 1.3.6.1.4.1.111.4.1.1.1.7
the 'parse count' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysPhysReads 1.3.6.1.4.1.111.4.1.1.1.8
the 'physical reads' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysPhysWrites 1.3.6.1.4.1.111.4.1.1.1.9
the 'physical writes' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysRedoEntries 1.3.6.1.4.1.111.4.1.1.1.10
the 'redo entries' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysRedoLogSpaceRequests 1.3.6.1.4.1.111.4.1.1.1.11
the 'redo log space requests' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysRedoSyncWrites 1.3.6.1.4.1.111.4.1.1.1.12
the 'redo synch writes' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysSortsDisk 1.3.6.1.4.1.111.4.1.1.1.13
the 'sorts (disk)' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysSortsMemory 1.3.6.1.4.1.111.4.1.1.1.14
the 'sorts (memory)' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysSortsRows 1.3.6.1.4.1.111.4.1.1.1.15
the 'sorts (rows)' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysTableFetchRowid 1.3.6.1.4.1.111.4.1.1.1.16
the 'table fetch by rowid' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysTableFetchContinuedRow 1.3.6.1.4.1.111.4.1.1.1.17
the 'table fetch continued row' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysTableScanBlocks 1.3.6.1.4.1.111.4.1.1.1.18
the 'table scan blocks gotten' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysTableScanRows 1.3.6.1.4.1.111.4.1.1.1.19
the 'table scan rows gotten' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysTableScansLong 1.3.6.1.4.1.111.4.1.1.1.20
the 'table scans (long tables)' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysTableScansShort 1.3.6.1.4.1.111.4.1.1.1.21
the 'table scans (short tables)' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysUserCalls 1.3.6.1.4.1.111.4.1.1.1.22
the 'user calls' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysUserCommits 1.3.6.1.4.1.111.4.1.1.1.23
the 'user commits' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysUserRollbacks 1.3.6.1.4.1.111.4.1.1.1.24
the 'user rollbacks' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSysWriteRequests 1.3.6.1.4.1.111.4.1.1.1.25
the 'write requests' parameter from v
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbTablespaceTable 1.3.6.1.4.1.111.4.1.2
Information on tablespaces within an Oracle database.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraDbTablespaceEntry

oraDbTablespaceEntry 1.3.6.1.4.1.111.4.1.2.1
Information for each tablespace within an Oracle database.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraDbTablespaceEntry  

oraDbTablespaceIndex 1.3.6.1.4.1.111.4.1.2.1.1
A numeric index, unique among tablespaces within a single Oracle database.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbTablespaceName 1.3.6.1.4.1.111.4.1.2.1.2
The name of this tablespace.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraDbTablespaceSizeAllocated 1.3.6.1.4.1.111.4.1.2.1.3
The amount of disk space, in kilobytes, allocated for this tablespace. This is the sum of the sizes of the data files associated with the tablespace.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -2147483648..2147483647  

oraDbTablespaceSizeUsed 1.3.6.1.4.1.111.4.1.2.1.4
The amount of disk space, in kilobytes, which is actually in use for storing data.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -2147483648..2147483647  

oraDbTablespaceState 1.3.6.1.4.1.111.4.1.2.1.5
The current accessibility of this tablespace. If a tablespace is offline(2), then SQL statements cannot reference objects contained in the tablespace. An invalid(3) tablespace is one that has been dropped.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER online(1), offline(2), invalid(3)  

oraDbTablespaceLargestAvailableChunk 1.3.6.1.4.1.111.4.1.2.1.6
The size, in kilobytes, of the largest contiguous set of free data blocks in the tablespace.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -2147483648..2147483647  

oraDbDataFileTable 1.3.6.1.4.1.111.4.1.3
Information on data files within an Oracle database.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraDbDataFileEntry

oraDbDataFileEntry 1.3.6.1.4.1.111.4.1.3.1
Information for each data file within an Oracle database.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraDbDataFileEntry  

oraDbDataFileIndex 1.3.6.1.4.1.111.4.1.3.1.1
A numeric index, unique among data files associated with a single tablespace.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbDataFileName 1.3.6.1.4.1.111.4.1.3.1.2
The fully-qualified name of this datafile.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraDbDataFileSizeAllocated 1.3.6.1.4.1.111.4.1.3.1.3
The allocated size, in kilobytes, of this data file.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -2147483648..2147483647  

oraDbDataFileDiskReads 1.3.6.1.4.1.111.4.1.3.1.4
The total number of reads issued against this data file since startup.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbDataFileDiskWrites 1.3.6.1.4.1.111.4.1.3.1.5
The total number of writes issued against this data file since startup.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbDataFileDiskReadBlocks 1.3.6.1.4.1.111.4.1.3.1.6
The total number of physical blocks read from this data file since startup.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbDataFileDiskWrittenBlocks 1.3.6.1.4.1.111.4.1.3.1.7
The total number of physical blocks written to this data file since startup.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbDataFileDiskReadTimeTicks 1.3.6.1.4.1.111.4.1.3.1.8
The time spent reading from this data file since startup IF the database parameter TIMED_STATISTICS is TRUE. If TIMED_STATISTICS is FALSE, then the value will be zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbDataFileDiskWriteTimeTicks 1.3.6.1.4.1.111.4.1.3.1.9
The time spent writing to this data file since startup IF the database parameter TIMED_STATISTICS is TRUE. If TIMED_STATISTICS is FALSE, then the value will be zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbLibraryCacheTable 1.3.6.1.4.1.111.4.1.4
Information on libraryCache performance.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraDbLibraryCacheEntry

oraDbLibraryCacheEntry 1.3.6.1.4.1.111.4.1.4.1
LibraryCache information for each Oracle database.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraDbLibraryCacheEntry  

oraDbLibraryCacheIndex 1.3.6.1.4.1.111.4.1.4.1.1
A unique integer for each row of the table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbLibraryCacheNameSpace 1.3.6.1.4.1.111.4.1.4.1.2
The namespace of the v table that this row relates to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraDbLibraryCacheGets 1.3.6.1.4.1.111.4.1.4.1.3
Number of times the system requests handles to library objects in this namespace.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbLibraryCacheGetHits 1.3.6.1.4.1.111.4.1.4.1.4
Number of times the handles are already allocated in the cache.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbLibraryCachePins 1.3.6.1.4.1.111.4.1.4.1.5
Number of times the system issues pin requests for objects in the cache in order to access them.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbLibraryCachePinHits 1.3.6.1.4.1.111.4.1.4.1.6
Number of times the objects the system is pinning are already allocated and initialized in the cache.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbLibraryCacheReloads 1.3.6.1.4.1.111.4.1.4.1.7
Number of times the library objects have to be reinitialized and reloaded with data because they have been aged out or invalidated
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbLibraryCacheInvalidations 1.3.6.1.4.1.111.4.1.4.1.8
Number of times that non-persistent library objects (like shared SQL areas) have been invalidated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbLibraryCacheSumTable 1.3.6.1.4.1.111.4.1.5
Information on library cache performance, summed over all library caches in a single database instance.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraDbLibraryCacheSumEntry

oraDbLibraryCacheSumEntry 1.3.6.1.4.1.111.4.1.5.1
LibraryCache information, summed over all library caches, for each Oracle database.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraDbLibraryCacheSumEntry  

oraDbLibraryCacheSumGets 1.3.6.1.4.1.111.4.1.5.1.1
Number of times the system requests handles to library objects, summed over all library caches in the instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbLibraryCacheSumGetHits 1.3.6.1.4.1.111.4.1.5.1.2
Number of times the handles are already allocated in the cache, summed over all library caches in the instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbLibraryCacheSumPins 1.3.6.1.4.1.111.4.1.5.1.3
Number of times the system issues pin requests for objects in a cache in order to access them, summed over all library caches in the instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbLibraryCacheSumPinHits 1.3.6.1.4.1.111.4.1.5.1.4
Number of times the objects the system is pinning are already allocated and initialized in a cache, summed over all library caches in the instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbLibraryCacheSumReloads 1.3.6.1.4.1.111.4.1.5.1.5
Number of times the library objects have to be reinitialized and reloaded with data because they have been aged out or invalidated, summed over all library caches in the instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbLibraryCacheSumInvalidations 1.3.6.1.4.1.111.4.1.5.1.6
Number of times that non-persistent library objects (like shared SQL areas) have been invalidated, summed over all library caches in the instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oraDbSGATable 1.3.6.1.4.1.111.4.1.6
Summary information on the System Global Area
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraDbSGAEntry

oraDbSGAEntry 1.3.6.1.4.1.111.4.1.6.1
A single entry from the v table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraDbSGAEntry  

oraDbSGAFixedSize 1.3.6.1.4.1.111.4.1.6.1.1
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbSGAVariableSize 1.3.6.1.4.1.111.4.1.6.1.2
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbSGADatabaseBuffers 1.3.6.1.4.1.111.4.1.6.1.3
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbSGARedoBuffers 1.3.6.1.4.1.111.4.1.6.1.4
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigTable 1.3.6.1.4.1.111.4.1.7
Oracle-specific configuration information global to a database.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OraDbConfigEntry

oraDbConfigEntry 1.3.6.1.4.1.111.4.1.7.1
Oracle-specific configuration information. This table only lists a few init.ora parameters that are particularly relevant to the task of monitoring database performance. By giving them easy-to-use, fixed object-ids, we make it easier to graph them along with the dynamic performance values that they affect. A complete list of parameters can be found in the Internet standard MIB 'Config' objects.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OraDbConfigEntry  

oraDbConfigDbBlockBuffers 1.3.6.1.4.1.111.4.1.7.1.1
The DB_BLOCK_BUFFERS parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigDbBlockCkptBatch 1.3.6.1.4.1.111.4.1.7.1.2
The DB_BLOCK_CHECKPOINT_BATCH parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigDbBlockSize 1.3.6.1.4.1.111.4.1.7.1.3
The DB_BLOCK_SIZE parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigDbFileSimWrites 1.3.6.1.4.1.111.4.1.7.1.4
The DB_FILE_SIMULTANEOUS_WRITES parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigDbMultiBlockReadCount 1.3.6.1.4.1.111.4.1.7.1.5
The DB_MULTIBLOCK_READ_COUNT parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigDistLockTimeout 1.3.6.1.4.1.111.4.1.7.1.6
The DISTRIBUTED_LOCK_TIMEOUT parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigDistRecoveryConnectHold 1.3.6.1.4.1.111.4.1.7.1.7
The DISTRIBUTED_RECOVERY_CONNECT_HOLD parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigDistTransactions 1.3.6.1.4.1.111.4.1.7.1.8
The DISTRIBUTED_TRANSACTIONS parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigLogArchiveBufferSize 1.3.6.1.4.1.111.4.1.7.1.9
The LOG_ARCHIVE_BUFFER_SIZE parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigLogArchiveBuffers 1.3.6.1.4.1.111.4.1.7.1.10
The LOG_ARCHIVE_BUFFERS parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigLogBuffer 1.3.6.1.4.1.111.4.1.7.1.11
The LOG_BUFFER parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigLogCheckpointInterval 1.3.6.1.4.1.111.4.1.7.1.12
The LOG_CHECKPOINT_INTERVAL parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigLogCheckpointTimeout 1.3.6.1.4.1.111.4.1.7.1.13
The LOG_CHECKPOINT_TIMEOUT parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigLogFiles 1.3.6.1.4.1.111.4.1.7.1.14
The LOG_FILES parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigMaxRollbackSegments 1.3.6.1.4.1.111.4.1.7.1.15
The MAX_ROLLBACK_SEGMENTS parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigMTSMaxDispatchers 1.3.6.1.4.1.111.4.1.7.1.16
The MTS_MAX_DISPATCHERS parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigMTSMaxServers 1.3.6.1.4.1.111.4.1.7.1.17
The MTS_MAX_SERVERS parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigMTSServers 1.3.6.1.4.1.111.4.1.7.1.18
The MTS_SERVERS parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigOpenCursors 1.3.6.1.4.1.111.4.1.7.1.19
The OPEN_CURSORS parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  


oraDbConfigOptimizerMode 1.3.6.1.4.1.111.4.1.7.1.21
The OPTIMIZER_MODE parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oraDbConfigProcesses 1.3.6.1.4.1.111.4.1.7.1.22
The PROCESSES parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigSerializable 1.3.6.1.4.1.111.4.1.7.1.23
The SERIALIZABLE parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  TruthValue  

oraDbConfigSessions 1.3.6.1.4.1.111.4.1.7.1.24
The SESSIONS parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigSharedPool 1.3.6.1.4.1.111.4.1.7.1.25
The SHARED_POOL parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigSortAreaSize 1.3.6.1.4.1.111.4.1.7.1.26
The SORT_AREA_SIZE parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigSortAreaRetainedSize 1.3.6.1.4.1.111.4.1.7.1.27
The SORT_AREA_RETAINED_SIZE parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigTransactions 1.3.6.1.4.1.111.4.1.7.1.28
The TRANSACTIONS parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oraDbConfigTransactionsPerRollback 1.3.6.1.4.1.111.4.1.7.1.29
The TRANSACTIONS_PER_ROLLBACK parameter from the init.ora file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER