Oracle 11G OCP 1Z0-053 233

LuiseDalian發表於2014-09-09
(233)Your system has been upgraded from Oracle Database 10g to Oracle Database 11g.

You imported SQL Tuning Sets(STS) from the previous version.

After changing the OPTIMIZER_FEATURE_ENABLE parameter to 10.2.0.4 and running the SQL Performance Analyzer,

you observed performance regression for a few SQL  statements.

What would you do with these SQL statements?

A. Set OPTIMIZER_USE_PLAN_BASELINES to FALSE to prevent the use of regressed plans.

B. Capture the plans from the previous version using STS and then load them into the stored outline.

C. Capture the plans from the previous version using STS and then load them into SQL Management Base(SMB).

D. Set OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES to FALSE to prevent the plans from being loaded to the SQL plan baseline.

答案:(C)

解析:

SQL plan management prevents performance regressions resulting from sudden changes to the execution plan of a SQL statement

by providing components for capturing, selecting, and evolving SQL plan information.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17013648/viewspace-1266057/,如需轉載,請註明出處,否則將追究法律責任。

相關文章