RDBMS-MIB

File: RDBMS-MIB.mib (56635 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC NETWORK-SERVICES-MIB
RFC1213-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Counter32 Gauge32 Integer32
DisplayString DateAndTime AutonomousType
applIndex applGroups mib-2

Defined Types

RdbmsDbEntry  
SEQUENCE    
  rdbmsDbIndex INTEGER
  rdbmsDbPrivateMibOID OBJECT IDENTIFIER
  rdbmsDbVendorName DisplayString
  rdbmsDbName DisplayString
  rdbmsDbContact DisplayString

RdbmsDbInfoEntry  
SEQUENCE    
  rdbmsDbInfoProductName DisplayString
  rdbmsDbInfoVersion DisplayString
  rdbmsDbInfoSizeUnits INTEGER
  rdbmsDbInfoSizeAllocated INTEGER
  rdbmsDbInfoSizeUsed INTEGER
  rdbmsDbInfoLastBackup DateAndTime

RdbmsDbParamEntry  
SEQUENCE    
  rdbmsDbParamName DisplayString
  rdbmsDbParamSubIndex INTEGER
  rdbmsDbParamID AutonomousType
  rdbmsDbParamCurrValue DisplayString
  rdbmsDbParamComment DisplayString

RdbmsDbLimitedResourceEntry  
SEQUENCE    
  rdbmsDbLimitedResourceName DisplayString
  rdbmsDbLimitedResourceID AutonomousType
  rdbmsDbLimitedResourceLimit INTEGER
  rdbmsDbLimitedResourceCurrent INTEGER
  rdbmsDbLimitedResourceHighwater INTEGER
  rdbmsDbLimitedResourceFailures Counter32
  rdbmsDbLimitedResourceDescription DisplayString

RdbmsSrvEntry  
SEQUENCE    
  rdbmsSrvPrivateMibOID OBJECT IDENTIFIER
  rdbmsSrvVendorName DisplayString
  rdbmsSrvProductName DisplayString
  rdbmsSrvContact DisplayString

RdbmsSrvInfoEntry  
SEQUENCE    
  rdbmsSrvInfoStartupTime DateAndTime
  rdbmsSrvInfoFinishedTransactions Gauge32
  rdbmsSrvInfoDiskReads Counter32
  rdbmsSrvInfoDiskWrites Counter32
  rdbmsSrvInfoLogicalReads Counter32
  rdbmsSrvInfoLogicalWrites Counter32
  rdbmsSrvInfoPageWrites Counter32
  rdbmsSrvInfoPageReads Counter32
  rdbmsSrvInfoDiskOutOfSpaces Counter32
  rdbmsSrvInfoHandledRequests Counter32
  rdbmsSrvInfoRequestRecvs Counter32
  rdbmsSrvInfoRequestSends Counter32
  rdbmsSrvInfoHighwaterInboundAssociations Gauge32
  rdbmsSrvInfoMaxInboundAssociations Gauge32

RdbmsSrvParamEntry  
SEQUENCE    
  rdbmsSrvParamName DisplayString
  rdbmsSrvParamSubIndex INTEGER
  rdbmsSrvParamID AutonomousType
  rdbmsSrvParamCurrValue DisplayString
  rdbmsSrvParamComment DisplayString

RdbmsSrvLimitedResourceEntry  
SEQUENCE    
  rdbmsSrvLimitedResourceName DisplayString
  rdbmsSrvLimitedResourceID AutonomousType
  rdbmsSrvLimitedResourceLimit INTEGER
  rdbmsSrvLimitedResourceCurrent INTEGER
  rdbmsSrvLimitedResourceHighwater INTEGER
  rdbmsSrvLimitedResourceFailures Counter32
  rdbmsSrvLimitedResourceDescription DisplayString

RdbmsRelEntry  
SEQUENCE    
  rdbmsRelState INTEGER
  rdbmsRelActiveTime DateAndTime

Defined Values

rdbmsMIB 1.3.6.1.2.1.39
The MIB module to describe objects for generic relational databases.
MODULE-IDENTITY    

rdbmsObjects 1.3.6.1.2.1.39.1
OBJECT IDENTIFIER    

rdbmsDbTable 1.3.6.1.2.1.39.1.1
The table of databases installed on a system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdbmsDbEntry

rdbmsDbEntry 1.3.6.1.2.1.39.1.1.1
An entry for a single database on the host. Whether a particular database is represented by a row in rdbmsDbTable may be dependent on the activity level of that database, according to the product's implementation. An instance of rdbmsRelState having the value active, other, or restricted implies that an entry, corresponding to that instance, will be present.
Status: current Access: not-accessible
OBJECT-TYPE    
  RdbmsDbEntry  

rdbmsDbIndex 1.3.6.1.2.1.39.1.1.1.1
A numeric index, unique among all the databases from all products on this host. This value is a surrogate for the conceptually unique key, which is {PrivateMibOID, databasename}
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

rdbmsDbPrivateMibOID 1.3.6.1.2.1.39.1.1.1.2
The authoritative identification for the private MIB for this database, presumably based on the vendor, e.g., { enterprises 111 } for Oracle databases, {enterprises 757 } for Ingres databases, { enterprises 897 } for Sybase databases, etc. If no OBJECT IDENTIFIER exists for the private MIB, attempts to access this object will return noSuchName (SNMPv1) or noSuchInstance (SNMPv2).
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

rdbmsDbVendorName 1.3.6.1.2.1.39.1.1.1.3
The name of the vendor whose RDBMS manages this database, for informational purposes.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rdbmsDbName 1.3.6.1.2.1.39.1.1.1.4
The name of this database, in a product specific format. The product may need to qualify the name in some way to resolve conflicts if it is possible for a database name to be duplicated on a host. It might be necessary to construct a hierarchical name embedding the RDBMS instance/installation on the host, and/or the owner of the database. For instance, '/test-installation/database-owner/database-name'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rdbmsDbContact 1.3.6.1.2.1.39.1.1.1.5
The textual identification of the contact person for this managed database, together with information on how to contact this person. Note: if there is no server associated with this database, an agent may need to keep this in other persistent storage, e.g., a configuration file. Note that a compliant agent does not need to allow write access to this object.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rdbmsDbInfoTable 1.3.6.1.2.1.39.1.2
The table of additional information about databases present on the host.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdbmsDbInfoEntry

rdbmsDbInfoEntry 1.3.6.1.2.1.39.1.2.1
Information that must be present if the database is actively opened. If the database is not actively opened, then attempts to access corresponding instances in this table may result in either noSuchName (SNMPv1) or noSuchInstance (SNMPv2). 'Actively opened' means at least one of the rdbmsRelState entries for this database in the rdbmsRelTable is active(2).
Status: current Access: not-accessible
OBJECT-TYPE    
  RdbmsDbInfoEntry  

rdbmsDbInfoProductName 1.3.6.1.2.1.39.1.2.1.1
The textual product name of the server that created or last restructured this database. The format is product specific.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rdbmsDbInfoVersion 1.3.6.1.2.1.39.1.2.1.2
The version number of the server that created or last restructured this database. The format is product specific.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rdbmsDbInfoSizeUnits 1.3.6.1.2.1.39.1.2.1.3
Identification of the units used to measure the size of this database in rdbmsDbInfoSizeAllocated and rdbmsDbInfoSizeUsed. bytes(1) indicates individual bytes, kbytes(2) indicates units of kilobytes, mbytes(3) indicates units of megabytes, gbytes(4) indicates units of gigabytes, and tbytes(5) indicates units of terabytes. All are binary multiples -- 1K = 1024. If writable, changes here are reflected in the get values of the associated objects.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER bytes(1), kbytes(2), mbytes(3), gbytes(4), tbytes(5)  

rdbmsDbInfoSizeAllocated 1.3.6.1.2.1.39.1.2.1.4
The estimated size of this database (in rdbmsDbInfoSizeUnits), which is the disk space that has been allocated to it and is no longer available to users on this host. rdbmsDbInfoSize does not necessarily indicate the amount of space actually in use for database data. Some databases may support extending allocated size, and others may not. Note that a compliant agent does not need to allow write access to this object.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..2147483647  

rdbmsDbInfoSizeUsed 1.3.6.1.2.1.39.1.2.1.5
The estimated size of this database, in rdbmsDbInfoSizeUnits, which is actually in use for database data.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

rdbmsDbInfoLastBackup 1.3.6.1.2.1.39.1.2.1.6
The date and time that the latest complete or partial backup of the database was taken. If a database has never been backed up, then attempts to access this object will result in either noSuchName (SNMPv1) or noSuchInstance (SNMPv2).
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

rdbmsDbParamTable 1.3.6.1.2.1.39.1.3
The table of configuration parameters for a database. Entries should be populated according to the following guidelines: (1) The value should be specified through administrative (human) intervention. (2) It should be configured on a per-database basis. (3) One of the following is true: (a) The parameter has a non-numeric value; (b) The current value is numeric, but it only changes due to human intervention; (c) The current value is numeric and dynamic, but the RDBMS does not track access/allocation failures related to the parameter; (d) The current value is numeric and dynamic, the RDBMS tracks changes in access/allocation failures related to the parameter, but the failure has no significant impact on RDBMS performance or availability. (e) The current value is numeric and dynamic, the RDBMS tracks changes in access/allocation failures related to the parameter, the failure has significant impact on RDBMS performance or availability, and is shown in the rdbmsDbLimitedResource table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdbmsDbParamEntry

rdbmsDbParamEntry 1.3.6.1.2.1.39.1.3.1
An entry for a single configuration parameter for a database. Parameters with single values have a subindex value of one. If the parameter is naturally considered to contain a variable number of members of a class, e.g. members of the DBA user group, or files which are part of the database, then it must be presented as a set of rows. If, on the other hand, the parameter represents a set of choices from a class, e.g. the permissions on a file or the options chosen out of the set of all options allowed, AND is guaranteed to always fit in the 255 character length of a DisplayString, then it may be presented as a comma separated list with a subindex value of one. Zero may not be used as a subindex value. If the database is not actively opened, then attempts to access corresponding instances in this table may result in either noSuchName (SNMPv1) or noSuchInstance (SNMPv2). 'Actively opened' means at least one of the rdbmsRelState entries for this database in the rdbmsRelTable is active(2).
Status: current Access: not-accessible
OBJECT-TYPE    
  RdbmsDbParamEntry  

rdbmsDbParamName 1.3.6.1.2.1.39.1.3.1.1
The name of a configuration parameter for a database. This name is product-specific. The length is limited to 64 characters to constrain the number of sub-identifiers needed for instance identification (and to minimize network traffic).
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..64)  

