Choose three. Which three are true about the Oracle Optimizer?
A.正确答案ACFIt considers the filters in WHERE clauses when generating execution plans for SQL statements.
B.It obeys all hints.
C.It considers object statistics when generating execution plans for SQL statements.
D.It updates stale object statistics in the Data Dictionary.
E.It can only use SQL Plan Directives tied to the SQL statement for which a plan
Is being generated. F.It can re-optimize execution plans after previous executions detect suboptimal plans.