Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
oracle_locking_latches_mutexes [2021/01/07 18:45] – [Enqueues] andonovj | oracle_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, | + | * TX: Transaction lock: |
- | * TM Table modification (or locking a referenced table when the foreign key is not indexed) | + | * |
- | * UL Lock used by user applications, | + | * |
- | * CF Control file: actions accessing the control file, like: log switch, redo archiving, and backup | + | * TM: Table modification (or locking a referenced table when the foreign key is not indexed) |
- | * ST Space Transaction: | + | * UL: Lock used by user applications, |
- | * TT Temporary tablespace: parallel tablespace operations | + | * CF: Control file: actions accessing the control file, like: log switch, redo archiving, and backup |
- | * CI Cross-instance: | + | * ST: Space Transaction: |
- | * HV Parallel direct-path insert | + | * TT: Temporary tablespace: parallel tablespace operations |
+ | * CI: Cross-instance: | ||
+ | * HV: Parallel direct-path insert |