rdbmsDbParamSubIndex 1.3.6.1.2.1.39.1.3.1.2
The subindex value for this parameter. If the parameter is naturally considered to contain a variable number of members of a class, e.g. members of the DBA user group, or files which are part of the database, then it must be presented as a set of rows. If, on the other hand, the parameter represents a set of choices from a class, e.g. the permissions on a file or the options chosen out of the set of all options allowed, AND is guaranteed to always fit in the 255 character length of a DisplayString, then it may be presented as a comma separated list with a subindex value of one. Zero may not be used as a value.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

rdbmsDbParamID 1.3.6.1.2.1.39.1.3.1.3
The ID of the parameter which may be described in some other MIB (e.g., an enterprise-specific MIB module). If there is no ID for this rdbmsDbParamName, attempts to access this object will return noSuchName (SNMPv1) or noSuchInstance (SNMPv2).
Status: current Access: read-only
OBJECT-TYPE    
  AutonomousType  

rdbmsDbParamCurrValue 1.3.6.1.2.1.39.1.3.1.4
The value for a configuration parameter now in effect, the actual setting for the database. While there may multiple values in the temporal domain of interest (for instance, the value to take effect at the next restart), this is the current setting. Note that a compliant agent does not need to allow write access to this object.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rdbmsDbParamComment 1.3.6.1.2.1.39.1.3.1.5
Annotation which describes the purpose of a configuration parameter or the reason for a particular parameter's setting. Note that a compliant agent does not need to allow write access to this object.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rdbmsDbLimitedResourceTable 1.3.6.1.2.1.39.1.4
The table of limited resources that are kept per-database.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdbmsDbLimitedResourceEntry

