Hi Guys: we have DB2 UDB V8 FP3 running on Windows 2000 server. Now, my question is; when I take a snapshot of the database it shows me that hash joins are happening:
Number of hash joins = 3
Number of hash loops = 0
Number of hash join overflows = 0
Number of small hash join overflows = 0
but when I want to display the value using the command db2set DB2_HASH_JOIN it tells gives me the following error:
C:\SQLLIB\BIN>db2set DB2_HAS_JOIN
DBI1303W Variable not set.
Explanation:
The variable was not set in the profile registry.
User Response:
No further action is required.
What I am doing wrong here?
dollar