from a blocked process report I get a wait resource as follows "OBJECT: 6:1647722064:12". Now I am trying to decode this. However I haven't found helpful information on this on the web or here in Stack Overflow.
The first two parts are possible to guess:
- 6 should be the database id
- 1647722064 probably is the object id
But what does the number 12 refer to? There is no index with id 12 and it is not a partitioned table either?
Any hints how to decode this wait information correctly?
Thanks a lot in advance
Martin