rdbmsDbLimitedResourceEntry 1.3.6.1.2.1.39.1.4.1
An entry for a single limited resource kept per-database. A limited resource has maximum use determined by a parameter that might or might not be changeable at run time, or visible in the rdbmsDbParamTable. Examples would be the number of available locks, or disk space on a partition. Arrays of resources are supported through an integer sub index, which should have the value of one for single-instance names. Limited resources that are shared across databases, are best put in the rdbmsSvrLimitedResourceTable instead of this one. If the database is not actively opened, then attempts to access corresponding instances in this table may result in either noSuchName (SNMPv1) or noSuchInstance (SNMPv2). 'Actively opened' means at least one of the rdbmsRelState entries for this database in the rdbmsRelTable is active(2).
Status: current Access: not-accessible
OBJECT-TYPE    
  RdbmsDbLimitedResourceEntry  

rdbmsDbLimitedResourceName 1.3.6.1.2.1.39.1.4.1.1
The name of the resource, for instance 'global locks' or 'locks for the FOO database', or 'data space on /dev/rdsk/5s0 for FOO'. The length is limited to 64 characters to constrain the number of sub-identifiers needed for instance identification (and to minimize network traffic).
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

rdbmsDbLimitedResourceID 1.3.6.1.2.1.39.1.4.1.2
The ID of the resource which may be described in some other MIB (e.g., an enterprise-specific MIB module). If there is no ID for this rdbmsDbLimitedResourceName, attempts to access this object will return noSuchName (SNMPv1) or noSuchInstance (SNMPv2).
Status: current Access: read-only
OBJECT-TYPE    
  AutonomousType  

