sql tuning advisor和sql access advisor區別

賀子_DBA時代發表於2015-01-10
tuning advisor 是對輸入的sql set的執行計劃進行最佳化
accsee advisor 是對sql set當前如果引入索引、分割槽的話,效能有多大的提升,給出建議。


In Oracle 11g, the SQL Access Advisor can generate partitioning recommendations, index creation
recommendations, materialized view recommendations,and materialized view log recommendations. The SQL
Access Advisor is a tuning tool that provides advice regarding the tuning of materialized views, indexes(Btree,
bitmap, and function-based), and materialized view logs, as well as advice on table and index partitioning.
The SQL Access Advisor provides recommendations by analyzing a known workload and other specified
information. SQL Access Advisor does not generate statistics collection recommendations. This task is
performed by the SQL Tuning Advisor.

題目:
In Oracle 11g, which recommendations does the SQL Access Advisor generate? (Choose all that apply.)
A. partitioning recommendations
B. statistics collection recommendations
C. index creation recommendations
D. materialized view recommendations
E. materialized view log recommendations
Answer: ACDE

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

相關文章