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

DYNAMIC_LOGS

onconfig.std
value
0
range of values
0
Dormant Mode
1
Manual Mode
2
Semi-auto Mode
3
Auto Mode
takes effect
When shared memory is initialized
utilities
onutil
refer to
Logical-log chapter in the IBM Informix: Administrator's Guide

The DYNAMIC_LOGS parameter affects the server's behavior when a long transaction threatens to span the entire logical log before it has completed. Using DYNAMIC_LOGS, you can configure the server to handle this rare event by dynamically expanding the logical log.

Note that the long transaction high water marks (LTXHWM and LTXEHWM) remain enabled regardless of the value of DYNAMIC_LOGS.

To modify the DYNAMIC_LOGS parameter on the fly, use the onutil SET command. Example:

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