Oracle Database 19c: Performance Management and Tuning 1z0-084 Question # 4 Topic 1 Discussion

Oracle Database 19c: Performance Management and Tuning 1z0-084 Question # 4 Topic 1 Discussion

1z0-084 Exam Topic 1 Question 4 Discussion:
Question #: 4
Topic #: 1

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') ;

1z0-084 Question 4

What will happen?


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.


Get Premium 1z0-084 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.