Instructs the engine to use hash method to join tables in the argument.
Usage : use_hash(TableA [TableB] ... [TableN])
As explained in many places, "in a HASH join, Oracle accesses one table (usually the smaller of the joined results) and builds a hash table on the join key in memory. It the...