Search notes:

Oracle wait event: direct path read

A direct path read reads a data block into the PGA rather than the buffer cache.
Direct path reads are typically used for

Disabling and forcing direct path reads

MOS Note 2426051.1 lists two ways to disable direct path reads:
The note also lists two ways to force direct path reads:
But also consider the _direct_read_decision_statistics_driven parameter: if its value is true (the default), the decision is based on optimizer statistics, if false, then it is based on the actual block count value in the segment header.

See also

Bypassing the buffer cache with direct path insert and read
direct path insert
Event 10357 (?)
A direct path read is performed by the function kcbldrget
MOS Notes 50415, 2426051.1

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...', 1745346859, '160.79.110.173', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/dynamic-performance-views/event_name/list/direct-path/read(69): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78