Question 21

Which procedure gathers statistics that are always used in the generation of any execution plan?
  • Question 22

    Users complain about slowness and session interruptions. Additional checks reveal the following error in the application log:

    Which file has additional information about this error?
  • Question 23

    Database performance degraded between 23:15 and 23:30 for the last three nights. The awr snapshot interval is one hour. The AODM report contains nothing about this performance problem.
    With which tool can you further analyze this problem?
  • Question 24

    Which Optimizer component helps decide whether to use a nested loop join or a hash join in an adaptive execution plan?
  • Question 25

    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?