run Segment Advisor
run SQL Tuning Advisor on top SQL statements
run the Automatic Workload Repository (AWR) report
run the Automatic Database Diagnostic Monitor (ADDM)on top SQL statements
第1题:
A new report process containing a complex query is written, with high impact on the database. You wantto collect basic statistics about query, such as the level of parallelism, total database time, and the number of I/O requests. For the database instance STATISTICS_LEVEL, the initialization parameter is set to TYPICAL and theCONTROL_MANAGEMENT_PACK_ACCESS parameter is set to DIAGNOSTIC+TUNING. What should you do to accomplish this task?()
第2题:
You find that the execution time of reports in your datawarehouse application is significantly high. You suspect the lack of indexes to be the reason for the degradation in performance. Which advisory component would you refer to, in order to determine the appropriate indexes?()
第3题:
Automatic Shared Memory Management is disabled for your database instance. You realize that there arecases of SQL statements performing poorly because of repeated parsing activity, resulting in degradation ofperformance. What would be your next step to improve performance()
第4题:
What happens when you run the SQL Tuning Advisor with limited scope?()
第5题:
You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment. In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005. You work as a database administrator for your company. The users report the slow performance of a SQL Server 2005 application. You are required to identify the queries which perform slowly because of blocking. Which action should you perform?()
第6题:
A Windows Azure application retrieves data from SQL Azure. You need to recommend an approach for improving application query performance. What should you recommend?()
第7题:
Execute the query and view Active Session History (ASH) for information about the query.
Enable SQL trace for the query.
Create a database operation, execute the query, and use the DBMS_SQL_MONITOR. REPORT_SQL_MONITOR function to view the report.
Use the DBMS_APPLICATION_INFO.SET_SESSION_LONGOPS procedure to monitor query execution and view the information from the V$SESSION_LONGOPS view.
第8题:
Run the SQL Access Advisor.
Run the SQL Tuning Advisor (STA).
Run the Automatic Workload Repository (AWR) report.
Run the Automatic Database Diagnostic Monitor (ADDM).
第9题:
Access path analysis is not performed for the SQL statements.
SQL structure analysis is not performed for the SQL statements.
SQL Profile recommendations are not generated for the SQL statements.
The staleness and absence of the statistics are not checked for the objects in the query supplied to the SQL Tuning Advisor.
第10题:
It updates the existing SQL profiles with current statistics
It makes the statistics information available to GATHER_STATS_JOB
It initiates the statistics collection process by running GATHER_STATS_JOB
It logs a warning message in the alert log so that the DBA can perform statistics collection manually
第11题:
Memory Advisor
Segment Advisor
SQL Access Advisor
Automatic Workload Repository (AWR)
Automatic Database Diagnostic Monitor (ADDM)
第12题:
sys.dm_os_wait_stats
sys.dm_exec_requests
sys.dm_exec_sessions
sys.dm_exec_query_stats
第13题:
Which statement is true when you run the SQL Tuning Advisor with limited scope?()
第14题:
The SQL Tuning Advisor configuration has default settings in your database instance. Which recommendation is automatically implemented after the SQL Tuning Advisor is run as part of the automatic maintenance task?()
第15题:
Automatic Shared Memory Management is disabled for your database instance. You realize that thereare cases of SQL statements performing poorly because of repeated parsing activity, resulting indegradation of performance. What would be your next step to improve performance? ()
第16题:
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?()
第17题:
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance which contains a database. Now your company CIO assigns a task to you. You have to check the performance of the SQL Server 2008 instance. You have to find out which common language runtime (CLR) queries takes the longest-running time. So in the options below, which dynamic management view should you choose to use?()
第18题:
run Segment Advisor
run SQL Tuning Advisor on top SQL statements
run the Automatic Workload Repository (AWR) report
run the Automatic Database Diagnostic Monitor (ADDM)on top SQL statements
第19题:
In a SQL Trace log file, you should look for queries with low duration values and high read and write values.
In a query execution plan, you should look for queries with missing or out-of-date statistics.
In a SQL Trace log file, you should look for queries with high duration values and low read and write values.
In a query execution plan, you should look for queries with a large number of table scans.
第20题:
Create a database view to retrieve the data.
Use a clustered index on the SQL Azure database tables.
Open a new database connection when an operation times out.
Create SQL Azure database table indexes basedon application queries
第21题:
Run the SQL Access Advisor.
Run the Memory Advisor for the sga.
Run the Memory Advisor for the pga.
Run the Memory Advisor for the shared pool.
Run the Memory Advisor for the buffer cache.
第22题:
It updates the existing SQL profiles with current statistics.
It makes the statistics information available to GATHER_STATS_JOB
It initiates the statistics collection process by running GATHER_STATS_JOB
It logs a warning message in the alert log so that the DBA can perform statistics collection manually.
第23题:
Run the SQL Access Advisor
Run the Memory Advisor for the sga.
Run the Memory Advisor for the pga.
Run the Memory Advisor for the shared pool.
Run the Memory Advisor for the buffer cache
第24题:
Create a SQL Tuning Set (STS) that contains the queries cached in the library cache and run the SQL Tuning Advisor (STA) on the workload captured in the STS.
Run the Automatic Workload Repository Monitor (ADDM).
Create an STS that contains the queries cached in the library cache and run the SQL Performance Analyzer (SPA) on the workload captured in the STS.
Create an STS that contains the queries cached in the library cache and run the SQL Access Advisor on the workload captured in the STS.