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

Auto DOP is enabled for your instance.
You execute the following statements:

Which three are true about the execution of the join?

正解:B,C,D 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
What are three common reasons for SQL statements to perform poorly?

正解:A,C,E 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
In Your Database, The Cursor_Shareing Parameter is set to EXACT. In the Employees table, the data is significantly skewed in the DEPTNO column. The value 10 is found in 97% of rows.
Examine the following command and out put.

Which three statements are correct?

正解:A,C,E 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Examine the Exhibit 1 to view the structure of and indexes for EMPLOYEES and DEPARTMENTS tables.


Which three statements are true regarding the execution plan?

正解:B,C,D 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
You execute the following query for the first time:

Examine the SQL statement processing steps:
1.The value of the variable SAL is obtained to run the query.
2.The syntax of the query is checked
3.A parse tree for the query is generated
4.Semantics for the query are checked
5.The required rows are fetched
6.The SQL is executed to produce the required result.
Which is the correct order of execution of the above query?

解説: (GoShiken メンバーにのみ表示されます)
Examine the exhibit to view the query and its execution plan?

What two statements are true?

解説: (GoShiken メンバーにのみ表示されます)
Identify two situations in which full table scans will be faster than index range scans.

解説: (GoShiken メンバーにのみ表示されます)
You enable auto degree of parallelism (DOP) for your database instance. Examine the following query:

Which two are true about the execution of statement?

解説: (GoShiken メンバーにのみ表示されます)
In your database, the CURSOR_SHARING parameter is set to FORCE.
A user issues the following SQL statement:
Select * from SH.CUSTOMERS where REIGN='NORTH'
Which two statements are correct?

解説: (GoShiken メンバーにのみ表示されます)
View the Exhibit1 and examine the structure and indexes for the MYSALES table.

The application uses the MYSALES table to insert sales record. But this table is also extensively used for generating sales reports. The PROD_ID and CUST_ID columns are frequently used in the WHERE clause of the queries. These columns are frequently used in WHERE clause of the queries. These columns have few distinct values relative to the total number of rows in the table.
View exhibit 2 and examine one of the queries and its auto trace output.

What should you do to improve the performance of the query?

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