| TYPE | VARCHAR2(4) | LOCKorPIN | 
| ADDR | RAW(4 | 8) | Address of the lock/pin | 
| HOLDING_USER_SESSION | RAW(4 | 8) | User session holding this lock/pin | 
| HOLDING_SESSION | RAW(4 | 8) | Session holding this lock/pin | 
| OBJECT_HANDLE | RAW(4 | 8) | Handle address for which the lock/pin is acquired | 
| LOCK_HELD | RAW(4 | 8) | If the type is LOCK, thenLOCK_HELDrepresents the pin that is pinning the object.If the type is PIN, thenLOCK_HELDrepresents the lock that is locking the object. | 
| REFCOUNT | NUMBER | Reference count for this lock/pin | 
| MODE_HELD | NUMBER | Lock/pin mode held: 
0- No lock/pin held
1- Null mode
2- Share mode
3- Exclusive mode
 | 
| MODE_REQUESTED | NUMBER | Lock/pin mode requested: | 
| SAVEPOINT_NUMBER | NUMBER | Kernel transaction savepoint number at the time the lock/pin was acquired |