Cursor cache
Stored outline
SQL Tuning Set
Automatic Workload Repository (AWR) snapshots
第1题:
When executing a SQL workload, you choose to generate execution plans only, without collecting execution statistics. Which two statements describe the implications of this? ()(Choose two.)
第2题:
Which two statements are true about the Automatic Workload Repository (AWR)()
第3题:
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?()
第4题:
You work as a database administrator for Certkiller .com. You have set the retention period for Automatic Repository (AWR) statistics to four days and collection interval to 15 minutes. You want to view the statistics collected and stored in AWR snapshot. Which two methods would you use to view the AWR statistics?()
第5题:
Identify the activities performed as part of the Automatic SQL Tuning process in the maintenance window?()
第6题:
Identify the activities performed as part of the Automatic SQL Tuning process in the maintenance window?()
第7题:
You received complaints about the degradation of SQL query performance. You identified top SQL queries that consume time. What would be your next step to find out recommendations about statistics collection and restructuring of the SQL statement to improve query performance?()
第8题:
Which statement describes the effect of the execution of the above PL/SQL block?()
第9题:
All AWR tables belong to the SYSTEM schema.
The AWR contains systemwide tracing and logging information.
The snapshots collected by the AWR are accessible through data dictionary views.
The snapshots collected by the AWR are used by self-tuning components in the database.
第10题:
It produces less accurate results of the comparison analysis.
It automatically calls the SQL Tuning Advisor for recommendations.
It shortens the time of execution and reduces the impact on system resources.
Only the changes in the execution plan, and not performance regression, are detected.
第11题:
The plans can be manually loaded to the SQL plan baseline.
The plans in the SQL plan baseline are verified and accepted plans.
The plans generated for every SQL statement are stored in the SQL plan baseline by default.
The plan baselines are stored temporarily in the memory as long as the database instance is running.
For the SQL plan baselines to be accessible to the optimizer, the SYSAUX tablespace must be online.
第12题:
use enterprise manager
use DBMS_SQL package
use DBMS_AWR package
use PRVT_WORKLOAD package
query the AWR snapshot repository objects
use DBMS_WORKLOAD_REPOSITORY package
第13题:
You plan to collect the Automatic Workload Repository (AWR) data every Monday morning for a month. You want Oracle Database to automatically create a baseline every Monday and remove the old baseline. What is the correct action to achieve this?()
第14题:
You work with a newly created database. Presently, there is no application load on the database instance.You want to create a baseline for tuning the application, so you decide to collect recommendations that can be implemented to improve application performance.What action must you take to achieve this?()
第15题:
Examine the following PL/SQL block: DECLARE my_plans pls_integer; BEGIN my_plans := DBMS_SPM.LOAD_PLANS_FROM_CURSOR_CACHE (sql_id=> ?9twu5t2dn5xd?; END; Which statement is true about the plan being loaded into the SQL plan baseline by the above command?()
第16题:
Which three are the valid statements in relation to SQL plan baselines?()
第17题:
Identify the two direct sources from where SQL plans can be loaded into the SQL plan baselines.()
第18题:
Which three statements about performance analysis by SQL Performance Analyzer are true?()
第19题:
You perform the following activities during the database upgrade from Oracle Database 10g to Oracle Database 11g: 1. Capture plans for a SQL workload into a SQL Tuning Set (STS) before upgrade. 2. Load these plans from the STS into the SQL plan baseline immediately after the upgrade. What is the reason for performing these activities? ()
第20题:
It detects changes in SQL execution plans.
It produces results that can be used to create the SQL plan baseline.
The importance of SQL statements is based on the size of the objects accessed.
It generates recommendations to run SQL Tuning Advisor to tune regressed SQLs.
It shows only the overall impact on workload and not the net SQL impact on workload.
第21题:
generating the SQL profile
testing and accepting the SQL profile
generating a list of candidate SQLs for tuning
adding tuned SQL plans into the SQL plan baseline
tuning each SQL statement in the order of importance
generating baselines that include candidate SQLs for tuning
第22题:
It detects changes in SQL execution plans.
It produces results that can be used to create the SQL plan baseline.
The importance of SQL statements is based on the size of the objects accessed.
It generates recommendations to run SQL Tuning Advisor to tune regressed SQLs.
It shows only the overall impact on workload and not the net SQL impact on workload.
第23题:
Cursor cache
Stored outline
SQL Tuning Set
Automatic Workload Repository (AWR) snapshots
第24题:
Set OPTIMIZER_USE_PLAN_BASELINES to FALSE to prevent the use of regressed plans.
Capture the plans from the previous version using STS and then load them into the stored outline.
Capture the plans from the previous version using STS and then load them into SQL Management Base (SMB)
Set OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES to FALSE to prevent the plans from being loaded to the SQL plan baseline.