Forcing USE_HASH JOINS ans FULL SCAN tables 10g/11g
I look for a trick allowing in a big query ( 50 tables and 30 joins ) to force the USE_HASH and FULL for each joint/table without doing by a hint for each joint/table...
My idea is like : USE_HASH(“FOR ALL JOINS ”) and FULL(“FOR ALL TABLES”)
Thank you.
GD.