rdbmsDbLimitedResourceLimit 1.3.6.1.2.1.39.1.4.1.3
The maximum value the resource use may attain. Note that a compliant agent does not need to allow write access to this object.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..2147483647  

rdbmsDbLimitedResourceCurrent 1.3.6.1.2.1.39.1.4.1.4
The current value for the resource.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

rdbmsDbLimitedResourceHighwater 1.3.6.1.2.1.39.1.4.1.5
The maximum value of the resource seen since applUpTime was reset for the earliest server which has the database actively opened. If there are two servers with the database open, and the oldest one dies, the proper way to invalidate the value is by resetting sysUpTime.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

rdbmsDbLimitedResourceFailures 1.3.6.1.2.1.39.1.4.1.6
The number of times the system wanted to exceed the limit of the resource since applUpTime was reset for the earliest server which has the database actively opened. If there are two servers with the DB open, and the oldest one dies, the proper way to invalidate the value is by resetting sysUpTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rdbmsDbLimitedResourceDescription 1.3.6.1.2.1.39.1.4.1.7
A description of the resource and the meaning of the integer units used for Limit, Current, and Highwater. Note that a compliant agent does not need to allow write access to this object.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rdbmsSrvTable 1.3.6.1.2.1.39.1.5
The table of database servers running or installed on a system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdbmsSrvEntry

rdbmsSrvEntry 1.3.6.1.2.1.39.1.5.1
An entry for a single database server. A server is an independent entity that provides access to one or more databases. Failure of one does not affect access to databases through any other servers. There might be one or more servers providing access to a database. A server may be a 'process' or collection of 'processes', as interpreted by the product.
Status: current Access: not-accessible
OBJECT-TYPE    
  RdbmsSrvEntry  

rdbmsSrvPrivateMibOID 1.3.6.1.2.1.39.1.5.1.1
The authoritative identification for the private MIB for this server, presumably based on the vendor, e.g., { enterprises 111 } for Oracle servers, { enterprises 757 } for Ingres servers, { enterprises 897 } for Sybase servers, etc. If no OBJECT IDENTIFIER exists for the private MIB, attempts to access this object will return noSuchName (SNMPv1) or noSuchInstance (SNMPv2).
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

