1#
2# PySNMP MIB module RDBMS-MIB (http://pysnmp.sf.net)
3# ASN.1 source file:///home/tt/fixed_mibs/RDBMS-MIB
4# Produced by pysmi-0.0.2 at Mon Jun 22 23:35:21 2015
5# On host cray platform Linux version 2.6.37.6-smp by user tt
6# Using Python version 2.7.2 (default, Apr  2 2012, 20:32:47)
7#
8( Integer, ObjectIdentifier, OctetString, ) = mibBuilder.importSymbols("ASN1", "Integer", "ObjectIdentifier", "OctetString")
9( NamedValues, ) = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues")
10( ConstraintsUnion, SingleValueConstraint, ConstraintsIntersection, ValueSizeConstraint, ValueRangeConstraint, ) = mibBuilder.importSymbols("ASN1-REFINEMENT", "ConstraintsUnion", "SingleValueConstraint", "ConstraintsIntersection", "ValueSizeConstraint", "ValueRangeConstraint")
11( applIndex, ) = mibBuilder.importSymbols("NETWORK-SERVICES-MIB", "applIndex")
12( ModuleCompliance, NotificationGroup, ObjectGroup, ) = mibBuilder.importSymbols("SNMPv2-CONF", "ModuleCompliance", "NotificationGroup", "ObjectGroup")
13( Integer32, MibScalar, MibTable, MibTableRow, MibTableColumn, NotificationType, MibTableColumn, MibScalar, MibIdentifier, mib_2, Unsigned32, TimeTicks, Counter64, MibTable, NotificationType, ModuleIdentity, IpAddress, MibTableRow, ModuleIdentity, Gauge32, iso, Bits, ObjectIdentity, Counter32, ) = mibBuilder.importSymbols("SNMPv2-SMI", "Integer32", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "NotificationType", "MibTableColumn", "MibScalar", "MibIdentifier", "mib-2", "Unsigned32", "TimeTicks", "Counter64", "MibTable", "NotificationType", "ModuleIdentity", "IpAddress", "MibTableRow", "ModuleIdentity", "Gauge32", "iso", "Bits", "ObjectIdentity", "Counter32")
14( DisplayString, TextualConvention, AutonomousType, DateAndTime, ) = mibBuilder.importSymbols("SNMPv2-TC", "DisplayString", "TextualConvention", "AutonomousType", "DateAndTime")
15rdbmsMIB = ModuleIdentity((1, 3, 6, 1, 2, 1, 39))
16if mibBuilder.loadTexts: rdbmsMIB.setOrganization('IETF RDBMSMIB Working Group')
17if mibBuilder.loadTexts: rdbmsMIB.setContactInfo('           David Brower\n\n                  Postal: The ASK Group, INGRES DBMS Development\n                          1080 Marina Village Parkway\n                          Alameda, CA  94501\n                          US\n\n                     Tel: +1 510 748 3418\n                     Fax: +1 510 748 2770\n\n                  E-mail: daveb@ingres.com')
18if mibBuilder.loadTexts: rdbmsMIB.setDescription('The MIB module to describe objects for generic relational\n           databases.')
19rdbmsObjects = MibIdentifier((1, 3, 6, 1, 2, 1, 39, 1))
20rdbmsDbTable = MibTable((1, 3, 6, 1, 2, 1, 39, 1, 1), )
21if mibBuilder.loadTexts: rdbmsDbTable.setDescription('The table of databases installed on a system.')
22rdbmsDbEntry = MibTableRow((1, 3, 6, 1, 2, 1, 39, 1, 1, 1), ).setIndexNames((0, "RDBMS-MIB", "rdbmsDbIndex"))
23if mibBuilder.loadTexts: rdbmsDbEntry.setDescription("An entry for a single database on the host.  Whether a\n           particular database is represented by a row in rdbmsDbTable\n           may be dependent on the activity level of that database,\n           according to the product's implementation.  An instance of\n           rdbmsRelState having the value active, other, or restricted\n           implies that an entry, corresponding to that instance, will\n           be present.")
24rdbmsDbIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 1, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1,2147483647)))
25if mibBuilder.loadTexts: rdbmsDbIndex.setDescription('A numeric index, unique among all the databases from all\n           products on this host.  This value is a surrogate for the\n           conceptually unique key, which is {PrivateMibOID,\n           databasename}')
26rdbmsDbPrivateMibOID = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 1, 1, 2), ObjectIdentifier()).setMaxAccess("readonly")
27if mibBuilder.loadTexts: rdbmsDbPrivateMibOID.setDescription('The authoritative identification for the private MIB for\n          this database, presumably based on the vendor, e.g., {\n          enterprises 111 <optional subidentifiers>} for Oracle\n          databases, {enterprises 757 <optional subidentifiers>} for\n          Ingres databases, { enterprises 897 <optional\n          subidentifiers>} for Sybase databases, etc.\n\n          If no OBJECT IDENTIFIER exists for the private MIB, attempts\n          to access this object will return noSuchName (SNMPv1)\n          or noSuchInstance (SNMPv2).')
28rdbmsDbVendorName = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 1, 1, 3), DisplayString()).setMaxAccess("readonly")
29if mibBuilder.loadTexts: rdbmsDbVendorName.setDescription('The name of the vendor whose RDBMS manages this database,\n           for informational purposes.')
30rdbmsDbName = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 1, 1, 4), DisplayString()).setMaxAccess("readonly")
31if mibBuilder.loadTexts: rdbmsDbName.setDescription("The name of this database, in a product specific format.  The\n           product may need to qualify the name in some way to resolve\n           conflicts if it is possible for a database name to be\n           duplicated on a host.  It might be necessary to construct a\n           hierarchical name embedding the RDBMS instance/installation\n           on the host, and/or the owner of the database.  For instance,\n           '/test-installation/database-owner/database-name'.")
32rdbmsDbContact = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 1, 1, 5), DisplayString()).setMaxAccess("readwrite")
33if mibBuilder.loadTexts: rdbmsDbContact.setDescription('The textual identification of the contact person for this\n           managed database, together with information on how to contact\n           this person.\n\n           Note: if there is no server associated with this database, an\n           agent may need to keep this in other persistent storage,\n           e.g., a configuration file.\n\n           Note that a compliant agent does not need to\n           allow write access to this object.')
34rdbmsDbInfoTable = MibTable((1, 3, 6, 1, 2, 1, 39, 1, 2), )
35if mibBuilder.loadTexts: rdbmsDbInfoTable.setDescription('The table of additional information about databases present\n           on the host.')
36rdbmsDbInfoEntry = MibTableRow((1, 3, 6, 1, 2, 1, 39, 1, 2, 1), ).setIndexNames((0, "RDBMS-MIB", "rdbmsDbIndex"))
37if mibBuilder.loadTexts: rdbmsDbInfoEntry.setDescription("Information that must be present if the database is actively\n           opened.  If the database is not actively opened, then\n           attempts to access corresponding instances in this table may\n           result in either noSuchName (SNMPv1) or noSuchInstance\n           (SNMPv2).  'Actively opened' means at least one of the\n           rdbmsRelState entries for this database in the rdbmsRelTable\n           is active(2).")
38rdbmsDbInfoProductName = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 2, 1, 1), DisplayString()).setMaxAccess("readonly")
39if mibBuilder.loadTexts: rdbmsDbInfoProductName.setDescription('The textual product name of the server that created or last\n           restructured this database.  The format is product specific.')
40rdbmsDbInfoVersion = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 2, 1, 2), DisplayString()).setMaxAccess("readonly")
41if mibBuilder.loadTexts: rdbmsDbInfoVersion.setDescription('The version number of the server that created or last\n           restructured this database.  The format is product specific.')
42rdbmsDbInfoSizeUnits = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 2, 1, 3), Integer32().subtype(subtypeSpec=SingleValueConstraint(1, 2, 3, 4, 5,)).clone(namedValues=NamedValues(("bytes", 1), ("kbytes", 2), ("mbytes", 3), ("gbytes", 4), ("tbytes", 5),))).setMaxAccess("readonly")
43if mibBuilder.loadTexts: rdbmsDbInfoSizeUnits.setDescription('Identification of the units used to measure the size of this\n           database in rdbmsDbInfoSizeAllocated and rdbmsDbInfoSizeUsed.\n           bytes(1) indicates individual bytes, kbytes(2) indicates\n           units of kilobytes, mbytes(3) indicates units of megabytes,\n           gbytes(4) indicates units of gigabytes, and tbytes(5)\n           indicates units of terabytes.  All are binary multiples -- 1K\n           = 1024.  If writable, changes here are reflected in the get\n           values of the associated objects.')
44rdbmsDbInfoSizeAllocated = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 2, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1,2147483647))).setMaxAccess("readwrite")
45if mibBuilder.loadTexts: rdbmsDbInfoSizeAllocated.setDescription('The estimated size of this database (in\n           rdbmsDbInfoSizeUnits), which is the disk space that has been\n           allocated to it and is no longer available to users on this\n           host.  rdbmsDbInfoSize does not necessarily indicate the\n           amount of space actually in use for database data.  Some\n           databases may support extending allocated size, and others\n           may not.\n\n           Note that a compliant agent does not need to\n           allow write access to this object.')
46rdbmsDbInfoSizeUsed = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 2, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1,2147483647))).setMaxAccess("readonly")
47if mibBuilder.loadTexts: rdbmsDbInfoSizeUsed.setDescription('The estimated size of this database, in rdbmsDbInfoSizeUnits,\n           which is actually in use for database data.')
48rdbmsDbInfoLastBackup = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 2, 1, 6), DateAndTime()).setMaxAccess("readonly")
49if mibBuilder.loadTexts: rdbmsDbInfoLastBackup.setDescription('The date and time that the latest complete or partial backup\n           of the database was taken. If a database has never been\n           backed up, then attempts to access this object will\n           result in either noSuchName (SNMPv1) or noSuchInstance\n           (SNMPv2).')
50rdbmsDbParamTable = MibTable((1, 3, 6, 1, 2, 1, 39, 1, 3), )
51if mibBuilder.loadTexts: rdbmsDbParamTable.setDescription('The table of configuration parameters for a database.\n           Entries should be populated according to the following\n           guidelines:\n           (1) The value should be specified through administrative\n               (human) intervention.\n           (2) It should be configured on a per-database basis.\n           (3) One of the following is true:\n               (a) The parameter has a non-numeric value;\n               (b) The current value is numeric, but it only changes due\n                   to human intervention;\n               (c) The current value is numeric and dynamic, but the\n                   RDBMS does not track access/allocation failures\n                   related to the parameter;\n               (d) The current value is numeric and dynamic, the\n                   RDBMS tracks changes in access/allocation failures\n                   related to the parameter, but the failure has no\n                   significant impact on RDBMS performance or\n                   availability.\n               (e) The current value is numeric and dynamic, the\n                   RDBMS tracks changes in access/allocation failures\n                   related to the parameter, the failure has\n                   significant impact on RDBMS performance or\n                   availability, and is shown in the\n                   rdbmsDbLimitedResource table.')
52rdbmsDbParamEntry = MibTableRow((1, 3, 6, 1, 2, 1, 39, 1, 3, 1), ).setIndexNames((0, "RDBMS-MIB", "rdbmsDbIndex"), (0, "RDBMS-MIB", "rdbmsDbParamName"), (0, "RDBMS-MIB", "rdbmsDbParamSubIndex"))
53if mibBuilder.loadTexts: rdbmsDbParamEntry.setDescription("An entry for a single configuration parameter for a database.\n           Parameters with single values have a subindex value of one.\n           If the parameter is naturally considered to contain a\n           variable number of members of a class, e.g.  members of the\n           DBA user group, or files which are part of the database, then\n           it must be presented as a set of rows.  If, on the other\n           hand, the parameter represents a set of choices from a class,\n           e.g. the permissions on a file or the options chosen out of\n           the set of all options allowed, AND is guaranteed to always\n           fit in the 255 character length of a DisplayString, then it\n           may be presented as a comma separated list with a subindex\n           value of one.  Zero may not be used as a subindex value.\n\n           If the database is not actively opened, then attempts\n           to access corresponding instances in this table may result in\n           either noSuchName (SNMPv1) or noSuchInstance (SNMPv2).\n           'Actively opened' means at least one of the\n           rdbmsRelState entries for this database in the rdbmsRelTable\n           is active(2).")
54rdbmsDbParamName = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 3, 1, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(1,64)))
55if mibBuilder.loadTexts: rdbmsDbParamName.setDescription('The name of a configuration parameter for a database.  This\n           name is product-specific.  The length is limited to 64\n           characters to constrain the number of sub-identifiers needed\n           for instance identification (and to minimize network\n           traffic).')
56rdbmsDbParamSubIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 3, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1,2147483647)))
57if mibBuilder.loadTexts: rdbmsDbParamSubIndex.setDescription('The subindex value for this parameter.  If the parameter is\n           naturally considered to contain a variable number of members\n           of a class, e.g.  members of the DBA user group, or files\n           which are part of the database, then it must be presented as\n           a set of rows.  If, on the other hand, the parameter\n           represents a set of choices from a class, e.g. the\n           permissions on a file or the options chosen out of the set of\n           all options allowed, AND is guaranteed to always fit in the\n           255 character length of a DisplayString, then it may be\n           presented as a comma separated list with a subindex value of\n           one.  Zero may not be used as a value.')
58rdbmsDbParamID = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 3, 1, 3), AutonomousType()).setMaxAccess("readonly")
59if mibBuilder.loadTexts: rdbmsDbParamID.setDescription('The ID of the parameter which may be described in some other\n           MIB (e.g., an enterprise-specific MIB module).  If there is\n           no ID for this rdbmsDbParamName, attempts to access this\n           object will return noSuchName (SNMPv1) or noSuchInstance\n           (SNMPv2).')
60rdbmsDbParamCurrValue = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 3, 1, 4), DisplayString()).setMaxAccess("readwrite")
61if mibBuilder.loadTexts: rdbmsDbParamCurrValue.setDescription('The value for a configuration parameter now in effect, the\n           actual setting for the database.  While there may multiple\n           values in the temporal domain of interest (for instance, the\n           value to take effect at the next restart), this is the\n           current setting.\n\n           Note that a compliant agent does not need to\n           allow write access to this object.')
62rdbmsDbParamComment = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 3, 1, 5), DisplayString()).setMaxAccess("readwrite")
63if mibBuilder.loadTexts: rdbmsDbParamComment.setDescription("Annotation which describes the purpose of a configuration\n           parameter or the reason for a particular parameter's\n           setting.\n\n           Note that a compliant agent does not need to\n           allow write access to this object.")
64rdbmsDbLimitedResourceTable = MibTable((1, 3, 6, 1, 2, 1, 39, 1, 4), )
65if mibBuilder.loadTexts: rdbmsDbLimitedResourceTable.setDescription('The table of limited resources that are kept per-database.')
66rdbmsDbLimitedResourceEntry = MibTableRow((1, 3, 6, 1, 2, 1, 39, 1, 4, 1), ).setIndexNames((0, "RDBMS-MIB", "rdbmsDbIndex"), (0, "RDBMS-MIB", "rdbmsDbLimitedResourceName"))
67if mibBuilder.loadTexts: rdbmsDbLimitedResourceEntry.setDescription("An entry for a single limited resource kept per-database.\n           A limited resource has maximum use determined by a parameter\n           that might or might not be changeable at run time, or visible\n           in the rdbmsDbParamTable. Examples would be the number of\n           available locks, or disk space on a partition.  Arrays of\n           resources are supported through an integer sub index, which\n           should have the value of one for single-instance names.\n\n           Limited resources that are shared across databases, are best\n           put in the rdbmsSvrLimitedResourceTable instead of this one.\n           If the database is not actively opened, then attempts to\n           access corresponding instances in this table may result in\n           either noSuchName (SNMPv1) or noSuchInstance (SNMPv2).\n           'Actively opened' means at least one of the rdbmsRelState\n           entries for this database in the rdbmsRelTable is active(2).")
68rdbmsDbLimitedResourceName = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 4, 1, 1), DisplayString())
69if mibBuilder.loadTexts: rdbmsDbLimitedResourceName.setDescription("The name of the resource, for instance 'global locks' or\n           'locks for the FOO database', or 'data space on /dev/rdsk/5s0\n           for FOO'. The length is limited to 64 characters to constrain\n           the number of sub-identifiers needed for instance\n           identification (and to minimize network traffic).")
70rdbmsDbLimitedResourceID = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 4, 1, 2), AutonomousType()).setMaxAccess("readonly")
71if mibBuilder.loadTexts: rdbmsDbLimitedResourceID.setDescription('The ID of the resource which may be described in some other\n           MIB (e.g., an enterprise-specific MIB module).  If there is\n           no ID for this rdbmsDbLimitedResourceName, attempts to access\n           this object will return noSuchName (SNMPv1) or noSuchInstance\n           (SNMPv2).')
72rdbmsDbLimitedResourceLimit = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 4, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1,2147483647))).setMaxAccess("readwrite")
73if mibBuilder.loadTexts: rdbmsDbLimitedResourceLimit.setDescription('The maximum value the resource use may attain.\n\n           Note that a compliant agent does not need to\n           allow write access to this object.')
74rdbmsDbLimitedResourceCurrent = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 4, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1,2147483647))).setMaxAccess("readonly")
75if mibBuilder.loadTexts: rdbmsDbLimitedResourceCurrent.setDescription('The current value for the resource.')
76rdbmsDbLimitedResourceHighwater = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 4, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1,2147483647))).setMaxAccess("readonly")
77if mibBuilder.loadTexts: rdbmsDbLimitedResourceHighwater.setDescription('The maximum value of the resource seen since applUpTime\n           was reset for the earliest server which has the database\n           actively opened.\n\n           If there are two servers with the database open, and the\n           oldest one dies, the proper way to invalidate the value is by\n           resetting sysUpTime.')
78rdbmsDbLimitedResourceFailures = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 4, 1, 6), Counter32()).setMaxAccess("readonly")
79if mibBuilder.loadTexts: rdbmsDbLimitedResourceFailures.setDescription('The number of times the system wanted to exceed the limit of\n           the resource since applUpTime was reset for the earliest\n           server which has the database actively opened.\n\n           If there are two servers with the DB open, and the\n           oldest one dies, the proper way to invalidate the value is by\n           resetting sysUpTime.')
80rdbmsDbLimitedResourceDescription = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 4, 1, 7), DisplayString()).setMaxAccess("readwrite")
81if mibBuilder.loadTexts: rdbmsDbLimitedResourceDescription.setDescription('A description of the resource and the meaning of the integer\n           units used for Limit, Current, and Highwater.\n\n           Note that a compliant agent does not need to\n           allow write access to this object.')
82rdbmsSrvTable = MibTable((1, 3, 6, 1, 2, 1, 39, 1, 5), )
83if mibBuilder.loadTexts: rdbmsSrvTable.setDescription('The table of database servers running or installed\n           on a system.')
84rdbmsSrvEntry = MibTableRow((1, 3, 6, 1, 2, 1, 39, 1, 5, 1), ).setIndexNames((0, "RDBMS-MIB", "applIndex"))
85if mibBuilder.loadTexts: rdbmsSrvEntry.setDescription("An entry for a single database server.  A server is an\n           independent entity that provides access to one or more\n           databases.  Failure of one does not affect access to\n           databases through any other servers.  There might be one or\n           more servers providing access to a database.  A server may be\n           a 'process' or collection of 'processes', as interpreted by\n           the product.")
86rdbmsSrvPrivateMibOID = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 5, 1, 1), ObjectIdentifier()).setMaxAccess("readonly")
87if mibBuilder.loadTexts: rdbmsSrvPrivateMibOID.setDescription('The authoritative identification for the private MIB for this\n           server, presumably based on the vendor, e.g., { enterprises\n           111 <optional subidentifiers>} for Oracle servers, {\n           enterprises 757 <optional subidentifiers>} for Ingres\n           servers, { enterprises 897 <optional subidentifiers>} for\n           Sybase servers, etc.\n\n           If no OBJECT IDENTIFIER exists for the private MIB, attempts\n           to access this object will return noSuchName (SNMPv1)\n           or noSuchInstance (SNMPv2).')
88rdbmsSrvVendorName = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 5, 1, 2), DisplayString()).setMaxAccess("readonly")
89if mibBuilder.loadTexts: rdbmsSrvVendorName.setDescription('The name of the vendor whose RDBMS manages this database,\n           for informational purposes.')
90rdbmsSrvProductName = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 5, 1, 3), DisplayString()).setMaxAccess("readonly")
91if mibBuilder.loadTexts: rdbmsSrvProductName.setDescription("The product name of this server.  This is normally the\n           vendor's formal name for the product, in product specific\n           format.")
92rdbmsSrvContact = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 5, 1, 4), DisplayString()).setMaxAccess("readwrite")
93if mibBuilder.loadTexts: rdbmsSrvContact.setDescription('The textual identification of the contact person for this\n           managed server, together with information on how to contact\n           this person.\n\n           Note: if there is no active server associated with this\n           object, an agent may need to keep this in other persistent\n           storage, e.g., a configuration file.\n\n           Note that a compliant agent does not need to\n           allow write access to this object.')
94rdbmsSrvInfoTable = MibTable((1, 3, 6, 1, 2, 1, 39, 1, 6), )
95if mibBuilder.loadTexts: rdbmsSrvInfoTable.setDescription("The table of additional information about database servers.\n\n           Entries in this table correspond to applications in the\n           APPLICATION-MIB applTable.  Some objects in that table are\n           application-specific.  When they are associated with an RDBMS\n           server in this table, the objects have the following\n           meanings.\n\n           applName - The name of this server, i.e., the process or\n           group of processes providing access to this database.  The\n           exact format will be product and host specific.\n\n           applVersion - The version number of this server, in product\n           specific format.\n\n           applOperStatus - up(1) means operational and available for\n           general use.  down(2) means the server is not available for\n           use, but is known to the agent.  The other states have broad\n           meaning, and may need to be supplemented by the vendor\n           private MIB.  Halted(3) implies an administrative state of\n           unavailability.  Congested(4) implies a resource or or\n           administrative limit is prohibiting new inbound associations.\n           The 'available soon' description of restarting(5) may include\n           an indeterminate amount of recovery.\n\n           applLastChange is the time the agent noticed the most recent\n           change to applOperStatus.\n\n           applInboundAssociation is the number of currently active\n           local and remote conversations (usually SQL connects).\n\n           applOutboundAssociations is not provided by this MIB.\n\n           applAccumulatedInboundAssociations is the total number of\n           local and remote conversations started since the server came\n           up.\n\n           applAccumulatedOutbound associations is not provided by this\n           MIB.\n\n           applLastInboundActivity is the time the most recent local or\n           remote conversation was attempted or disconnected.\n\n           applLastOutboundActivity is not provided by this MIB.\n\n           applRejectedInboundAssociations is the number of local or\n           remote conversations rejected by the server for\n           administrative reasons or because of resource limitations.\n\n           applFailedOutboundAssociations is not provided by this MIB.")
96rdbmsSrvInfoEntry = MibTableRow((1, 3, 6, 1, 2, 1, 39, 1, 6, 1), ).setIndexNames((0, "RDBMS-MIB", "applIndex"))
97if mibBuilder.loadTexts: rdbmsSrvInfoEntry.setDescription("Information that must be present for a single 'up' database\n           server, with visibility determined by the value of the\n           corresponding applOperStatus object.  If an instance of\n           applOperStatus is not up(1), then attempts to access\n           corresponding instances in this table may result in either\n           noSuchName (SNMPv1) or noSuchInstance (SNMPv2) being returned\n           by the agent.")
98rdbmsSrvInfoStartupTime = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 6, 1, 1), DateAndTime()).setMaxAccess("readonly")
99if mibBuilder.loadTexts: rdbmsSrvInfoStartupTime.setDescription('The date and time at which this server was last started.')
100rdbmsSrvInfoFinishedTransactions = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 6, 1, 2), Gauge32()).setMaxAccess("readonly")
101if mibBuilder.loadTexts: rdbmsSrvInfoFinishedTransactions.setDescription('The number of transactions visible to this server that have\n           been completed by either commit or abort.  Some database\n           operations, such as read-only queries, may not result in the\n           creation of a transaction.')
102rdbmsSrvInfoDiskReads = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 6, 1, 3), Counter32()).setMaxAccess("readonly")
103if mibBuilder.loadTexts: rdbmsSrvInfoDiskReads.setDescription('The total number of reads of database files issued to the\n           operating system by this server since startup.  Numbers are\n           not comparable between products.  What constitutes a\n           readand how it is accounted is product-specific.')
104rdbmsSrvInfoLogicalReads = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 6, 1, 4), Counter32()).setMaxAccess("readonly")
105if mibBuilder.loadTexts: rdbmsSrvInfoLogicalReads.setDescription('The total number of logical reads of database files made\n           internally by this server since startup.  The values of this\n           object and those of rdbmsSrvInfoDiskReads reveal the effect\n           of caching on read operation. Numbers are not comparable\n           between products, and may only be meaningful when aggregated\n           across all servers sharing a common cache.')
106rdbmsSrvInfoDiskWrites = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 6, 1, 5), Counter32()).setMaxAccess("readonly")
107if mibBuilder.loadTexts: rdbmsSrvInfoDiskWrites.setDescription('The total number of writes to database files issued to the\n           operating system by this server since startup.  Numbers are\n           not comparable between products.')
108rdbmsSrvInfoLogicalWrites = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 6, 1, 6), Counter32()).setMaxAccess("readonly")
109if mibBuilder.loadTexts: rdbmsSrvInfoLogicalWrites.setDescription("The total number of times parts of the database files have\n           been marked 'dirty' and in need of writing to the disk.  This\n           value and rdbmsSrvInfoDiskWrites give some indication of the\n           effect of 'write-behind' strategies in reducing the number of\n           disk writes compared to database operations.  Because the\n           writes may be done by servers other than those marking the\n           parts of the database files dirty, these values may only be\n           meaningful when aggregated across all servers sharing a\n           common cache.  Numbers are not comparable between products.")
110rdbmsSrvInfoPageReads = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 6, 1, 7), Counter32()).setMaxAccess("readonly")
111if mibBuilder.loadTexts: rdbmsSrvInfoPageReads.setDescription("The total number of pages in database files read by this\n           server since startup.  'Pages' are product specific units of\n           disk i/o operations.  This value, along with\n           rdbmsSrvInfoDiskReads, reveals the effect of any grouping\n           read-ahead that may be used to enhance performance of some\n           queries, such as scans.")
112rdbmsSrvInfoPageWrites = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 6, 1, 8), Counter32()).setMaxAccess("readonly")
113if mibBuilder.loadTexts: rdbmsSrvInfoPageWrites.setDescription('The total number of pages in database files written by this\n           server since startup.  Pages are product-specific units of\n           disk I/O.  This value, with rdbmsSrvInfoDiskWrites, shows the\n           effect of write strategies that collapse logical writes of\n           contiguous pages into single calls to the operating system.')
114rdbmsSrvInfoDiskOutOfSpaces = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 6, 1, 9), Counter32()).setMaxAccess("readonly")
115if mibBuilder.loadTexts: rdbmsSrvInfoDiskOutOfSpaces.setDescription('The total number of times the server has been unable to\n           obtain disk space that it wanted, since server startup.  This\n           would be inspected by an agent on receipt of an\n           rdbmsOutOfSpace trap.')
116rdbmsSrvInfoHandledRequests = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 6, 1, 10), Counter32()).setMaxAccess("readonly")
117if mibBuilder.loadTexts: rdbmsSrvInfoHandledRequests.setDescription("The total number of requests made to the server on inbound\n           associations.  The meaning of 'requests' is product specific,\n           and is not comparable between products.\n\n           This is intended to encapsulate high level semantic\n           operations between clients and servers, or between peers.\n           For instance, one request might correspond to a 'select' or\n           an 'insert' statement.  It is not intended to capture disk\n           i/o described in rdbmsSrvInfoDiskReads and\n           rdbmsSrvInfoDiskWrites.")
118rdbmsSrvInfoRequestRecvs = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 6, 1, 11), Counter32()).setMaxAccess("readonly")
119if mibBuilder.loadTexts: rdbmsSrvInfoRequestRecvs.setDescription("The number of receive operations made processing any requests\n           on inbound associations. The meaning of operations is product\n           specific, and is not comparable between products.\n\n           This is intended to capture lower-level i/o operations than\n           shown by HandledRequests, between clients and servers, or\n           between peers.  For instance, it might roughly correspond to\n           the amount of data given with an 'insert' statement.  It is\n           not intended to capture disk i/o described in\n           rdbmsSrvInfoDiskReads and rdbmsSrvInfoDiskWrites.")
120rdbmsSrvInfoRequestSends = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 6, 1, 12), Counter32()).setMaxAccess("readonly")
121if mibBuilder.loadTexts: rdbmsSrvInfoRequestSends.setDescription("The number of send operations made processing requests\n           handled on inbound associations.  The meaning of operations\n           is product specific, and is not comparable between products.\n           This is intended to capture lower-level i/o operations than\n           shown by HandledRequests, between between clients and\n           servers, or between peers.  It might roughly correspond to\n           the number of rows returned by a 'select' statement.  It is\n           not intended to capture disk i/o described in DiskReads.")
122rdbmsSrvInfoHighwaterInboundAssociations = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 6, 1, 13), Gauge32()).setMaxAccess("readonly")
123if mibBuilder.loadTexts: rdbmsSrvInfoHighwaterInboundAssociations.setDescription('The greatest number of inbound associations that have been\n           simultaneously open to this server since startup.')
124rdbmsSrvInfoMaxInboundAssociations = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 6, 1, 14), Gauge32()).setMaxAccess("readwrite")
125if mibBuilder.loadTexts: rdbmsSrvInfoMaxInboundAssociations.setDescription('The greatest number of inbound associations that can be\n           simultaneously open with this server.  If there is no limit,\n           then the value should be zero.\n\n           Note that a compliant agent does not need to\n           allow write access to this object.')
126rdbmsSrvParamTable = MibTable((1, 3, 6, 1, 2, 1, 39, 1, 7), )
127if mibBuilder.loadTexts: rdbmsSrvParamTable.setDescription('The table of configuration parameters for a server.  Entries\n           should be populated according to the following guidelines:\n           (1) The value should be specified through administrative\n               (human) intervention.\n           (2) It should be configured on a per-server or a more global\n               basis, with duplicate entries for each server sharing\n               use of the parameter.\n           (3) One of the following is true:\n               (a) The parameter has a non-numeric value;\n               (b) The current value is numeric, but it only changes due\n                   to human intervention;\n\n               (c) The current value is numeric and dynamic, but the\n                   RDBMS does not track access/allocation failures\n                   related to the parameter;\n               (d) The current value is numeric and dynamic, the\n                   RDBMS tracks changes in access/allocation failures\n                   related to the parameter, but the failure has no\n                   significant impact on RDBMS performance or\n                   availability.\n               (e) The current value is numeric and dynamic, the\n                   RDBMS tracks changes in access/allocation failures\n                   related to the parameter, the failure has\n                   significant impact on RDBMS performance or\n                   availability, and is shown in the\n                   rdbmsSrvLimitedResource table.')
128rdbmsSrvParamEntry = MibTableRow((1, 3, 6, 1, 2, 1, 39, 1, 7, 1), ).setIndexNames((0, "RDBMS-MIB", "applIndex"), (0, "RDBMS-MIB", "rdbmsSrvParamName"), (0, "RDBMS-MIB", "rdbmsSrvParamSubIndex"))
129if mibBuilder.loadTexts: rdbmsSrvParamEntry.setDescription('An entry for a single configuration parameter for a server.\n           Parameters with single values have a subindex value of one.\n           If the parameter is naturally considered to contain a\n           variable number of members of a class, e.g.  members of the\n           DBA user group, or tracepoints active in the server, then it\n           must be presented as a set of rows.  If, on the other hand,\n           the parameter represents a set of choices from a class,\n           e.g. the permissions on a file or the options chosen out of\n           the set of all options allowed, AND is guaranteed to always\n           fit in the 255 character length of a DisplayString, then it\n           may be presented as a comma separated list with a subindex\n           value of one.  Zero may not be used as a subindex value.\n\n           Entries for a server must be present if the value of the\n           corresponding applOperStatus object is up(1).  If an instance\n           of applOperStatus is not up(1), then attempts to access\n           corresponding instances in this table may result in either\n           noSuchName (SNMPv1) or noSuchInstance (SNMPv2) being returned\n           by the agent.')
130rdbmsSrvParamName = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 7, 1, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(1,64)))
131if mibBuilder.loadTexts: rdbmsSrvParamName.setDescription('The name of a configuration parameter for a server.  This\n           name is product-specific. The length is limited to 64\n           characters to constrain the number of sub-identifiers needed\n           for instance identification (and to minimize network\n           traffic).')
132rdbmsSrvParamSubIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 7, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1,2147483647)))
133if mibBuilder.loadTexts: rdbmsSrvParamSubIndex.setDescription('The subindex value for this parameter.  If the parameter is\n           naturally considered to contain a variable number of members\n           of a class, e.g.  members of the DBA user group, or files\n           which are part of the database, then it must be presented as\n           a set of rows.  If, on the other hand, the parameter\n           represents a set of choices from a class, e.g. the\n           permissions on a file or the options chosen out of the set of\n           all options allowed, AND is guaranteed to always fit in the\n           255 character length of a DisplayString, then it may be\n           presented as a comma separated list with a subindex value of\n           one.  Zero may not be used as a value.')
134rdbmsSrvParamID = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 7, 1, 3), AutonomousType()).setMaxAccess("readonly")
135if mibBuilder.loadTexts: rdbmsSrvParamID.setDescription('The ID of the parameter which may be described in some\n           other MIB.  If there is no ID for this rdbmsSrvParamName,\n           attempts to access this object will return noSuchName\n           (SNMPv1) or noSuchInstance (SNMPv2).')
136rdbmsSrvParamCurrValue = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 7, 1, 4), DisplayString()).setMaxAccess("readwrite")
137if mibBuilder.loadTexts: rdbmsSrvParamCurrValue.setDescription('The value for a configuration parameter now in effect, the\n           actual setting for the server.  While there may multiple\n           values in the temporal domain of interest (for instance, the\n           value to take effect at the next restart), this is the\n           current setting.\n\n           Note that a compliant agent does not need to\n           allow write access to this object.')
138rdbmsSrvParamComment = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 7, 1, 5), DisplayString()).setMaxAccess("readwrite")
139if mibBuilder.loadTexts: rdbmsSrvParamComment.setDescription("Annotation which describes the purpose of a configuration\n           parameter or the reason for a particular parameter's\n           setting.\n\n           Note that a compliant agent does not need to\n           allow write access to this object.")
140rdbmsSrvLimitedResourceTable = MibTable((1, 3, 6, 1, 2, 1, 39, 1, 8), )
141if mibBuilder.loadTexts: rdbmsSrvLimitedResourceTable.setDescription('The table of limited resources relevant to a server.')
142rdbmsSrvLimitedResourceEntry = MibTableRow((1, 3, 6, 1, 2, 1, 39, 1, 8, 1), ).setIndexNames((0, "RDBMS-MIB", "applIndex"), (0, "RDBMS-MIB", "rdbmsSrvLimitedResourceName"))
143if mibBuilder.loadTexts: rdbmsSrvLimitedResourceEntry.setDescription('An entry for a single limited resource kept by the server.\n           A limited resource has maximum use determined by a parameter\n           that might or might not changeable at run time, or visible in\n           the rbmsSrvParamTable.  Examples would be the number of\n           available locks, or number of concurrent executions allowed\n           in a server.  Arrays of resources are supported through an\n           integer subindex, which should have the value of one for\n           single-instance names.\n\n           Limited resources that are shared across servers or databases\n           are best duplicated in this table across\n           all servers accessing the resource.')
144rdbmsSrvLimitedResourceName = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 8, 1, 1), DisplayString())
145if mibBuilder.loadTexts: rdbmsSrvLimitedResourceName.setDescription("The name of the resource, for instance 'threads' or\n           'semaphores', or 'buffer pages'")
146rdbmsSrvLimitedResourceID = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 8, 1, 2), AutonomousType()).setMaxAccess("readonly")
147if mibBuilder.loadTexts: rdbmsSrvLimitedResourceID.setDescription('The ID of the resource which may be described in some other\n           MIB.  If there is no ID for this rdbmsSrvLimitedResourceName,\n           attempts to access this object will return noSuchName\n           (SNMPv1) or noSuchInstance (SNMPv2).')
148rdbmsSrvLimitedResourceLimit = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 8, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1,2147483647))).setMaxAccess("readwrite")
149if mibBuilder.loadTexts: rdbmsSrvLimitedResourceLimit.setDescription('The maximum value the resource use may attain.\n\n           Note that a compliant agent does not need to\n           allow write access to this object.')
150rdbmsSrvLimitedResourceCurrent = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 8, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1,2147483647))).setMaxAccess("readonly")
151if mibBuilder.loadTexts: rdbmsSrvLimitedResourceCurrent.setDescription('The current value for the resource.')
152rdbmsSrvLimitedResourceHighwater = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 8, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1,2147483647))).setMaxAccess("readonly")
153if mibBuilder.loadTexts: rdbmsSrvLimitedResourceHighwater.setDescription('The maximum value of the resource seen since applUpTime\n           was reset.')
154rdbmsSrvLimitedResourceFailures = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 8, 1, 6), Counter32()).setMaxAccess("readonly")
155if mibBuilder.loadTexts: rdbmsSrvLimitedResourceFailures.setDescription('The number of times the system wanted to exceed the limit of\n           the resource since applUpTime was reset.')
156rdbmsSrvLimitedResourceDescription = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 8, 1, 7), DisplayString()).setMaxAccess("readwrite")
157if mibBuilder.loadTexts: rdbmsSrvLimitedResourceDescription.setDescription('A description of the resource and the meaning of the integer\n           units used for Limit, Current, and Highwater.\n\n           Note that a compliant agent does not need to\n           allow write access to this object.')
158rdbmsRelTable = MibTable((1, 3, 6, 1, 2, 1, 39, 1, 9), )
159if mibBuilder.loadTexts: rdbmsRelTable.setDescription('A table relating databases and servers present on a host.')
160rdbmsRelEntry = MibTableRow((1, 3, 6, 1, 2, 1, 39, 1, 9, 1), ).setIndexNames((0, "RDBMS-MIB", "rdbmsDbIndex"), (0, "RDBMS-MIB", "applIndex"))
161if mibBuilder.loadTexts: rdbmsRelEntry.setDescription("An entry relating a single database server to a single\n           database to which it may provide access.  The table is\n           indexed first by the index of rdbmsDbTable, and then\n           rdbmsSrvTable, so that all servers capable of providing\n           access to a given database may be found by SNMP traversal\n           operations (get-next and get-bulk).  The makeup of this table\n           depends on the product's architecture, e.g. if it is one\n           server - many databases, then each server will appear n\n           times, where n is the number of databases it may access, and\n           each database will appear once.  If the architecture is one\n           database - many servers, then each server will appear once\n           and each database will appear n times, where n is the number\n           of servers that may be accessing it.")
162rdbmsRelState = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 9, 1, 1), Integer32().subtype(subtypeSpec=SingleValueConstraint(1, 2, 3, 4, 5,)).clone(namedValues=NamedValues(("other", 1), ("active", 2), ("available", 3), ("restricted", 4), ("unavailable", 5),))).setMaxAccess("readonly")
163if mibBuilder.loadTexts: rdbmsRelState.setDescription("The state of this server's access to this database.\n           Active(2) means the server is actively using the database.\n           Available(3) means the server could use the database if\n           necessary.  Restricted(4) means the database is in some\n           administratively determined state of less-than-complete\n           availability.  Unavailable(5) means the database is not\n           available through this server.  Other(1) means the\n           database/server is in some other condition, possibly\n           described in the vendor private MIB.")
164rdbmsRelActiveTime = MibTableColumn((1, 3, 6, 1, 2, 1, 39, 1, 9, 1, 2), DateAndTime()).setMaxAccess("readonly")
165if mibBuilder.loadTexts: rdbmsRelActiveTime.setDescription('The time the database was made active by the server.  If an\n           instance of rdbmsRelState is not active(1), then attempts to\n           access the corresponding instance of this object may result\n           in either noSuchName (SNMPv1) or noSuchInstance (SNMPv2)\n           being returned by the agent.')
166rdbmsWellKnownLimitedResources = MibIdentifier((1, 3, 6, 1, 2, 1, 39, 1, 10))
167rdbmsLogSpace = ObjectIdentity((1, 3, 6, 1, 2, 1, 39, 1, 10, 1))
168if mibBuilder.loadTexts: rdbmsLogSpace.setDescription('Storage allocated for redo and undo logs.')
169rdbmsTraps = MibIdentifier((1, 3, 6, 1, 2, 1, 39, 2))
170rdbmsStateChange = NotificationType((1, 3, 6, 1, 2, 1, 39, 2, 1)).setObjects(*(("RDBMS-MIB", "rdbmsRelState"),))
171if mibBuilder.loadTexts: rdbmsStateChange.setDescription('An rdbmsStateChange trap signifies that one of the database\n           server/databases managed by this agent has changed its\n           rdbmsRelState in a way that makes it less accessible for use.\n           For these purposes, both active(2) and available(3) are\n           considered fully accessible.  The state sent with the trap is\n           the new, less accessible state.')
172rdbmsOutOfSpace = NotificationType((1, 3, 6, 1, 2, 1, 39, 2, 2)).setObjects(*(("RDBMS-MIB", "rdbmsSrvInfoDiskOutOfSpaces"),))
173if mibBuilder.loadTexts: rdbmsOutOfSpace.setDescription('An rdbmsOutOfSpace trap signifies that one of the database\n           servers managed by this agent has been unable to allocate\n           space for one of the databases managed by this agent.  Care\n           should be taken to avoid flooding the network with these\n           traps.')
174rdbmsConformance = MibIdentifier((1, 3, 6, 1, 2, 1, 39, 3))
175rdbmsCompliances = MibIdentifier((1, 3, 6, 1, 2, 1, 39, 3, 1))
176rdbmsGroups = MibIdentifier((1, 3, 6, 1, 2, 1, 39, 3, 2))
177rdbmsCompliance = ModuleCompliance((1, 3, 6, 1, 2, 1, 39, 3, 1, 1)).setObjects(*(("HOST-RESOURCES-MIB", "hrSystem"), ("APPLICATION-MIB", "applGroup"), ("RDBMS-MIB", "rdbmsGroup"), ("RDBMS-MIB", "rdbmsGroup"),))
178if mibBuilder.loadTexts: rdbmsCompliance.setDescription('The compliance statement for SNMP entities which\n           implement the RDBMS MIB')
179rdbmsGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 39, 3, 2, 1)).setObjects(*(("RDBMS-MIB", "rdbmsDbPrivateMibOID"), ("RDBMS-MIB", "rdbmsDbVendorName"), ("RDBMS-MIB", "rdbmsDbName"), ("RDBMS-MIB", "rdbmsDbContact"), ("RDBMS-MIB", "rdbmsDbInfoProductName"), ("RDBMS-MIB", "rdbmsDbInfoVersion"), ("RDBMS-MIB", "rdbmsDbInfoSizeUnits"), ("RDBMS-MIB", "rdbmsDbInfoSizeAllocated"), ("RDBMS-MIB", "rdbmsDbInfoSizeUsed"), ("RDBMS-MIB", "rdbmsDbInfoLastBackup"), ("RDBMS-MIB", "rdbmsDbParamCurrValue"), ("RDBMS-MIB", "rdbmsDbParamComment"), ("RDBMS-MIB", "rdbmsDbLimitedResourceLimit"), ("RDBMS-MIB", "rdbmsDbLimitedResourceCurrent"), ("RDBMS-MIB", "rdbmsDbLimitedResourceHighwater"), ("RDBMS-MIB", "rdbmsDbLimitedResourceFailures"), ("RDBMS-MIB", "rdbmsDbLimitedResourceDescription"), ("RDBMS-MIB", "rdbmsSrvPrivateMibOID"), ("RDBMS-MIB", "rdbmsSrvVendorName"), ("RDBMS-MIB", "rdbmsSrvProductName"), ("RDBMS-MIB", "rdbmsSrvContact"), ("RDBMS-MIB", "rdbmsSrvInfoStartupTime"), ("RDBMS-MIB", "rdbmsSrvInfoFinishedTransactions"), ("RDBMS-MIB", "rdbmsSrvInfoDiskReads"), ("RDBMS-MIB", "rdbmsSrvInfoDiskWrites"), ("RDBMS-MIB", "rdbmsSrvInfoLogicalReads"), ("RDBMS-MIB", "rdbmsSrvInfoLogicalWrites"), ("RDBMS-MIB", "rdbmsSrvInfoPageReads"), ("RDBMS-MIB", "rdbmsSrvInfoPageWrites"), ("RDBMS-MIB", "rdbmsSrvInfoHandledRequests"), ("RDBMS-MIB", "rdbmsSrvInfoRequestRecvs"), ("RDBMS-MIB", "rdbmsSrvInfoRequestSends"), ("RDBMS-MIB", "rdbmsSrvInfoHighwaterInboundAssociations"), ("RDBMS-MIB", "rdbmsSrvInfoMaxInboundAssociations"), ("RDBMS-MIB", "rdbmsSrvParamCurrValue"), ("RDBMS-MIB", "rdbmsSrvParamComment"), ("RDBMS-MIB", "rdbmsSrvLimitedResourceLimit"), ("RDBMS-MIB", "rdbmsSrvLimitedResourceCurrent"), ("RDBMS-MIB", "rdbmsSrvLimitedResourceHighwater"), ("RDBMS-MIB", "rdbmsSrvLimitedResourceFailures"), ("RDBMS-MIB", "rdbmsSrvLimitedResourceDescription"), ("RDBMS-MIB", "rdbmsRelState"), ("RDBMS-MIB", "rdbmsRelActiveTime"),))
180if mibBuilder.loadTexts: rdbmsGroup.setDescription('A collection of objects providing basic instrumentation of an\n           RDBMS entity.')
181mibBuilder.exportSymbols("RDBMS-MIB", rdbmsDbLimitedResourceFailures=rdbmsDbLimitedResourceFailures, rdbmsDbParamID=rdbmsDbParamID, rdbmsSrvParamSubIndex=rdbmsSrvParamSubIndex, rdbmsSrvVendorName=rdbmsSrvVendorName, rdbmsOutOfSpace=rdbmsOutOfSpace, rdbmsDbLimitedResourceDescription=rdbmsDbLimitedResourceDescription, rdbmsDbParamSubIndex=rdbmsDbParamSubIndex, rdbmsTraps=rdbmsTraps, rdbmsDbInfoVersion=rdbmsDbInfoVersion, rdbmsDbPrivateMibOID=rdbmsDbPrivateMibOID, rdbmsDbInfoProductName=rdbmsDbInfoProductName, rdbmsDbParamComment=rdbmsDbParamComment, rdbmsConformance=rdbmsConformance, rdbmsLogSpace=rdbmsLogSpace, rdbmsCompliance=rdbmsCompliance, rdbmsDbParamTable=rdbmsDbParamTable, rdbmsSrvInfoRequestSends=rdbmsSrvInfoRequestSends, rdbmsDbIndex=rdbmsDbIndex, rdbmsDbLimitedResourceName=rdbmsDbLimitedResourceName, rdbmsDbParamEntry=rdbmsDbParamEntry, rdbmsDbLimitedResourceID=rdbmsDbLimitedResourceID, rdbmsSrvParamName=rdbmsSrvParamName, rdbmsSrvLimitedResourceLimit=rdbmsSrvLimitedResourceLimit, rdbmsGroup=rdbmsGroup, rdbmsSrvProductName=rdbmsSrvProductName, rdbmsSrvInfoStartupTime=rdbmsSrvInfoStartupTime, rdbmsMIB=rdbmsMIB, rdbmsObjects=rdbmsObjects, rdbmsSrvInfoTable=rdbmsSrvInfoTable, rdbmsSrvTable=rdbmsSrvTable, rdbmsSrvLimitedResourceEntry=rdbmsSrvLimitedResourceEntry, rdbmsDbVendorName=rdbmsDbVendorName, rdbmsSrvLimitedResourceHighwater=rdbmsSrvLimitedResourceHighwater, rdbmsSrvInfoDiskReads=rdbmsSrvInfoDiskReads, rdbmsDbInfoSizeAllocated=rdbmsDbInfoSizeAllocated, rdbmsDbLimitedResourceCurrent=rdbmsDbLimitedResourceCurrent, rdbmsDbInfoSizeUsed=rdbmsDbInfoSizeUsed, rdbmsGroups=rdbmsGroups, rdbmsDbInfoSizeUnits=rdbmsDbInfoSizeUnits, rdbmsDbInfoLastBackup=rdbmsDbInfoLastBackup, rdbmsSrvLimitedResourceTable=rdbmsSrvLimitedResourceTable, rdbmsDbTable=rdbmsDbTable, rdbmsDbEntry=rdbmsDbEntry, rdbmsSrvContact=rdbmsSrvContact, rdbmsSrvParamCurrValue=rdbmsSrvParamCurrValue, rdbmsDbInfoTable=rdbmsDbInfoTable, rdbmsSrvLimitedResourceFailures=rdbmsSrvLimitedResourceFailures, PYSNMP_MODULE_ID=rdbmsMIB, rdbmsDbContact=rdbmsDbContact, rdbmsSrvInfoPageWrites=rdbmsSrvInfoPageWrites, rdbmsSrvInfoEntry=rdbmsSrvInfoEntry, rdbmsDbParamCurrValue=rdbmsDbParamCurrValue, rdbmsSrvParamTable=rdbmsSrvParamTable, rdbmsSrvInfoHandledRequests=rdbmsSrvInfoHandledRequests, rdbmsSrvLimitedResourceID=rdbmsSrvLimitedResourceID, rdbmsSrvInfoLogicalReads=rdbmsSrvInfoLogicalReads, rdbmsWellKnownLimitedResources=rdbmsWellKnownLimitedResources, rdbmsSrvInfoHighwaterInboundAssociations=rdbmsSrvInfoHighwaterInboundAssociations, rdbmsSrvParamID=rdbmsSrvParamID, rdbmsSrvInfoFinishedTransactions=rdbmsSrvInfoFinishedTransactions, rdbmsDbLimitedResourceEntry=rdbmsDbLimitedResourceEntry, rdbmsDbName=rdbmsDbName, rdbmsRelActiveTime=rdbmsRelActiveTime, rdbmsSrvInfoMaxInboundAssociations=rdbmsSrvInfoMaxInboundAssociations, rdbmsSrvParamEntry=rdbmsSrvParamEntry, rdbmsDbLimitedResourceHighwater=rdbmsDbLimitedResourceHighwater, rdbmsSrvInfoDiskOutOfSpaces=rdbmsSrvInfoDiskOutOfSpaces, rdbmsSrvPrivateMibOID=rdbmsSrvPrivateMibOID, rdbmsSrvParamComment=rdbmsSrvParamComment, rdbmsDbParamName=rdbmsDbParamName, rdbmsSrvLimitedResourceName=rdbmsSrvLimitedResourceName, rdbmsSrvInfoPageReads=rdbmsSrvInfoPageReads, rdbmsSrvInfoRequestRecvs=rdbmsSrvInfoRequestRecvs, rdbmsDbLimitedResourceLimit=rdbmsDbLimitedResourceLimit, rdbmsCompliances=rdbmsCompliances, rdbmsSrvInfoLogicalWrites=rdbmsSrvInfoLogicalWrites, rdbmsDbInfoEntry=rdbmsDbInfoEntry, rdbmsSrvLimitedResourceCurrent=rdbmsSrvLimitedResourceCurrent, rdbmsDbLimitedResourceTable=rdbmsDbLimitedResourceTable, rdbmsSrvInfoDiskWrites=rdbmsSrvInfoDiskWrites, rdbmsRelEntry=rdbmsRelEntry, rdbmsStateChange=rdbmsStateChange, rdbmsSrvEntry=rdbmsSrvEntry, rdbmsRelState=rdbmsRelState, rdbmsSrvLimitedResourceDescription=rdbmsSrvLimitedResourceDescription, rdbmsRelTable=rdbmsRelTable)
182