Search notes:

Oracle SQL Plan operation: PX BLOCK

Options I have seen together with th PX BLOCK operation are
PX BLOCK has exactly one child. I have seen the following child operations:
create table tq84_px_block (a number, b varchar2(10));

explain plan for
select /*+ parallel */ * from tq84_px_block;

select * from table(dbms_xplan.display(format => 'basic'));
--
-- ----------------------------------------------
-- | Id  | Operation            | Name          |
-- ----------------------------------------------
-- |   0 | SELECT STATEMENT     |               |
-- |   1 |  PX COORDINATOR      |               |
-- |   2 |   PX SEND QC (RANDOM)| :TQ10000      |
-- |   3 |    PX BLOCK ITERATOR |               |
-- |   4 |     TABLE ACCESS FULL| TQ84_PX_BLOCK |
-- ----------------------------------------------

drop table tq84_px_block;

See also

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