USE_HASH hint syntax
798489Mar 22 2013 — edited Mar 22 2013Hi,
I have seen in several technical writings that the syntax for the USE_HASH hint is USE_HASH(TAB1, TAB2, ....) but nowhere in the oracle documentation it is specified this way. So I have two questions:
1. Does the use_hash hint really work if we include more than two tables inside the set of parentheses?
2. Should the syntax be USE_HASH(TAB1 TAB2) or USE_HASH(TAB1,TAB2)
Thanks in Advance,
Sathya