Search notes:

Oracle PLAN_TABLE: column PROJECTION

(upd=4,5,6,7; cmp=2,3) …
(#keys=0) …
(rowset=1019) …
VALUE(A0)[4000]

rowset

(rowset=n) indicates that «this» plan step processes n rows in one batch (rather than process one row at a time).
See also events 10055 and 10123

Always NULL in DBA_HIST_SQL_PLAN

The value of projection in dba_hist_sql_plan is always null, the following query returns 0:
select
   count(*)
from
   dba_hist_sql_plan
where
   projection is not null;  

See also

plan_table

Links

Researching plan_table column projection information (rowset and count)

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...', 1758191939, '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/projection/index(62): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78