oracle_locking_latches_mutexes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
oracle_locking_latches_mutexes [2021/01/07 18:45] – [Enqueues] andonovjoracle_locking_latches_mutexes [2021/01/07 18:48] (current) – [Enqueues] andonovj
Line 398: Line 398:
 Enqueues are your standard locks and they come in several tyes: Enqueues are your standard locks and they come in several tyes:
  
-  * TX Transaction lock: mode 6: data modification, mode 4: setting tablespace to read only, foreign key enforcement, unique index key enforcement, ITL space waits, and more. +  * TXTransaction lock:  
-  * TM Table modification (or locking a referenced table when the foreign key is not indexed) +  *   mode 6: data modification,  
-  * UL Lock used by user applications, a lock is requested by DBMS_LOCK.REQUEST +  *   mode 4: setting tablespace to read only, foreign key enforcement, unique index key enforcement, ITL space waits, and more. 
-  * CF Control file: actions accessing the control file, like: log switch, redo archiving, and backup +  * TMTable modification (or locking a referenced table when the foreign key is not indexed) 
-  * ST Space Transaction: dictionary-managed tablespaces within extent allocations and releases +  * ULLock used by user applications, a lock is requested by DBMS_LOCK.REQUEST 
-  * TT Temporary tablespace: parallel tablespace operations +  * CFControl file: actions accessing the control file, like: log switch, redo archiving, and backup 
-  * CI Cross-instance: data accessed from multiple instances (db link) +  * STSpace Transaction: dictionary-managed tablespaces within extent allocations and releases 
-  * HV Parallel direct-path insert+  * TTTemporary tablespace: parallel tablespace operations 
 +  * CICross-instance: data accessed from multiple instances (db link) 
 +  * HVParallel direct-path insert
  • oracle_locking_latches_mutexes.1610045122.txt.gz
  • Last modified: 2021/01/07 18:45
  • by andonovj