exam questions

Exam 1z0-084 All Questions

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

Exam 1z0-084 topic 1 question 17 discussion

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

An Oracle 19c database uses default values for all optimizer initialization parameters.
After a table undergoes partition maintenance, a large number of wait events occur for: cursor: pin S wait on X
Which command reduces the number of these wait events?

  • A. ALTER SYSTEM SET CURSOR_SHARING = FORCE;
  • B. ALTER SYSTEM SET CURSOR_SPACE_FOR_TIME = TRUE;
  • C. ALTER SYSTEM SET CURSOR_INVALIDATION = DEFERRED;
  • D. ALTER SYSTEM SET SESSION_CACHED_CURSORS = 500;
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
217972f
1 month, 1 week ago
Selected Answer: C
C because it deferred the cursor invalidation caused by table maintenance and avoid a spike of hard parse releated to the wait
upvoted 1 times
...
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 ...