rdbmsSrvLimitedResourceEntry
RDBMS-MIB ·
.1.3.6.1.2.1.39.1.8.1
Object
row
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.
Context
- MIB
- RDBMS-MIB
- OID
.1.3.6.1.2.1.39.1.8.1- Type
- row
- Status
- current
- Parent
- rdbmsSrvLimitedResourceTable
- Table
- rdbmsSrvLimitedResourceTable
- Children
- 7
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Child Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| rdbmsSrvLimitedResourceName The name of the resource, for instance 'threads' or
'semaphores', or 'buffer pages' | column | SNMPv2-TCDisplayString | .1.3.6.1.2.1.39.1.8.1.1 |
| rdbmsSrvLimitedResourceID 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
(SN… | column | SNMPv2-TCAutonomousType | .1.3.6.1.2.1.39.1.8.1.2 |
| rdbmsSrvLimitedResourceLimit The maximum value the resource use may attain.
Note that a compliant agent does not need to
allow write access to this object. | column | Integer32 | .1.3.6.1.2.1.39.1.8.1.3 |
| rdbmsSrvLimitedResourceCurrent The current value for the resource. | column | Integer32 | .1.3.6.1.2.1.39.1.8.1.4 |
| rdbmsSrvLimitedResourceHighwater The maximum value of the resource seen since applUpTime
was reset. | column | Integer32 | .1.3.6.1.2.1.39.1.8.1.5 |
| rdbmsSrvLimitedResourceFailures The number of times the system wanted to exceed the limit of
the resource since applUpTime was reset. | column | SNMPv2-SMICounter32 | .1.3.6.1.2.1.39.1.8.1.6 |
| rdbmsSrvLimitedResourceDescription 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 … | column | SNMPv2-TCDisplayString | .1.3.6.1.2.1.39.1.8.1.7 |
Indexes
| Object | Type | Syntax | OID |
|---|---|---|---|
| NETWORK-SERVICES-MIBapplIndex An index to uniquely identify the network service
application. This attribute is the index used for
lexicographic ordering of the table. | column | Integer32 | .1.3.6.1.2.1.27.1.1.1 |
| rdbmsSrvLimitedResourceName The name of the resource, for instance 'threads' or
'semaphores', or 'buffer pages' | column | SNMPv2-TCDisplayString | .1.3.6.1.2.1.39.1.8.1.1 |