Pre-Winter Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

All 1z0-084 Test Inside Oracle Questions

Page: 3 / 4
Total 55 questions

Oracle Database 19c: Performance Management and Tuning Questions and Answers

Question 9

Which two statements are true about cursor sharing?

Options:

A.

Setting Cursor_sharing to FORCE can result in a plan that is suboptimal for the majority of

values bound to a bind variable when executing a cursor with one or more bind variables.

B.

Adaptive Cursor Sharing guarantees that a suboptimal plan will never be used on any execution of a SQL statement.

C.

Setting optimizer_capture_sql_plan_baselines to TRUE loads all adaptive plans for the same statement into the cursor cache.

D.

Setting cursor_sharing to EXACT prevents Adaptive Cursor Sharing from being used.

E.

Adaptive Cursor Sharing requires histograms on filtered columns, used in equality predicates, to allow different execution plans to be generated for statements whose bound values would normally generate different plans at hard parse time.

Question 10

Which three types of statistics are captured by statspack with snap level 6?

Options:

A.

Parent and child latches

B.

Parent and child latches

C.

Optimizer execution plans

D.

Plan usage data

E.

Enqueue statistics

F.

Segment-level statistics

Question 11

Examine this code block, which executes successfully:

DBMS_SERVER_ALERT. SET_THRESHOLD (

DBMS_SERVER_ALERT.CPU_TIME_PER_CALL, DBMS_SERVER_ALERT. OPERATOR_GE, '8000',

DBMS_SERVER_ALERT.OPERATOR_GE, '10000', 1, 2, 'inst1',

DBMS_SERVER_ALERT.OBJECT_TYPE_SERVICE, 'main.regress.rdbms.dev.us.example.com') ;

What will happen?

Options:

A.

A warning alert will be issued when CPU time exceeds 1 minute for each user call.

B.

A critical alert will be issued when CPU time exceeds 10000 microseconds for each user call.

C.

A warning alert will be issued only when CPU time exceeds 10000 microseconds for each user call.

D.

A critical alert will be issued when CPU time exceeds 2 minutes for each user call.

Question 12

Examine this AWRreport excerpt:

You must reduce the impact of database I/O, without increasing buffer cache size and without modifying the SQL statements.

Which compression option satisfies this requirement?

Options:

A.

MN STORE COMPRESS FOR QUERY LOW

B.

STORE COMPRESS

C.

ROW STORE COMPRESS ADVANCED

D.

COLUMN STORE COMPRESS FOR QUERY HIGH

Page: 3 / 4
Total 55 questions