Search notes:

SQL*Plus: SPOOL

spool sends the output that is normally written to the console also to a file or printer, or (spool off) turns this additional output off.

See also

set termout off prevents printing output to the console, which is especially useful while spooling to a file.
spool.sql and spool_off.sql are two SQL scripts for $SQLPATH that modify SQL*Plus settings in a way that spool creates clean output.
Using spool to write DDL statements created by dbms_metadata.get_ddl to an SQL script file.
SQL*Plus

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...', 1741086252, '3.143.254.46', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/SQL-Plus/spool(45): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78