Which statement describes the effect of the execution of the above PL/SQL block?()A、The plan baselines are verified with the SQL profiles.B、All fixed plan baselines are converted into nonfixed plan baselines.C、All the nonaccepted SQL profiles are accepted into the plan baseline.D、The nonaccepted plans in the SQL Management Base are verified with the existing plan baselines.

Which statement describes the effect of the execution of the above PL/SQL block?()

  • A、The plan baselines are verified with the SQL profiles.
  • B、All fixed plan baselines are converted into nonfixed plan baselines.
  • C、All the nonaccepted SQL profiles are accepted into the plan baseline.
  • D、The nonaccepted plans in the SQL Management Base are verified with the existing plan baselines.

相关考题:

Identify the activities performed as part of the Automatic SQL Tuning process in the maintenance window?() A. generating the SQL profileB. testing and accepting the SQL profileC. generating a list of candidate SQLs for tuningD. adding tuned SQL plans into the SQL plan baselineE. tuning each SQL statement in the order of importanceF. generating baselines that include candidate SQLs for tuning

Which two statements about the SQL Management Base (SMB) are true?() A. It contains only SQL profiles generated by SQL Tuning Advisor.B. It stores plans generated by the optimizer using a stored outline.C. It is part of the data dictionary and stored in the SYSAUX tablespace.D. It is part of the data dictionary and stored in the SYSTEM tablespace.E. It contains the statement log, the plan history, plan baselines, and SQL profiles.

Which statement is true about the plan being loaded into the SQL baseline by the above command?() A. It is loaded with the FIXED status.B. It is loaded with the ACCEPTED status.C. It is not loaded with the ENABLED status.D.It is not loaded with the ACCEPTED status.

You want to analyze a SQL Tuning Set (STS) using SQL Performance Analyzer in a test database. Which two statements are true regarding the activities performed during the test execution of SQLs in a SQL Tuning Set?()A.Every SQL statement in the STS is considered only once for executionB.The SQL statements in the STS are executed concurrently to produce the execution plan and execution statisticsC.The execution plan and execution statistics are computed for each SQL statement in the STSD.The effects of DDL and DML are considered to produce the execution plan and execution statistics

Which statement describes the effect of the execution of the above PL/SQL block?() A. The plan baselines are verified with the SQL profiles.B. All fixed plan baselines are converted into nonfixed plan baselines.C. All the nonaccepted SQL profiles are accepted into the plan baseline.D. The nonaccepted plans in the SQL Management Base are verified with the existing plan baselines.

While deploying a new application module, the software vendor ships the application software along with appropriate SQL plan baselines for the new SQLs being introduced. Which two statements describe the consequences?()A、The plan baselines can be evolved over time to produce better performance.B、The newly generated plans are directly placed into the SQL plan baseline without being verified.C、The new SQL statements initially run with the plans that are known to produce good performance under standard test configuration.D、The optimizer does not generate new plans for the SQL statements for which the SQL plan baseline has been imported.

You run the SQL Tuning Advisor (STA) to tune a SQL statement that is part of a fixed SQL plan baseline. The STA generates a SQL profile for the SQL statement, which recommends that you accept the profile. Which statement is true when you accept the suggested SQL profile?()A、The tuned plan is not added to the SQL plan baseline.B、The tuned plan is added to the fixed SQL plan baseline as a fixed plan.C、The tuned plan is added to the fixed SQL plan baseline as a nonfixed plan.D、The tuned plan is added to a new nonfixed SQL plan baseline as a nonfixed plan.

Which two statements about the SQL Management Base (SMB) are true? ()(Choose two.)A、It contains only SQL profiles generated by SQL Tuning Advisor.B、It stores plans generated by the optimizer using a stored outline.C、It is part of the data dictionary and stored in the SYSAUX tablespace.D、It is part of the data dictionary and stored in the SYSTEM tablespace.E、It contains the statement log, the plan history, plan baselines, and SQL profiles.

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?()A、 It is loaded with the FIXED status.B、 It is loaded with the ACCEPTED status.C、 It is not loaded with the ENABLED status.D、 It is not loaded with the ACCEPTED status.

