cost based optimizer
In many cases we are seeing optimizer is choosing plan depending on cost where elapsed time is more.
Why can't oracle implement time -based optimizer?
How to fix such issues where wrong plan (which takes more time) is selected over faster plan since cost was low..? baseline?
Why time is not proportional to cost always.