rdbmsSrvVendorName 1.3.6.1.2.1.39.1.5.1.2
The name of the vendor whose RDBMS manages this database, for informational purposes.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rdbmsSrvProductName 1.3.6.1.2.1.39.1.5.1.3
The product name of this server. This is normally the vendor's formal name for the product, in product specific format.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rdbmsSrvContact 1.3.6.1.2.1.39.1.5.1.4
The textual identification of the contact person for this managed server, together with information on how to contact this person. Note: if there is no active server associated with this object, an agent may need to keep this in other persistent storage, e.g., a configuration file. Note that a compliant agent does not need to allow write access to this object.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rdbmsSrvInfoTable 1.3.6.1.2.1.39.1.6
The table of additional information about database servers. Entries in this table correspond to applications in the APPLICATION-MIB applTable. Some objects in that table are application-specific. When they are associated with an RDBMS server in this table, the objects have the following meanings. applName - The name of this server, i.e., the process or group of processes providing access to this database. The exact format will be product and host specific. applVersion - The version number of this server, in product specific format. applOperStatus - up(1) means operational and available for general use. down(2) means the server is not available for use, but is known to the agent. The other states have broad meaning, and may need to be supplemented by the vendor private MIB. Halted(3) implies an administrative state of unavailability. Congested(4) implies a resource or or administrative limit is prohibiting new inbound associations. The 'available soon' description of restarting(5) may include an indeterminate amount of recovery. applLastChange is the time the agent noticed the most recent change to applOperStatus. applInboundAssociation is the number of currently active local and remote conversations (usually SQL connects). applOutboundAssociations is not provided by this MIB. applAccumulatedInboundAssociations is the total number of local and remote conversations started since the server came up. applAccumulatedOutbound associations is not provided by this MIB. applLastInboundActivity is the time the most recent local or remote conversation was attempted or disconnected. applLastOutboundActivity is not provided by this MIB. applRejectedInboundAssociations is the number of local or remote conversations rejected by the server for administrative reasons or because of resource limitations. applFailedOutboundAssociations is not provided by this MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdbmsSrvInfoEntry

rdbmsSrvInfoEntry 1.3.6.1.2.1.39.1.6.1
Information that must be present for a single 'up' database server, with visibility determined by the value of the corresponding applOperStatus object. If an instance of applOperStatus is not up(1), then attempts to access corresponding instances in this table may result in either noSuchName (SNMPv1) or noSuchInstance (SNMPv2) being returned by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  RdbmsSrvInfoEntry  

rdbmsSrvInfoStartupTime 1.3.6.1.2.1.39.1.6.1.1
The date and time at which this server was last started.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

rdbmsSrvInfoFinishedTransactions 1.3.6.1.2.1.39.1.6.1.2
The number of transactions visible to this server that have been completed by either commit or abort. Some database operations, such as read-only queries, may not result in the creation of a transaction.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