Which three are the valid statements in relation to SQL plan baselines?()A、 The plans can be manually loaded to the SQL plan baseline.B、 The plans in the SQL plan baseline are verified and accepted plans.C、 The plans generated for every SQL statement are stored in the SQL plan baseline by default. D、 The plan baselines are stored temporarily in the memory as long as the database instance is running.E、 For the SQL plan baselines to be accessible to the optimizer, the SYSAUX tablespace must be online.

You want to analyze a SQL Tuning Set (STS) using SQL Performance Analyzer in a test database. Which two statements are true regarding the activities performed during the test execution of SQLs in a SQL Tuning Set?()A、 Every SQL statement in the STS is considered only once for execution.B、 The SQL statements in the STS are executed concurrently to produce the execution plan and execution statistics.C、 The execution plan and execution statistics are computed for each SQL statement in the STS. D、 The effects of DDL and DML are considered to produce the execution plan and execution statistics.

Identify the activities performed as part of the Automatic SQL Tuning process in the maintenance window?()A、generating the SQL profileB、testing and accepting the SQL profileC、generating a list of candidate SQLs for tuningD、adding tuned SQL plans into the SQL plan baselineE、tuning each SQL statement in the order of importanceF、generating baselines that include candidate SQLs for tuning

Identify the two direct sources from where SQL plans can be loaded into the SQL plan baselines.()A、 Cursor cacheB、 Stored outlineC、 SQL Tuning SetD、 Automatic Workload Repository (AWR) snapshots

Identify the activities performed as part of the Automatic SQL Tuning process in the maintenance window?()A、 generating the SQL profileB、 testing and accepting the SQL profileC、 generating a list of candidate SQLs for tuningD、 adding tuned SQL plans into the SQL plan baselineE、 tuning each SQL statement in the order of importance F、 generating baselines that include candidate SQLs for tuning

Which three statements are true about adaptive SQL plan management?()A、It automatically performs verification or evolves non-accepted plans, in COMPREHENSIVE mode when they perform better than existing accepted plans.B、The optimizer always uses the fixed plan, if the fixed plan exists in the plan baseline.C、It adds new, bettor plans automatically as fixed plans to the baseline.D、The non-accepted plans are automatically accepted and become usable by the optimizer if they perform better than the existing accepted plans.E、The non-accepted plans in a SQL plan baseline are automatically evolved, in COMPREHENSIVE mode, during the nightly maintenance window and a persistent verification report is generated.

You want to analyze a SQL Tuning Set (STS) using SQL Performance Analyzer in a test database. Which two statements are true regarding the activities performed during the test execution of SQLs in a SQL Tuning Set?()A、Every SQL statement in the STS is considered only once for executionB、The SQL statements in the STS are executed concurrently to produce the execution plan and execution statisticsC、The execution plan and execution statistics are computed for each SQL statement in the STSD、The effects of DDL and DML are considered to produce the execution plan and execution statistics

The OPTIMIZER_USE_PLAN_BASELINES parameter is set to TRUE. The optimizer generates a plan for a SQL statement but does not find a matching plan in the SQL plan baseline. Which two operations are performed by the optimizer in this scenario?()A、The optimizer adds the new plan to the plan history.B、The optimizer selects the new plan for the execution of the SQL statement.C、The optimizer adds the new plan to the SQL plan baseline as an accepted plan.D、The optimizer adds the new plan to the SQL plan baseline but not in the ENABLED state.E、The optimizer costs each of the accepted plans in the SQL plan baseline and picks the one with the lowest cost.

Examine the following PL/SQL block:   SET SERVEROUTPUT ON SET LONG 10000 ECLARE report clob;  BEGIN report := DBMS_SPM.EVOLVE_SQL_PLAN_BASELINE(); DBMS_OUTPUT.PUT_LINE(report); END;   Which statement describes the effect of the execution of the above PL/SQL block?()  A、 The plan baselines are verified with the SQL profiles.B、 All fixed plan baselines are converted into nonfixed plan baselines.C、 All the nonaccepted SQL profiles are accepted into the plan baseline.D、 The nonaccepted plans in the SQL Management Base are verified with the existing plan baselines.

