On 06/11/2007, vsaavedra <[EMAIL PROTECTED]> wrote:
> Suppose a certain table is indexed by 3 different values, IDX1, IDX2, IDX3.
> Is it possible to implement in the agent an operation to remove
> all rows whose OID is like xxx.1.1.N?
That's not something that would automatically be supported as
Suppose a certain table is indexed by 3 different values, IDX1, IDX2, IDX3.
to store values in that table we would have to set OID's like:
IDX1 = 1; IDX2 = 1; IDX3 = 1 => OID: xxx.1.1.1
IDX1 = 1; IDX2 = 1; IDX3 = 2 => OID: xxx.1.1.2
IDX1 = 1; IDX2 = 1; IDX3 = 3 => OID: xxx.1.1.3
ID