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.
第1题:
The Automatic Shared Memory Management feature is enabled for the PROD database. Currently, a lot of insert activity is taking place in the database, and the memory structures are allocated according to the database workload. As the workload reduces, you decide to perform batch jobs in the database. Which of the following initialization parameters are NOT automatically resized according to the new workload and continue to remain unchanged?()
第2题:
You plan to use SQL Performance Analyzer to analyze the SQL workload. You created a SQL Tuning Set as a part of the workload capturing. What information is captured as part of this process?()
第3题:
Records from the data dictionary information are stored in which of the following database memory areas?()
第4题:
Your database is in ARCHIVELOG mode. You lost an index tablespace due to a disk failure while the database was open. You have neither a backup of the lost index tablespace nor the scripts containing the CREATE INDEX statements to recreate the indexes. Currently, several users are executing long-running queries on the database. What will happen to the ongoing activity in the database?()
第5题:
A database exists as a read-intensive server that is operating with query_cachek_type =DEMAND. The database is refreshed periodically, but the resultset size of the queries does not fluctuate. Note the following details about this environment: A web application uses a limited set of queries. The Query Cache hit rate is high. All resultsets fit into the Query Cache. All queries are configured to use the Query Cache successfully. The response times for queries have recently started to increase. The cause for this has correctly been identified as the increase in the number of concurrent users accessing the web service. Based solely on the information provided, what is the most likely cause for this slowdown at the database level?()
第6题:
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?()
第7题:
Use the DBCC INPUTBUFFER command.
Use the sys.dm_exec_query_stats dynamic management view (DMV).
Use the sqldiag utility.
Use the SHOWPLAN session option.
第8题:
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.
第9题:
Database replay
SQL Tuning Advisor
SQL Access Advisor
SQL Performance Analyzer
Automatic Workload Repository compare reports
第10题:
Run Segment Advisor
Run the SQL Tuning Advisor (STA)
Run the Automatic Workload Repository (AWR) report
Run the SQL Access Advisor with a hypothetical workload
第11题:
Use the SQL Server Profiler to capture all SQL activities.
Use a Dynamic Management View to analyze performance.
Use the Database Engine Tuning Advisor to analyze the workload.
Use Microsoft SQL Server Management Studio to analyze the SQL logs.
第12题:
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.
第13题:
Your database supports an online transaction processing (OLTP) application. The application is undergoing some major schema changes, such as addition of new indexes and materialized views. You want to check the impact of these changes on workload performance. What should you use to achieve this?()
第14题:
You are analyzing how Oracle processes user statements. SQL and PL/SQL parse information is stored in which of the following database memory areas? ()
第15题:
You create a table in your database that contains 50,000 rows approximately. The queries performed on the table are complex and performed on the table frequently. Which advisor helps you achieve the best performance of database for queries by recommending the appropriate indexes?()
第16题:
You plan to use SQL Performance Analyzer to analyze the SQL workload. You created a SQL Tuning Set as a part of the workload capturing. What information is captured as part of this process?()
第17题:
You are a database administrator for your company. The company’s financial forecasting application uses a SQL Server 2005 database that enables business users to run both ad hoc and predefined queries. You suspect that some queries consume an excessive amount of server resources. You need to identify which queries consume the most resources. You want to achieve this goal as quickly as possible. What should you do?()
第18题:
The queries that are currently executing will abort and an error message will be returned to the user.
The queries that are currently executing will execute normally but future queries will not executed.
Data Manipulation Language (DML) statements cannot be performed on the tables on which the indexes are based.
The currently executing and future queries will execute normally, but will be slower
第19题:
the SQL text SQL
the execution plan
the execution context
the execution frequency
the system change number (SCN)
第20题:
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).
第21题:
SQL Access Advisor
Memory Advisor
SQL Tuning Advisor
Segment Advisor
第22题:
Close all sessions performing queries using database links
running the database in shared server mode
The database on which the workload is replayed has to be a restore of the original database to a specific SCN
setting up the directory to capture the workload
第23题:
LOG_BUFFER
DB_CACHE_SIZE
JAVA_POOL_SIZE
LARGE_POOL_SIZE
SHARED_POOL_SIZE
STREAMS_POOL_SIZE
第24题:
The Query Cache is pruning queries due to an increased number of requests
Query_cache_min_res_unit has been exceeded, leading to an increased performance overhead due to additional memory block lookups
Mutex contention on the Query Cache is forcing the queries to take longer due to its singlethreaded nature
The average resultset of a query is increasing due to an increase in the number of users requiring SQL statement execution