1. 程式人生 > >OCP-1Z0-053-V12 02-46題

OCP-1Z0-053-V12 02-46題

分享一下我老師大神的人工智慧教程!零基礎,通俗易懂!http://blog.csdn.net/jiangjunshow

也歡迎大家轉載本篇文章。分享知識,造福人民,實現我們中華民族偉大復興!

               

46.What happens when you run the SQL Tuning Advisor with limited scope?

A. Access path analysis is not performed for SQL statements.

B. SQL structure analysis is not performed for SQL statements.

C. SQL Profile recommendations are not generated for SQL statements.

D. Staleness and absence of statistics are not checked for the objects in the SQL Tuning Advisor.

Answer: B

答案解析:

參考:http://blog.csdn.net/rlhua/article/details/13021985


參考:http://docs.oracle.com/cd/E11882_01/server.112/e41573/sql_tune.htm#PFGRF94853


選擇優化任務的適當範圍很重要。如果選擇“Limited(有制)”選項,SQL 優化指導會根據統計資訊檢查結果、訪問路徑分析結果和SQL 結構分析結果來生成建議。“Limited(有制)”選項不會產生SQL 概要檔案建議。如果選擇“Comprehensive(綜合)”選項,SQL 優化指導不僅會生成“Limited(有制)”選項生成的所有建議,在SQL 概要分析模式下還會呼叫優化程式來構建SQL 概要檔案。使用“Comprehensive(綜合)”選項時,還可以指定優化任務的時間

制,該時間制的預設值是30 分鐘。



在有限範圍使用SQL Tuning Advisor 會發生什麼?

SQL Tuning Advisor provides options to manage the scope and duration of a tuning task. You can set the scope of a tuning task either of the following:

  • Limited

    In this case, SQL Tuning Advisor produces recommendations based on statistical checks, access path analysis, and SQL structure analysis. SQL profile recommendations are not generated.

  • Comprehensive

    In this case, SQL Tuning Advisor carries out all the analysis it performs under limited scope plus SQL Profiling. With the comprehensive option you can also specify a time limit for the tuning task, which by default is 30 minutes.

    根據官方文件,此題應該選C,而不是B.

           

給我老師的人工智慧教程打call!http://blog.csdn.net/jiangjunshow

這裡寫圖片描述