Oracle 11g has a new feature in partitioning tables called partition by reference.
I want to know whether Oracle joins (nested-loop-joins or hash-join or ...) rows from proper partitions when joining two tables or now?
How can one be sured of that?