CBO stands for Cost Based Optimizer, which is the standard Oracle optimizer that uses statistical information about data distribution and storage to calculate the cost of various execution plans and selects the least expensive (most efficient) plan. It's not about benefit or opportunity.