Search notes:

Oracle hint: PARALLEL

The parallel hint instructs the query engine to execute a query in parallel (if possible).
This hint overrides the parallel degree of a table and parallel parameters from the init.ora (or spfile).
Request parallel execution:
select /*+ parallel */ …
Specify a degree of parallelism (DOP):
select /*+ parallel(4) */ …
Specify a DOP for a specific table:
select /*+ parallel(sales, 4) */ …

See also

The append hint and the enable_parallel_dml and disable_parallel_dml hints.
Other hints

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...', 1758205952, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/SQL/hints/list/parallel/index(54): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78