From the Advisor Central home page,select the tuning task from the Advisor Tasks section
From Advisor Central,choose SQL Advisors,SQL Tuning Advisors,Manual Tuning Task Results
From Advisor Central,choose SQL Advisors,Manual SQL Tuning Advisors,Tuning Task Results
Either B or C
第1题:
Which of these appropriately describes the results of a manual SQL Tuning Advisor task?()
第2题:
Which of these appropriately describes the results of a manual SQL Tuning Advisor task?()
第3题:
What happens when you run the SQL Tuning Advisor with limited scope?()
第4题:
To view the results of the most recent Automatic SQL Tuning Advisor task,which sequence should you follow?()
第5题:
Which of the following advisors is run in every maintenance window by the auto-task system?()
第6题:
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? ()
第7题:
From the Advisor Central home page,select the tuning task from the Advisor Tasks section
From Advisor Central,choose SQL Advisors,SQL Tuning Advisors,Manual Tuning Task Results
From Advisor Central,choose SQL Advisors,Manual SQL Tuning Advisors,Tuning Task Results
Either B or C
第8题:
statistics recommendations
SQL Profile recommendations
Index-related recommendations
restructuring of SQL recommendations
第9题:
statistics recommendations
SQL Profile recommendations
Index-related recommendations
restructuring of SQL recommendations
第10题:
A list of SQL statements and recommendations for tuning
A list of SQL statements that have been tuned by the Advisor, with before and after metrics
Graphs showing the actual performance improvement made by the Advisor after it implemented the recommended changes
All of the above
第11题:
SQL Access Advisor
Undo Advisor
Segment Advisor
SQL Tuning Advisor
第12题:
A list of SQL statements and recommendations for tuning
A list of SQL statements that have been tuned by the Advisor,with before and after metrics
Graphs showing the actual performance improvement made by the Advisor after it implemented the recommended changes
All of the above
第13题:
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?()
第14题:
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?()
第15题:
Evaluate the following code: SQL>VARIABLE task_name VARCHAR2(255); SQL>VARIABLE sql_stmt VARCHAR2(4000); SQL>BEGIN :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?()
第16题:
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?()
第17题:
To view the results of a manual SQL Tuning Advisor task, which steps should the DBA take?()
第18题:
ADDM
Memory Advisor
Segment Advisor
Undo Management
SQL Tuning Advisor
SQL Access Advisor
第19题:
DBMS_WORKLOAD_REPOSITORY
DBMS_RESOURCE_MANAGER
DBMS_SQLTUNE
DBMS_ADVISOR
第20题:
Top SQL
snapshots
SQL Tuning sets
index access path
optimizer statistics
materialized view logs
第21题:
EM Database home page, Software and Support, SQL Advisors, Automatic SQL Tuning Advisor.
EM Database home page, Software and Support, Advisor Central, SQL Advisors, Automatic SQL Tuning Advisor.
EM Database home page, Software and Support, Support Workbench, Advisor Central, SQL Advisors, Automatic SQL Tuning Advisor.
Either B or C
All of the above
第22题:
From the Advisor Central home page, select the tuning task from the Advisor Tasks section.
From Advisor Central, choose SQL Advisors, SQL Tuning Advisors, Manual Tuning Task Results.
From Advisor Central, choose SQL Advisors, Manual SQL Tuning Advisors, Tuning Task Results.
Either B or C
第23题:
EM Database home page,Software and Support,SQL Advisors,Automatic SQL Tuning Advisor
EM Database home page,Software and Support,Advisor Central,SQL Advisors,Automatic SQL Tuning Advisor
EM Database home page,Software and Support,Support Workbench,Advisor Central,SQL Advisors,Automatic SQL Tuning Advisor
Either B or C
All of the above
第24题:
It creates a task and workload, and executes the task.
It creates a task and workload but does not execute the task.
It produces an error because a template has not been created.
It produces an error because the SQL Tuning Set has not been created.