Question 271

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

    You execute the following commands to audit database activities:
    SQL > ALTER SYSTEM SET AUDIT_TRIAL=DB, EXTENDED SCOPE=SPFILE;
    SQL > AUDIT SELECT TABLE, INSERT TABLE, DELETE TABLE BY JOHN By SESSION WHENEVER SUCCESSFUL; Which statement is true about the audit record that generated when auditing after instance restarts?
  • Question 273

    Flashback is enabled for your multitenant container database (CDB), which contains two pluggable database (PDBs). A
    local user was accidently dropped from one of the PDBs.
    You want to flash back the PDB to the time before the local user was dropped. You connect to the CDB and execute the
    following commands:
    SQL > SHUTDOWN IMMEDIATE
    SQL > STARTUP MOUNT
    SQL > FLASHBACK DATABASE to TIME "TO_DATE ('08/20/12' , 'MM/DD/YY')";
    Examine following commands:
    1. ALTER PLUGGABLE DATABASE ALL OPEN;
    2. ALTER DATABASE OPEN;
    3. ALTER DATABASE OPEN RESETLOGS;
    Which command or commands should you execute next to allow updates to the flashback back schema?
  • Question 274

    Examine the parameters:
    Your database instance is started with a PFILE.

    You want to increase the size of the buffer cache. Free memory is available to increase the size of the buffer cache.
    You execute the command:
    SQL> ALTER SYSTEM SET DB_CACHE_SIZE=1024M;
    Which is the outcome?
  • Question 275

    You notice a performance change in your production Oracle database and you want to know which change has made 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? (Choose three.)