on ‎2009 Sep 06 6:03 AM
Hi,
I need to add CAP OFF to the Profile Registry variable using the db2set command for DB2_REDUCED_OPTIMIZATION, while adding this it appends [O] at the end of the variable as shown below .what does this mean? does it have any impact to the variable?
DB2_REDUCED_OPTIMIZATION=4,INDEX,JOIN,NO_TQ_FACT,NO_HSJN_BUILD_FACT,STARJN_CARD_SKEW,NO_SORT_MGJOIN,CART OFF,CAP OFF [DB2_WORKLOAD] [O]
Regards,
cs
Request clarification before answering.
not sure for option [O], but starting with DB2 9, there are options to set the variables specific to instance or globally or at other levels
After setting up the variable, now what db2set -all shows ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Cheriyan,
standard registry settings covered under the DB2_WORKLOAD setting are marked with [DB2_WORKLOAD] .
if you OVERRIDE one of those they are marked with [O] .
Were you going to apply note 1126400 ?
In this case you should have set
DB2_REDUCED_OPTIMIZATION=4,INDEX,JOIN,NO_TQ_FACT,NO_HSJN_BUILD_FACT,STARJN_CARD_SKEW,NO_SORT_MGJOIN,CART OFF,CAP OFF
without "DB2_WORKLOAD" at the end.
Regards
Frank
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 7 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.