Search notes:

Oracle SQL Plan operation: TABLE ACCESS

create table tq84_tab (col_1 number, col_2 varchar2(10));

explain plan for
   select
      *
   from
      tq84_tab;

select * from table(dbms_xplan.display(format => 'basic'));

drop table tq84_tab;

See also

TABLE ACCESS is one of the plan operations where the plan_table column access_predicates is sometimes is filled with a value.
Oracle: SQL statement execution plan operations

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...', 1758192334, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/SQL/statement/execution/plan/operations/table-access/index(48): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78