DUMPSHMEM indicates that shared memory should be dumped on an assertion failure. All the shared memory that the database server uses is dumped; it is probably quite large. The shared-memory dump is placed in the shmem.pid.cnt file in the directory that DUMPDIR specifies.
The pid value is the process identification number for the virtual processor. The cnt value is incremented each time that this virtual processor encounters an assertion failure. The cnt value can range from 1 to the value of DUMPCNT. After the value of DUMPCNT is reached, no more files are created. If the database server continues to detect inconsistencies, errors are reported to the message log (and perhaps to the application), but no further diagnostic information is saved.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]