I want to know the differences between the join hints (MERGE, HASH, LOOP, REMOTE). So, in which situations I should which one and why? How to know which hint I should use?
Are there any pro's or contra's of using the hints?
If I use the correct hint, will the performance of my query will be better? Are there also bad things?
And are there any kinds of limitations when I'm using these hints?