DB2 registry variable DB2_FORCE_APP_ON_MAX_LOG affects import utility's log space usage

View profile for Raghavendra Chiyodu

Db2 LUW Product Engineer, IBM Software Labs(ISL India), Bangalore

What is the corelation between import utility and DB2_FORCE_APP_ON_MAX_LOG registry variable?(DB2 LUW) The ability of the import operation to avoid running out of active log space is affected by the Db2 registry variable DB2_FORCE_APP_ON_MAX_LOG: 1) If DB2_FORCE_APP_ON_MAX_LOG is set to FALSE and the COMMITCOUNT AUTOMATIC command option is specified, the import utility will be able to automatically avoid running out of active log space. 2) If DB2_FORCE_APP_ON_MAX_LOG is set to FALSE and the COMMITCOUNT n command option is specified, the import utility will attempt to resolve the log full condition if it encounters an SQL0964C (Transaction Log Full) while inserting or updating a record. 3) If DB2_FORCE_APP_ON_MAX_LOG is set to TRUE (which is the default), the import operation will fail f it encounters an SQL0964C while inserting or updating a record. This can occur irrespective of whether you specify COMMITCOUNT AUTOMATIC or COMMITCOUNT n.

To view or add a comment, sign in

Explore content categories