1Z0-117 無料問題集「Oracle Database 11g Release 2: SQL Tuning」
Examine the parallelism parameter for your instance:
parallel_servers_target
Now examine the resource plan containing parallel statement directives:
Consumer Group resource plan containing parallel statement directives:
Which two are true about parallel statement queuing when this plan is active?
parallel_servers_target
Now examine the resource plan containing parallel statement directives:
Consumer Group resource plan containing parallel statement directives:
Which two are true about parallel statement queuing when this plan is active?
正解:A、C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
You identified some DSS queries that perform expensive join and aggregation operations.
The queries access historical data from noncurrent partition of the fact tables.
What three actions could you perform to improve the response time of the queries without modifying the SQL statements?
The queries access historical data from noncurrent partition of the fact tables.
What three actions could you perform to improve the response time of the queries without modifying the SQL statements?
正解:A、B、D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
You are working on a database that supports an OLTP workload. You see a large number of hard parses occurring and several almost identical SQL statements in the library cache that vary only in the literal values in the WHERE clause conditions.
Which two methods can you use to reduce hard parsing?
Which two methods can you use to reduce hard parsing?
正解:A、D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
You are administering a database that supports an OLTP workload in which one of the applications inserts rows in a table until 12 noon every, after which multiple years perform frequent queries on the table. You want the statistics to be more representative of the table population.
What must be done to ensure that an optimizer uses the latest statistics of the table?
What must be done to ensure that an optimizer uses the latest statistics of the table?
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)