1Z1-060 Exam Question 11

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

    You are administering a database stored in Automatic Storage Management (ASM). You use RMAN to back up the database and the MD_BACKUP command to back up the ASM metadata regularly. You lost an ASM disk group DG1 due to hardware failure.
    In which three ways can you re-create the lost disk group and restore the data?
  • 1Z1-060 Exam Question 13

    Your multitenant container database has three pluggable databases (PDBs): PDB1, PDB2, and PDB3.
    Which two RMAN commands may be used to back up only the PDB1 pluggable database? (Choose two.)
  • 1Z1-060 Exam Question 14

    Identify two valid options for adding a pluggable database (PDB) to an existing multitenant container database (CDB).
  • 1Z1-060 Exam Question 15

    Which three statements are true about Flashback Database? (Choose three.)