Question 41

You notice that the performance of your production 24/7 Oracle database significantly degraded. Sometimes you are not able to connect to the instance because it hangs. You do not want to restart the database instance.
How can you detect the cause of the degraded performance?
  • Question 42

    Which three activities are supported by the Data Recovery Advisor?
  • Question 43

    You notice a performance change in your production Oracle 12c database and you want to know what change caused this performance difference. You generate the compare period Automatic Database Diagnostic Monitor (ADDM) report to further investigation.
    Which three findings would you get from the report?
  • Question 44

    You wish to enable an audit policy for all database users, except SYS, SYSTEM, and SCOTT.
    You issue the following statements:
    SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SYS;
    SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SYSTEM;
    SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SCOTT;
    For which database users is the audit policy now active?
  • Question 45

    Which three statements are true about the working of system privileges in a multitenant control database (CDB) that has pluggable databases (PDBs)?