rdbmsSrvInfoDiskReads 1.3.6.1.2.1.39.1.6.1.3
The total number of reads of database files issued to the operating system by this server since startup. Numbers are not comparable between products. What constitutes a readand how it is accounted is product-specific.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rdbmsSrvInfoLogicalReads 1.3.6.1.2.1.39.1.6.1.4
The total number of logical reads of database files made internally by this server since startup. The values of this object and those of rdbmsSrvInfoDiskReads reveal the effect of caching on read operation. Numbers are not comparable between products, and may only be meaningful when aggregated across all servers sharing a common cache.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rdbmsSrvInfoDiskWrites 1.3.6.1.2.1.39.1.6.1.5
The total number of writes to database files issued to the operating system by this server since startup. Numbers are not comparable between products.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rdbmsSrvInfoLogicalWrites 1.3.6.1.2.1.39.1.6.1.6
The total number of times parts of the database files have been marked 'dirty' and in need of writing to the disk. This value and rdbmsSrvInfoDiskWrites give some indication of the effect of 'write-behind' strategies in reducing the number of disk writes compared to database operations. Because the writes may be done by servers other than those marking the parts of the database files dirty, these values may only be meaningful when aggregated across all servers sharing a common cache. Numbers are not comparable between products.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rdbmsSrvInfoPageReads 1.3.6.1.2.1.39.1.6.1.7
The total number of pages in database files read by this server since startup. 'Pages' are product specific units of disk i/o operations. This value, along with rdbmsSrvInfoDiskReads, reveals the effect of any grouping read-ahead that may be used to enhance performance of some queries, such as scans.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rdbmsSrvInfoPageWrites 1.3.6.1.2.1.39.1.6.1.8
The total number of pages in database files written by this server since startup. Pages are product-specific units of disk I/O. This value, with rdbmsSrvInfoDiskWrites, shows the effect of write strategies that collapse logical writes of contiguous pages into single calls to the operating system.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rdbmsSrvInfoDiskOutOfSpaces 1.3.6.1.2.1.39.1.6.1.9
The total number of times the server has been unable to obtain disk space that it wanted, since server startup. This would be inspected by an agent on receipt of an rdbmsOutOfSpace trap.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rdbmsSrvInfoHandledRequests 1.3.6.1.2.1.39.1.6.1.10
The total number of requests made to the server on inbound associations. The meaning of 'requests' is product specific, and is not comparable between products. This is intended to encapsulate high level semantic operations between clients and servers, or between peers. For instance, one request might correspond to a 'select' or an 'insert' statement. It is not intended to capture disk i/o described in rdbmsSrvInfoDiskReads and rdbmsSrvInfoDiskWrites.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rdbmsSrvInfoRequestRecvs 1.3.6.1.2.1.39.1.6.1.11
The number of receive operations made processing any requests on inbound associations. The meaning of operations is product specific, and is not comparable between products. This is intended to capture lower-level i/o operations than shown by HandledRequests, between clients and servers, or between peers. For instance, it might roughly correspond to the amount of data given with an 'insert' statement. It is not intended to capture disk i/o described in rdbmsSrvInfoDiskReads and rdbmsSrvInfoDiskWrites.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rdbmsSrvInfoRequestSends 1.3.6.1.2.1.39.1.6.1.12
The number of send operations made processing requests handled on inbound associations. The meaning of operations is product specific, and is not comparable between products. This is intended to capture lower-level i/o operations than shown by HandledRequests, between between clients and servers, or between peers. It might roughly correspond to the number of rows returned by a 'select' statement. It is not intended to capture disk i/o described in DiskReads.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rdbmsSrvInfoHighwaterInboundAssociations 1.3.6.1.2.1.39.1.6.1.13
The greatest number of inbound associations that have been simultaneously open to this server since startup.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

rdbmsSrvInfoMaxInboundAssociations 1.3.6.1.2.1.39.1.6.1.14
The greatest number of inbound associations that can be simultaneously open with this server. If there is no limit, then the value should be zero. Note that a compliant agent does not need to allow write access to this object.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

rdbmsSrvParamTable 1.3.6.1.2.1.39.1.7
The table of configuration parameters for a server. Entries should be populated according to the following guidelines: (1) The value should be specified through administrative (human) intervention. (2) It should be configured on a per-server or a more global basis, with duplicate entries for each server sharing use of the parameter. (3) One of the following is true: (a) The parameter has a non-numeric value; (b) The current value is numeric, but it only changes due to human intervention; (c) The current value is numeric and dynamic, but the RDBMS does not track access/allocation failures related to the parameter; (d) The current value is numeric and dynamic, the RDBMS tracks changes in access/allocation failures related to the parameter, but the failure has no significant impact on RDBMS performance or availability. (e) The current value is numeric and dynamic, the RDBMS tracks changes in access/allocation failures related to the parameter, the failure has significant impact on RDBMS performance or availability, and is shown in the rdbmsSrvLimitedResource table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdbmsSrvParamEntry

