In the “alter connection” section, Table 3-15, “Parameters affecting database connections,” contains an error. The dsi_serialization_method parameter description lists the wait_for_commit option two times. It should list and describe the wait_for_start and the wait_for_commit options. The correctly named options and descriptions are:
wait_for_start – specifies that a transaction cannot start until the transaction scheduled to commit immediately preceding it is ready to commit.
wait_for_commit – maintains transaction serialization by instructing the DSI to wait until a transaction is ready to commit before initiating the next transaction (off) or wait until a transaction has committed before initiating the next transaction (on).
This information is described correctly in the Administration Guide.