| INDX | NUMBER | Index of the row | 
| HASH | NUMBER | Hash value | 
| ADDRESS | RAW(4 | 8) | Address of the parent object | 
| CACHE# | NUMBER | Parent cache ID | 
| CACHE_NAME | VARCHAR2(64) | Parent cache name | 
| EXISTENT | VARCHAR2(1) | Indicates whether the object is an existing object | 
| LOCK_MODE | NUMBER | Mode the lock is held in | 
| LOCK_REQUEST | NUMBER | Mode the lock is requested in | 
| TXN | RAW(4) | Transaction currently locking the object | 
| SADDR | RAW(4 | 8) | Address of the session | 
| INST_LOCK_REQUEST | NUMBER | Mode in which instance lock is being requested. This column is only relevant for Real Application Clusters. | 
| INST_LOCK_RELEASE | NUMBER | Whether the instance lock needs to be released. This column is only relevant for Real Application Clusters. | 
| INST_LOCK_TYPE | VARCHAR2(2) | Type of instance lock. This column is only relevant for Real Application Clusters. | 
| INST_LOCK_ID1 | RAW(4) | ID associated with the instance lock. This column is only relevant for Real Application Clusters. | 
| INST_LOCK_ID2 | RAW(4) | ID associated with the instance lock. This column is only relevant for Real Application Clusters. | 
| KEY | RAW(100) | Contents of the key. This column is only relevant for Real Application Clusters. |