Question 221

Your database is configured in ARCHIVELOGmode, and a daily full database backup is taken by using RMAN.
Control file autobackup is configured.
Loss of which three database files can lead to an incomplete recovery? (Choose three.)
  • Question 222

    Identify two prerequisites for configuring Enterprise Manager Database Express (EM
    Express).
  • Question 223

    In your multitenant container database (CDB) containing pluggable database (PDBs), you granted the CREATE TABLE privilege to the common user C # # A_ADMIN in root and all PDBs. You execute the following command from the root container:
    SQL > REVOKE create table FROM C # # A_ADMIN;
    What is the result?
  • Question 224

    You want to reduce fragmentation and reclaim unused space for the SALEStable but not its dependent objects.
    During this operation, you want to ensure the following:
    - Long-running queries are not affected.
    - No extra space is used.
    - Data manipulation language (DML) operations on the table succeed at all times throughout the process.
    - Unused space is reclaimed both above and below the high water mark.
    Which ALTER TABLEoption would you recommend?
  • Question 225

    Which two are true for databases running in ARCHIVELOGmode? (Choose two.)