DB2 Version 9.7 for Linux, UNIX, and Windows

overflowlogpath - Overflow log path configuration parameter

This parameter specifies a location for DB2® databases to find log files needed for a rollforward operation, as well as where to store active log files retrieved from the archive. It also gives a location for finding and storing log files needed for using db2ReadLog API.

Configuration type
Database
Parameter type
Configurable online
Propagation class
Immediate
Default [range]
NULL [any valid path ]

This parameter can be used for several functions, depending on your logging requirements.

To set overflowlogpath, specify a string of up to 242 bytes. The string must point to a path name, and it must be a fully qualified path name, not a relative path name. The path name must be a directory, not a raw device. You cannot specify overflowlogpath as an empty string.

Note: In a partitioned database environment, the node number is automatically appended to the path, for example, /home/dbuser/dblogs/NODE0000/. This is done to maintain the uniqueness of the path in multiple logical node configurations.