1Z0-117試験無料問題集「Oracle Database 11g Release 2: SQL Tuning 認定」

What are three common reasons for SQL statements to perform poorly?

正解:A,C,E 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Examine the exhibit to view the query and its execution plan?

What two statements are true?

解説: (GoShiken メンバーにのみ表示されます)
Examine the Exhibit to view the structure of and indexes for the EMPLOYEES and DEPARTMENTS tables:

EXAMINE the SQL statement and its execution plan:

Which two statements are correct regarding the execution plan?

解説: (GoShiken メンバーにのみ表示されます)
Examine the parallelism parameters for your instance:

What are true about the execution of the query?

解説: (GoShiken メンバーにのみ表示されます)
Which two tasks are performed during the optimization stage of a SQL statement?

解説: (GoShiken メンバーにのみ表示されます)
Examine the following anonymous PL/SQL code block of code:

Which two are true concerning the use of this code?

解説: (GoShiken メンバーにのみ表示されます)
You are administering a database that supports a DSS workload, where in an application a set of queries use the query rewrite on materialized views. You notice that these queries are performing poorly.
Which two actions can you make to improve the performance of theses queries?

解説: (GoShiken メンバーにのみ表示されます)
Refer to the Exhibit.

Execution plan:

What must be the correct order of steps that the optimizer executes based on the ID column the execution plan?

Which three tasks are performed by the parallel execution coordinator process?

正解:B,D,F 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
A database supports three applications: CRM, ERP, and ACC. These applications connect to the database by using three different services: CRM_SRV for the CRM application, ERP_SRV for the ERP application, and ACC_SRV for the ACC application.
You enable tracing for the ACC_SRV service by issuing the following command:
SQL> EXECUTE DBMS for the ACC_SRV service by issuing the following command:
SQL> EXECUITIVE DBMS_MONITOR. SERV_MOD_ACT_TRACE_ENABLE (service_name => 'ACC_SRV', waits => TRUE, binds = > FALSE, instance_name = > 'inst1');
Which statement is true?

解説: (GoShiken メンバーにのみ表示されます)