rdbmsSrvParamEntry 1.3.6.1.2.1.39.1.7.1
An entry for a single configuration parameter for a server. Parameters with single values have a subindex value of one. If the parameter is naturally considered to contain a variable number of members of a class, e.g. members of the DBA user group, or tracepoints active in the server, then it must be presented as a set of rows. If, on the other hand, the parameter represents a set of choices from a class, e.g. the permissions on a file or the options chosen out of the set of all options allowed, AND is guaranteed to always fit in the 255 character length of a DisplayString, then it may be presented as a comma separated list with a subindex value of one. Zero may not be used as a subindex value. Entries for a server must be present if the value of the corresponding applOperStatus object is up(1). If an instance of applOperStatus is not up(1), then attempts to access corresponding instances in this table may result in either noSuchName (SNMPv1) or noSuchInstance (SNMPv2) being returned by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  RdbmsSrvParamEntry  

rdbmsSrvParamName 1.3.6.1.2.1.39.1.7.1.1
The name of a configuration parameter for a server. This name is product-specific. The length is limited to 64 characters to constrain the number of sub-identifiers needed for instance identification (and to minimize network traffic).
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..64)  

rdbmsSrvParamSubIndex 1.3.6.1.2.1.39.1.7.1.2
The subindex value for this parameter. If the parameter is naturally considered to contain a variable number of members of a class, e.g. members of the DBA user group, or files which are part of the database, then it must be presented as a set of rows. If, on the other hand, the parameter represents a set of choices from a class, e.g. the permissions on a file or the options chosen out of the set of all options allowed, AND is guaranteed to always fit in the 255 character length of a DisplayString, then it may be presented as a comma separated list with a subindex value of one. Zero may not be used as a value.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

rdbmsSrvParamID 1.3.6.1.2.1.39.1.7.1.3
The ID of the parameter which may be described in some other MIB. If there is no ID for this rdbmsSrvParamName, attempts to access this object will return noSuchName (SNMPv1) or noSuchInstance (SNMPv2).
Status: current Access: read-only
OBJECT-TYPE    
  AutonomousType  

rdbmsSrvParamCurrValue 1.3.6.1.2.1.39.1.7.1.4
The value for a configuration parameter now in effect, the actual setting for the server. While there may multiple values in the temporal domain of interest (for instance, the value to take effect at the next restart), this is the current setting. Note that a compliant agent does not need to allow write access to this object.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rdbmsSrvParamComment 1.3.6.1.2.1.39.1.7.1.5
Annotation which describes the purpose of a configuration parameter or the reason for a particular parameter's setting. Note that a compliant agent does not need to allow write access to this object.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rdbmsSrvLimitedResourceTable 1.3.6.1.2.1.39.1.8
The table of limited resources relevant to a server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdbmsSrvLimitedResourceEntry

rdbmsSrvLimitedResourceEntry 1.3.6.1.2.1.39.1.8.1
An entry for a single limited resource kept by the server. A limited resource has maximum use determined by a parameter that might or might not changeable at run time, or visible in the rbmsSrvParamTable. Examples would be the number of available locks, or number of concurrent executions allowed in a server. Arrays of resources are supported through an integer subindex, which should have the value of one for single-instance names. Limited resources that are shared across servers or databases are best duplicated in this table across all servers accessing the resource.
Status: current Access: not-accessible
OBJECT-TYPE    
  RdbmsSrvLimitedResourceEntry  

rdbmsSrvLimitedResourceName 1.3.6.1.2.1.39.1.8.1.1
The name of the resource, for instance 'threads' or 'semaphores', or 'buffer pages'
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

rdbmsSrvLimitedResourceID 1.3.6.1.2.1.39.1.8.1.2
The ID of the resource which may be described in some other MIB. If there is no ID for this rdbmsSrvLimitedResourceName, attempts to access this object will return noSuchName (SNMPv1) or noSuchInstance (SNMPv2).
Status: current Access: read-only
OBJECT-TYPE    
  AutonomousType  

rdbmsSrvLimitedResourceLimit 1.3.6.1.2.1.39.1.8.1.3
The maximum value the resource use may attain. Note that a compliant agent does not need to allow write access to this object.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..2147483647  

