Description | 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). |