exam questions

Exam 1z0-054 All Questions

View all questions & answers for the 1z0-054 exam

Exam 1z0-054 topic 1 question 34 discussion

Actual exam question from Oracle's 1z0-054
Question #: 34
Topic #: 1
[All 1z0-054 Questions]

You used SQL Tuning Advisor for a long-running SQL statement that suggested a SQL profile which can be used by the query subsequently for a better execution plan. After implementing the profile, you altered the profile to include it in a category as follows:
SQL> EXEC DBMS_SQLTUNE.ALTER_SQL_PROFILE ( name=>
'SYS_SQLPROF_0146ced728214000, attribute_name => 'CATEGORY', value => 'DEV2').
But the performance has not improved for the user session. The profile is enabled and on investigating the query plan, you find that the query from the user session does not use the SQL profile. View the Exhibit and examine the parameters for the user session. What could be the reason for this?

  • A. The CONTROL_MANAGEMENT_PACK_ACCESS parameter is not set to DEV2.
  • B. The OPTIMIZER_MODE parameter is set to ALL_ROWS for the user session.
  • C. The SQLTUNE_CATEGORY parameter is set to DEFAULT for the user session.
  • D. The OPTIMIZER_USE_PLAN_BASELINES parameter is set to TRUE for the user session.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...