CISB314 database 2

It should display as ON for now, as this is the default for new databases in DB2 9.7. The next step is to disable the Currently Committed semantics. For that, change the value of cur_commit to DISABLED using the following command: ... db2 => list command options. Connect to database “sample”. db2 => connect to sample. ................
................