Search notes:

Oracle PLAN_TABLE: column ACCESS_PREDICATES

The value of the plan_table column access_predicates lists the predicates that are used to locate rows, for example as start/stop predicates in an index range scan.
select
-- count(*),
   operation
-- options
from
   v$sql_plan
where
   access_predicates is not null
group by
    operation
--  options
order by
   operation
--
-- BITMAP INDEX
-- CONNECT BY
-- HASH JOIN
-- INDEX
-- SORT
-- TABLE ACCESS

See also

The plan_table and its column filter_predicates.

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...', 1758191884, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/SQL/statement/verbs/explain/plan_table/columns/access_predicates/index(58): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78