By default, Enterprise Server does not create a core dump for run-time errors. For example, by default, if the operating system detects a memory access violation caused by your application, no core dump is produced. You must configure the system to produce a core dump for these situations.
Once you have produced a core dump, you can debug the core dump to help determine the cause of the error.
To configure the system so that it creates a core dump for run-time errors, you need to create a run-time tunable configuration file, and add the tunable configuration file's details to your Enterprise Server region.
SET CORE_ON_ERROR=131 SET CORE_FILENAME="core.%p@%t_%d"