Specifies the optimization profile used in a SET CURRENT OPTIMIZATION PROFILE statement upon a successful connection.
If a DB2CLI.INI file has the following entry, after each successful connection to the "Rochester" database, the CLI client would issue the command SET CURRENT OPTIMIZATION PROFILE = '"Hamid"."RochesterProfile"'.
[Rochester]
CURRENTOPTIMIZATIONPROFILE='"Hamid"."RochesterProfile"'
In this example, the optimization profile name is delimited by quotation marks because it contains lower case characters.