单选题To view the results of a manual SQL Tuning Advisor task, which steps should the DBA take?()A From the Advisor Central home page,select the tuning task from the Advisor Tasks section B From Advisor Central,choose SQL Advisors,SQL Tuning Advisors,Manual Tuning Task ResultsC From Advisor Central,choose SQL Advisors,Manual SQL Tuning Advisors,Tuning Task ResultsD Either B or C

单选题
To view the results of a manual SQL Tuning Advisor task, which steps should the DBA take?()
A

 From the Advisor Central home page,select the tuning task from the Advisor Tasks section 

B

 From Advisor Central,choose SQL Advisors,SQL Tuning Advisors,Manual Tuning Task Results

C

 From Advisor Central,choose SQL Advisors,Manual SQL Tuning Advisors,Tuning Task Results

D

 Either B or C


参考解析

解析: 暂无解析

相关考题:

View the Exhibit to examine the Automatic SQL Tuning result details.Which action would you suggest for the selected SQL statement in the Exhibit?() A. Accept the recommended SQL profile.B.Collect statistics for the related objects.C. Run the Access Advisor for the SQL statement.D. Run the Segment Advisor for recommendations.

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?()A. statistics recommendationsB. SQL Profile recommendationsC. Index-related recommendationsD. restructuring of SQL recommendations

To view the results of a manual SQL Tuning Advisor task, which steps should the DBA take?() A. From the Advisor Central home page, select the tuning task from the Advisor Tasks section.B. From Advisor Central, choose SQL Advisors, SQL Tuning Advisors, Manual Tuning Task Results.C. From Advisor Central, choose SQL Advisors, Manual SQL Tuning Advisors, Tuning Task Results.D. Either B or C

Which of the following advisors is run in every maintenance window by the auto-task system?() A. The Memory AdvisorB. The SQL Tuning AdvisorC. The Undo AdvisorD. The SQL Access Advisor

Which of these appropriately describes the results of a manual SQL Tuning Advisor task?()  A、 A list of SQL statements and recommendations for tuningB、 A list of SQL statements that have been tuned by the Advisor,with before and after metrics C、 Graphs showing the actual performance improvement made by the Advisor after it implemented the recommended changesD、 All of the above

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?()A、statistics recommendationsB、SQL Profile recommendationsC、Index-related recommendationsD、restructuring of SQL recommendations

Which of these appropriately describes the results of a manual SQL Tuning Advisor task?()A、A list of SQL statements and recommendations for tuningB、A list of SQL statements that have been tuned by the Advisor, with before and after metricsC、Graphs showing the actual performance improvement made by the Advisor after it implemented the recommended changesD、All of the above

You accepted the recommended SQL Profile by executing the following code:   DECLARE   sqlprofile_name varchar2(30);  BEGIN   sqlprofile_name := DBMS_SQLTUNE.ACCEPT_SQL_PROFILE(  task_name = ’my_task’,   profile_name = ’my_profile’);   END;   Which advisor will analyze this profile?()  A、 SQL Access AdvisorB、 Undo AdvisorC、 Segment AdvisorD、 SQL Tuning Advisor

What happens when you run the SQL Tuning Advisor with limited scope?()A、Access pathanalysis 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. 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.

Evaluate the following code:   SQLVARIABLE task_name VARCHAR2(255); SQLVARIABLE sql_stmt VARCHAR2(4000); SQLBEGIN :sql_stmt := ’SELECT COUNT(*) FROM customers  WHERE cust_state_province =’’CA’’’; :task_name := ’MY_QUICKTUNE_TASK’;  DBMS_ADVISOR.QUICK_TUNE(DBMS_ADVISOR.SQLACCESS_ADVISOR,  :task_name, :sql_stmt);  END;   What is the outcome of this block of code?()  A、 It creates a task and workload, and executes the task.B、 It creates a task and workload but does not execute the task.C、 It produces an error because a template has not been created.D、 It produces an error because the SQL Tuning Set has not been created.

To view the results of the most recent Automatic SQL Tuning Advisor task,which sequence should you follow?()  A、 EM Database home page,Software and Support,SQL Advisors,Automatic SQL Tuning AdvisorB、 EM Database home page,Software and Support,Advisor Central,SQL Advisors,Automatic SQL Tuning AdvisorC、 EM Database home page,Software and Support,Support Workbench,Advisor Central,SQL Advisors,Automatic SQL Tuning AdvisorD、 Either B or CE、 All of the above

You are creating a SQL Tuning Set to allow a group of SQL statements to be passed into the SQL Tuning Advisor. Which packages will you use to create the SQL Tuning Set?()A、 DBMS_WORKLOAD_REPOSITORYB、 DBMS_RESOURCE_MANAGERC、 DBMS_SQLTUNED、 DBMS_ADVISOR

Which of the following advisors is run in every maintenance window by the auto-task system?()A、The Memory AdvisorB、The SQL Tuning AdvisorC、The Undo AdvisorD、The SQL Access Advisor

To view the results of a manual SQL Tuning Advisor task, which steps should the DBA take?()  A、 From the Advisor Central home page,select the tuning task from the Advisor Tasks section B、 From Advisor Central,choose SQL Advisors,SQL Tuning Advisors,Manual Tuning Task ResultsC、 From Advisor Central,choose SQL Advisors,Manual SQL Tuning Advisors,Tuning Task ResultsD、 Either B or C

