Search notes:

Other components of the Shared Pool

Some «other components» of the Shared Pool (which itself is a component of the SGA) are

Enqueues

Enqueues are shared memory structures that are used as locks to serialize access to database resources.
They can be associated with a session or transaction.
Some usages of Enqueues are

Latches

Latches low-level serialization control primitives. They protect shared data structures in the SGA from simultaneous access.
Areas where latches are used include

Index