多选题The OPTIMIZER_USE_PLAN_BASELINES parameter is set to TRUE. The optimizer generates a plan for a SQL statement but does not find a matching plan in the SQL plan baseline. Which two operations are performed by the optimizer in this scenario?()AThe optimizer adds the new plan to the plan history.BThe optimizer selects the new plan for the execution of the SQL statement.CThe optimizer adds the new plan to the SQL plan baseline as an accepted plan.DThe optimizer adds the new plan to the SQL plan baseline but not in the ENABLED state.EThe optimizer costs each of the accepted plans in the SQL plan baseline and picks the one with the lowest cost.

单选题You run the SQL Tuning Advisor (STA) to tune a SQL statement that is part of a fixed SQL plan baseline. The STA generates a SQL profile for the SQL statement,which recommends that you accept the profile.  Which statement is true when you accept the suggested SQL profile?()A The tuned plan is not added to the SQL plan baseline.B The tuned plan is added to the fixed SQL plan baseline as a fixed plan.C The tuned plan is added to the fixed SQL plan baseline as a nonfixed plan.D The tuned plan is added to a new nonfixed SQL plan baseline as a nonfixed plan.

多选题Which two statements about the SQL Management Base (SMB) are true? ()(Choose two.)AIt contains only SQL profiles generated by SQL Tuning Advisor.BIt stores plans generated by the optimizer using a stored outline.CIt is part of the data dictionary and stored in the SYSAUX tablespace.DIt is part of the data dictionary and stored in the SYSTEM tablespace.EIt contains the statement log, the plan history, plan baselines, and SQL profiles.

多选题While deploying a new application module, the software vendor ships the application software along with appropriate SQL plan baselines for the new SQLs being introduced. Which two statements describe the consequences?()AThe plan baselines can be evolved over time to produce better performance.BThe newly generated plans are directly placed into the SQL plan baseline without being verified.CThe new SQL statements initially run with the plans that are known to produce good performance under standard test configuration.DThe optimizer does not generate new plans for the SQL statements for which the SQL plan baseline has been imported.

单选题Examine the following PL/SQL block:   SET SERVEROUTPUT ON SET LONG 10000 ECLARE report clob;  BEGIN report := DBMS_SPM.EVOLVE_SQL_PLAN_BASELINE(); DBMS_OUTPUT.PUT_LINE(report); END;   Which statement describes the effect of the execution of the above PL/SQL block?()A The plan baselines are verified with the SQL profiles.B All fixed plan baselines are converted into nonfixed plan baselines.C All the nonaccepted SQL profiles are accepted into the plan baseline.D The nonaccepted plans in the SQL Management Base are verified with the existing plan baselines.

单选题Which statement describes the effect of the execution of the above PL/SQL block?()AThe plan baselines are verified with the SQL profiles.BAll fixed plan baselines are converted into nonfixed plan baselines.CAll the nonaccepted SQL profiles are accepted into the plan baseline.DThe nonaccepted plans in the SQL Management Base are verified with the existing plan baselines.

多选题Identify the activities performed as part of the Automatic SQL Tuning process in the maintenance window?()Agenerating the SQL profileBtesting and accepting the SQL profileCgenerating a list of candidate SQLs for tuningDadding tuned SQL plans into the SQL plan baselineEtuning each SQL statement in the order of importanceFgenerating baselines that include candidate SQLs for tuning

多选题Which three are the valid statements in relation to SQL plan baselines?()AThe plans can be manually loaded to the SQL plan baseline.BThe plans in the SQL plan baseline are verified and accepted plans.CThe plans generated for every SQL statement are stored in the SQL plan baseline by default.DThe plan baselines are stored temporarily in the memory as long as the database instance is running.E For the SQL plan baselines to be accessible to the optimizer, the SYSAUX tablespace must be online.

多选题You want to analyze a SQL Tuning Set (STS) using SQL Performance Analyzer in a test database. Which two statements are true regarding the activities performed during the test execution of SQLs in a SQL Tuning Set?()AEvery SQL statement in the STS is considered only once for execution.BThe SQL statements in the STS are executed concurrently to produce the execution plan and execution statistics.CThe execution plan and execution statistics are computed for each SQL statement in the STS.DThe effects of DDL and DML are considered to produce the execution plan and execution statistics.