ITPUB
May 6, 2016 · Databases
How Oracle Handles Physical & Logical Reads with Latches and Buffer Pins
Oracle’s block access mechanism involves hashing block addresses to locate hash buckets, using CBC latches and buffer pins to coordinate logical and physical reads, and following distinct step‑by‑step procedures for non‑unique index reads, unique index reads, and write operations, ensuring concurrency safety.
Buffer CacheLatchLogical Read
0 likes · 9 min read
