ORA-00600 [pesldl02_Make_Object: not writable: errno 28 errmsg No space lef] Running the utlrp.sql

The utlrp.sql execution fails with the errors:


ORA-07445: exception encountered: core dump [__intel_new_memcpy()+5497] [SIGBUS] [ADDR:0x2AD587BC7000] [PC:0x47F9BB9] [Non-existent physical address] []
ORA-00600: internal error code, arguments: [pesldl02_Make_Object: not writable: errno 28 errmsg No space lef], [], [], [], [], [], [], [], [], [], [], []


When the plsql_code_type is set to NATIVE, the native cache is "stored" in tmpfs - > /dev/shm

So, if the device has not enough space, the errors are returned
 


SOLUTION
1. Increase the space in /dev/shm

or

2. Change the native cache to other directory wit enough space using the parameter _ncomp_shared_objects_dir




If you like please follow and comment