You want to use the SQL Tuning Advisor to generate recommendations for badly written SQL statements in your development environment.   Which three sources can you select for the advisor to analyze? ()A、Top SQLB、snapshotsC、SQL Tuning setsD、index access pathE、optimizer statisticsF、materialized view logs

单选题View the Exhibit and examine the highlighted alert. You have received an alert with the Category specified as Snapshot Too Old. Which page would you open from the Advisor Central page to determine the system recommendations to avoid such alerts in future?()A ADDM B Memory Advisor C Segment Advisor D Undo Management E SQL Tuning Advisor F SQL Access Advisor

单选题To view the results of a manual SQL Tuning Advisor task, which steps should the DBA take?()A From the Advisor Central home page,select the tuning task from the Advisor Tasks section B From Advisor Central,choose SQL Advisors,SQL Tuning Advisors,Manual Tuning Task ResultsC From Advisor Central,choose SQL Advisors,Manual SQL Tuning Advisors,Tuning Task ResultsD Either B or C

单选题You are creating a SQL Tuning Set to allow a group of SQL statements to be passed into the SQL Tuning Advisor. Which packages will you use to create the SQL Tuning Set?()A DBMS_WORKLOAD_REPOSITORYB DBMS_RESOURCE_MANAGERC DBMS_SQLTUNED DBMS_ADVISOR

单选题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?()Astatistics recommendationsBSQL Profile recommendationsCIndex-related recommendationsDrestructuring of SQL recommendations

多选题You want to use the SQL Tuning Advisor to generate recommendations for badly written SQL statements in your development environment.   Which three sources can you select for the advisor to analyze? ()ATop SQLBsnapshotsCSQL Tuning setsDindex access pathEoptimizer statisticsFmaterialized view logs

单选题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?()A statistics recommendationsB SQL Profile recommendationsC Index-related recommendationsD restructuring of SQL recommendations

单选题To view the results of the most recent Automatic SQL Tuning Advisor task, which sequence should you follow?()AEM Database home page, Software and Support, SQL Advisors, Automatic SQL Tuning Advisor.BEM Database home page, Software and Support, Advisor Central, SQL Advisors, Automatic SQL Tuning Advisor.CEM Database home page, Software and Support, Support Workbench, Advisor Central, SQL Advisors, Automatic SQL Tuning Advisor.DEither B or CEAll of the above

单选题Which of these appropriately describes the results of a manual SQL Tuning Advisor task?()AA list of SQL statements and recommendations for tuningBA list of SQL statements that have been tuned by the Advisor, with before and after metricsCGraphs showing the actual performance improvement made by the Advisor after it implemented the recommended changesDAll of the above

单选题To view the results of a manual SQL Tuning Advisor task, which steps should the DBA take?()AFrom the Advisor Central home page, select the tuning task from the Advisor Tasks section.BFrom Advisor Central, choose SQL Advisors, SQL Tuning Advisors, Manual Tuning Task Results.CFrom Advisor Central, choose SQL Advisors, Manual SQL Tuning Advisors, Tuning Task Results.DEither B or C

单选题You accepted the recommended SQL Profile by executing the following code:   DECLARE   sqlprofile_name varchar2(30);  BEGIN   sqlprofile_name := DBMS_SQLTUNE.ACCEPT_SQL_PROFILE(  task_name = ’my_task’,   profile_name = ’my_profile’);   END;   Which advisor will analyze this profile?()A SQL Access AdvisorB Undo AdvisorC Segment AdvisorD SQL Tuning Advisor

单选题To view the results of the most recent Automatic SQL Tuning Advisor task,which sequence should you follow?()A EM Database home page,Software and Support,SQL Advisors,Automatic SQL Tuning AdvisorB EM Database home page,Software and Support,Advisor Central,SQL Advisors,Automatic SQL Tuning AdvisorC EM Database home page,Software and Support,Support Workbench,Advisor Central,SQL Advisors,Automatic SQL Tuning AdvisorD Either B or CE All of the above

单选题Which of these appropriately describes the results of a manual SQL Tuning Advisor task?()A A list of SQL statements and recommendations for tuningB A list of SQL statements that have been tuned by the Advisor,with before and after metrics C Graphs showing the actual performance improvement made by the Advisor after it implemented the recommended changesD All of the above

单选题Evaluate the following code:   SQLVARIABLE task_name VARCHAR2(255); SQLVARIABLE sql_stmt VARCHAR2(4000); SQLBEGIN :sql_stmt := ’SELECT COUNT(*) FROM customers  WHERE cust_state_province =’’CA’’’; :task_name := ’MY_QUICKTUNE_TASK’;  DBMS_ADVISOR.QUICK_TUNE(DBMS_ADVISOR.SQLACCESS_ADVISOR,  :task_name, :sql_stmt);  END;   What is the outcome of this block of code?()A It creates a task and workload, and executes the task.B It creates a task and workload but does not execute the task.C It produces an error because a template has not been created.D It produces an error because the SQL Tuning Set has not been created.