Search notes:

ORA-04030: out of process memory when trying to allocate … bytes

The ORA-04030 error indicates that a process was unable to allocate more memory from the operating system for use in the PGA.
Compare this error message with ORA-04031: unable to allocate … bytes of shared memory which indicates a similar problem for the SGA.

TODO

Setting 4030 event

alter session set events '4030 trace name heapdump level 25';

Init parameters

The sort_area_size init parameter can haave an impact on memory consumption

See also

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...', 1758206436, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/errors/ORA-out-of-process-memory-when-trying-to-allocate_bytes/index(51): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78