This document summarizes a presentation about new features in Oracle 11g related to query optimization. Some key points include:
1) Oracle 11g includes improvements to statistics gathering such as multi-column statistics, auto-generated column statistics, and preferences for how statistics are gathered. It also provides better tracing of query executions and cardinality feedback.
2) New features like bind peeking and adaptive cursors allow the optimizer to generate better plans for statements with bind variables by looking at the values at parse time.
3) Cardinality feedback allows the optimizer to check if its estimates were accurate and adjust future plans accordingly, but stable statistics are still needed to prevent re-optimization.
4) Trace files and