Andrius Vilciauskas wrote:

> How can I check is row locked by somebody ? 

Have a look into these system tables:

  sysdba.lockstatistics
  domain.locks 
  domain.lock_holder 
  domain.lock_requestor

> What is the meaning of ROWIDHEX in locks table?

It's the unique atribute (key) of the locked entry 
in hexadecimal presentation. 
So you could identified the locked object.

Kind regards,
Holger
SAP Labs Berlin
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to