| re: lock escalation question
<db2group88@yahoo.com> wrote in message
news:111e249e.0407231213.78569fac@posting.google.c om...[color=blue]
> we are using db2 udb v8.1 on windows, the configure parameter for
> locks is locklist 1000, maxlocks 60, but somehow i still have the
> error message
>
> ADM5502W The escalation of "1" locks on table "SYSIBM
> .SYSSCHEMAAUTH" to lock
> intent "X" was successful.
>
> so why even one lock on table still escalate to X lock? our
> application doesn't use this table, so why there is lock on it, is it
> used by DB2? our application use default isolation CS and auto commit
> true
>[/color]
That is not any error message. It is an informational message.
I am not 100% sure, but I do believe that this is an escalation from row
level lock to table level lock. This is a different kind of escalation, for
example from SIX (share with intent exclusive) to an X lock (exclusive).
The DB2 catalog table in question keeps tracks of authorizations, so someone
probably granted access to some object. |