Question 1

Your multitenant container database (CDB) is running in ARCHIVELOG mode.
Examine this command and its output:

You issue this command in RMAN:
RMAN>BACKUP PLUGGABLE DATABASE "CDB$ROOT", pdb2_1;
What is the outcome?
  • Question 2

    You performed an incremental level 0 backup of a database:
    RMAN > BACKUP INCREMENTAL LEVEL 0 DATABASE;
    To enable block change tracking after the incremental level 0 backup, you issued this command:
    SQL > ALTER DATABASE ENABLE BLOCK CHANGE TRACKING USING FILE '/mydir/
    rman_change_track.f';
    To perform an incremental level 1 cumulative backup, you issued this command:
    RMAN> BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE;
    Which three statements are true? (Choose three.)
  • Question 3

    You have installed two 64G flash devices to support the Database Smart Flash Cache feature on your database server that is running on Oracle Linux.
    You have set the DB_SMART_FLASH_FILE parameter: DB_FLASH_CACHE_FILE= '/dev/flash_device_1 ',' /dev/flash_device_2'
    How should the DB_FLASH_CACHE_SIZE be configured to use both devices?
  • Question 4

    What is the result of executing a TRUNCATE TABLE command on a table that hasFlashback Archivingenabled?
  • Question 5

    You upgraded your database from pre-12c to a multitenant container database (CDB) containing pluggable databases (PDBs).
    Examine the query and its output: Which two tasks must you perform to add users with SYSBACKUP, SYSDG, and SYSKM privilege to the password file?