Oracle 11g Optimizer_mode value set to "choose"
For Oracle 11g, "all_rows" and "first_rows_*" are valid values for optimizer_mode parameter; however, "choose" and "rule" are depreciated
What's the impact of having this parameter set to "choose"?" Does it default to "all_rows"?
2