Use this page to select whether to customize the SQLJ serialized
profiles in the project, in addition to binding the profiles to the database.
You can also specify the run options for the process that you select.
- Customize profiles and bind packages (db2sqljcustomize)
- Customizes the SQLJ serialized profiles in the
project, in addition to binding the profiles to the database.
- Only bind packages (db2sqljbind)
- Binds previously customized SQLJ profiles to the
database.
- Create packages with isolation level
- Determines how far a program that is bound to
a package in the project can be isolated from the effect of other processes
that are running on the same database. The isolation level that you choose
on this page is the default isolation level for all the packages in the project.
You can change the isolation level for an individual package on the Packages
page of the wizard.
- All isolation levels
- Applies the restrictions that are imposed by all four isolation levels.
- Cursor Stability
- Another process cannot change the row of data that the cursor points to.
- Repeatable Read
- Another process cannot change the rows of data that the program reads
or changes until the logical unit of work ends.
- Read Stability
- Another process cannot change the rows of data that the program reads
until the logical unit of work ends.
- Uncommitted Read
- With a read-only cursor, another process can change the rows of data that
the program reads.
- Options
- The list of parameters for the selected command,
other than url, user, password,
and the SQLJ profile name. You can specify values for the named parameters
on other pages of this wizard. The parameters that you specify on this page
apply to all of the packages created.