1Z1-060 Exam Question 151

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?
  • 1Z1-060 Exam Question 152

    You are administering a database and you receive a requirement to apply the following restrictions:
    1. A connection must be terminated after four unsuccessful login
    attempts by user.
    2. A user should not be able to create more than four simultaneous
    sessions.
    3. User session must be terminated after 15 minutes of inactivity.
    4. Users must be prompted to change their passwords every 15 days.
    How would you accomplish these requirements?
  • 1Z1-060 Exam Question 153

    An Automatic Database Diagnostic Monitor (ADDM) finding in your production database reports that the shared pool is inadequately sized. You diagnose that this is due to the different kinds of workloads and this occurs only during peak hours. The following are the parameter settings for the database instance:

    You want to balance the memory between the System Global Area (SGA) components depending on the workload.
    Which option would solve this problem?
  • 1Z1-060 Exam Question 154

    Which three are direct benefits of the multiprocess, multithreaded architecture of Oracle Database 12c when it is enabled?
  • 1Z1-060 Exam Question 155

    Which two statements are true about the use of the procedures listed in the v$sysaux_occupants.move_procedure column?