Parallel execution strange join order
Hello
I have many huge tables . All statistics on tables gathered
I'm interesing why CBO get first MOST huge table ACCOUNT and try to join with STATUSHIST table
I have SQL with no hint about order join (ORDERED, LEADING and so on).
What best way to improve speed of SQL? Must to write order of join manualy by hints?