rdbmsSrvLimitedResourceCurrent 1.3.6.1.2.1.39.1.8.1.4
The current value for the resource.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

rdbmsSrvLimitedResourceHighwater 1.3.6.1.2.1.39.1.8.1.5
The maximum value of the resource seen since applUpTime was reset.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

rdbmsSrvLimitedResourceFailures 1.3.6.1.2.1.39.1.8.1.6
The number of times the system wanted to exceed the limit of the resource since applUpTime was reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rdbmsSrvLimitedResourceDescription 1.3.6.1.2.1.39.1.8.1.7
A description of the resource and the meaning of the integer units used for Limit, Current, and Highwater. Note that a compliant agent does not need to allow write access to this object.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rdbmsRelTable 1.3.6.1.2.1.39.1.9
A table relating databases and servers present on a host.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdbmsRelEntry

rdbmsRelEntry 1.3.6.1.2.1.39.1.9.1
An entry relating a single database server to a single database to which it may provide access. The table is indexed first by the index of rdbmsDbTable, and then rdbmsSrvTable, so that all servers capable of providing access to a given database may be found by SNMP traversal operations (get-next and get-bulk). The makeup of this table depends on the product's architecture, e.g. if it is one server - many databases, then each server will appear n times, where n is the number of databases it may access, and each database will appear once. If the architecture is one database - many servers, then each server will appear once and each database will appear n times, where n is the number of servers that may be accessing it.
Status: current Access: not-accessible
OBJECT-TYPE    
  RdbmsRelEntry  

rdbmsRelState 1.3.6.1.2.1.39.1.9.1.1
The state of this server's access to this database. Active(2) means the server is actively using the database. Available(3) means the server could use the database if necessary. Restricted(4) means the database is in some administratively determined state of less-than-complete availability. Unavailable(5) means the database is not available through this server. Other(1) means the database/server is in some other condition, possibly described in the vendor private MIB.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), active(2), available(3), restricted(4), unavailable(5)  

rdbmsRelActiveTime 1.3.6.1.2.1.39.1.9.1.2
The time the database was made active by the server. If an instance of rdbmsRelState is not active(1), then attempts to access the corresponding instance of this object may result in either noSuchName (SNMPv1) or noSuchInstance (SNMPv2) being returned by the agent.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

rdbmsWellKnownLimitedResources 1.3.6.1.2.1.39.1.10
OBJECT IDENTIFIER    

rdbmsLogSpace 1.3.6.1.2.1.39.1.10.1
Storage allocated for redo and undo logs.
Status: current Access: read-only
OBJECT-IDENTITY    

rdbmsTraps 1.3.6.1.2.1.39.2
OBJECT IDENTIFIER    

rdbmsStateChange 1.3.6.1.2.1.39.2.1
An rdbmsStateChange trap signifies that one of the database server/databases managed by this agent has changed its rdbmsRelState in a way that makes it less accessible for use. For these purposes, both active(2) and available(3) are considered fully accessible. The state sent with the trap is the new, less accessible state.
Status: current Access: read-only
NOTIFICATION-TYPE    

rdbmsOutOfSpace 1.3.6.1.2.1.39.2.2
An rdbmsOutOfSpace trap signifies that one of the database servers managed by this agent has been unable to allocate space for one of the databases managed by this agent. Care should be taken to avoid flooding the network with these traps.
Status: current Access: read-only
NOTIFICATION-TYPE    

rdbmsConformance 1.3.6.1.2.1.39.3
OBJECT IDENTIFIER    

rdbmsCompliances 1.3.6.1.2.1.39.3.1
OBJECT IDENTIFIER    

rdbmsGroups 1.3.6.1.2.1.39.3.2
OBJECT IDENTIFIER    

rdbmsCompliance 1.3.6.1.2.1.39.3.1.1
The compliance statement for SNMP entities which implement the RDBMS MIB
Status: current Access: read-only
MODULE-COMPLIANCE    

rdbmsGroup 1.3.6.1.2.1.39.3.2.1
A collection of objects providing basic instrumentation of an RDBMS entity.
Status: current Access: read-only
OBJECT-GROUP