1Z0-117 試験問題を無料オンラインアクセス
| 試験コード: | 1Z0-117 |
| 試験名称: | Oracle Database 11g Release 2: SQL Tuning Exam |
| 認定資格: | Oracle |
| 無料問題数: | 125 |
| 更新日: | 2026-06-08 |
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?
You are administering a database supporting an OLTP workload where the users perform frequent queries for fetching a new rows as possible, involving join operations on recently
inserted data. In addition at night, a few DSS queries are also performed. Examine the initialization parameters for the instance:
Which two options would you use for the optimizer?
The following parameter values are set for the instance:
OPTIMIZER_CAPTURE_SQL_BASELINE = FALSE OPTIMIZER_USESQL_PLAN_BASELINE = TRUE The SQL plan baseline for a SQL statement contains an accepted plan.
You want to add a new plan automatically as an accepted plan to the existing SQL plan baseline.
Examine the following tasks.
1.Set the OPTIMIZER_CAPTURE_SQL_PLAN_BASELINE parameter to TRUE.
2.Evolve the new plan.
3.Fix the existing accepted plan.
4.Manually load the new plan.
Identify the task(s) that must be performed to accomplish this.