Question 31

You notice a performance change in your production Oracle 12c database. You want to know which change caused this performance difference.
Which method or feature should you use?
  • Question 32

    Which two statements are true about Resource Manager plans for individual pluggable databases (PDB plans) in a multitenant container database (CDB)? (Choose two.)
  • Question 33

    One of your database runs in ARCHIVELOG mode.
    Examine these initialization parameter settings:

    Which statement is true based on these settings?
  • Question 34

    Examine the resources consumed by a database instance whose current Resource Manager plan is displayed.
    SQL> SELECT name, active_sessions, queue_length,
    consumed_cpu_time, cpu_waits, cpu_wait_time
    FROM v$rsrc_consumer_group;

    Which two statements are true? (Choose two.)
  • Question 35

    Examine the commands executed to monitor database operations:
    $ > conn sys/oracle@prod as sysdba
    SQL> VAR eid NUMBER
    SQL>EXEC :eid := DBMS_SQL_MONITOR.BEGlN_OPERATION
    ('batch_job',FORCED_TRACKING=>'Y');
    Which two statements are true?