Question 81

You use RMAN to back up a database which uses Automatic Storage Management (ASM) and you use the MD_BACKUP command to back up the ASM metadata regularly.
You lose an ASM disk group DG1 due to a hardware failure.
In which two ways can you re-create the lost disk group and restore the data? (Choose two.)
  • Question 82

    Examine the following command;
    ALTER SYSTEM SET enable_ddl_logging = TRUE;
    Which statement is true?
  • Question 83

    Which five actions are prerequisites for using extended data types for VARCHAR2, NVARCHAR2, and RAW columns in Oracle Database 12c? (Choose five.)
  • Question 84

    You are about to plug a multi-terabyte non-CDB into an existing multitenant container database (CDB) as a pluggable database (PDB).
    The characteristics of the non-CDB are as follows:
    - Version:Oracle Database 12c Releases 1 64-bit
    - Character set: WE8ISO8859P15
    - National character set: AL16UTF16
    - O/S: Oracle Linux6 64-bit
    The characteristics of the CDB are as follows:
    - Version: Oracle Database 12c Release 1 64-bit
    - Character set: AL32UTF8
    - O/S:OracleLinux 6 64-bit
    Which technique should you use to minimize down time while plugging this non-CDB into the CDB?
  • Question 85

    What is the effect of specifying the "ENABLE PLUGGABLE DATABASE" clause in a "CREATE DATABASE" statement?