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

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1741107101, '18.222.194.47', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/architecture/instance/SGA/Shared-Pool/other-components/index(66): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78