> I'm not suggesting that we do that, but it seems better then embedding > the hints in the queries themselves. OK, what about this: if I execute the same query from a web client, I want the not-so-optimal-but-safe plan, if I execute it asynchronously, I let the planner choose the best-overall-performance-but-sometimes-may-be-slow plan ? What kind of statistics/table level hinting will get you this ? I would say only query level hinting will buy you query level control. And that's perfectly good in some situations. I really can't see why a query-level hinting mechanism is so evil, why it couldn't be kept forever, and augmented with the possibility of correlation hinting, or table level hinting. These are really solving different problems, with some overlapping... Cheers, Csaba.