Home | Previous Page | Next Page   Database Reference > Configuration Parameters >

DUMPCNT

onconfig.std
value
1
if not present
1
units
Number of assertion failures
range of values
Positive integers
takes effect
When shared memory is initialized
utilities
onutil
refer to
Collecting diagnostic information in the chapter on consistency checking in the IBM Informix: Administrator's Guide

DUMPCNT specifies the number of assertion failures for which one database server thread dumps shared memory or generates a core file by calling gcore. An assertion is a test of some condition or expression with the expectation that the outcome is true. For example, the following statement illustrates the concept of an assertion failure:

if (a != b)
   assert_fail("a != b");

To modify the DUMPCNT parameter dynamically, use the onutil SET command. Example:

% onutil
1> SET DUMPCNT 
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]