Search notes:

ORA-30009: Not enough memory for CONNECT BY operation

create table tq84_100_000_records as
select
   level  id,
   lpad('x', 1000, 'x') val
from
   dual connect by level <= 1e7;

See also

The prior clause of hierarchical queries using start with and connect by.
Forcing an SQL statement to execute a given amount of time.
Other Oracle error messages

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...', 1740444891, '3.138.119.7', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/errors/ORA-30009_Not-enough-memory-for-CONNECT-BY-operation(46): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78