Ensuring that CUR_COMMIT is ON on DB2 version 9.7 and later versions
Databases that are updated from versions earlier than DB2 version 9.7 have this parameter set to DISABLED. It must be set to ON.
Install DB2 9.7 or later versions sets the cur_commit parameter to ON by default. Databases that are upgraded from a previous release have this parameter set to DISABLED. For the proper functioning of IBM Security Identity Manager and to prevent deadlocks during peak load, this parameter must be set to ON.
- Determine whether the cur_commit is set to ON. Enter the commands
db2 connect to itim_dbname user itim_dbadmin_id using itim_dbadmin_password db2 get database configuration- Look for the Currently Committed parameter CUR_COMMIT. It must be set to ON.
Currently Committed (CUR_COMMIT) = ON- If it is not set to ON, issue the following commands to enable it.
db2 update db cfg for itim_dbname using cur_commit on db2 disconnect current- Stop and start the DB2 server to set the configuration. Issue the commands
db2stop db2startIf db2stop fails and the database remains active, enter db2 force application all to deactivate the database. Then, enter db2stop.
After creating and configure ISIM database, stop and start the DB2 server for the changes to take effect..
Parent topic: IBM DB2 database configuration
Related
Related tasks