Question 116

Examine these queries and their output:

An online RMAN backup of the CDB was taken an hour before Restore Point R1was created.
You want to recover PDB1 to Restore Point R1.
How do you achieve this?
  • Question 117

    Which two are true about diagnosing Oracle Database failure situations using Data Recovery Advisor?
  • Question 118

    You must transport the UNIVERSITYtablespace from one database to another.
    The UNIVERSITYtablespace is currently open read/write.
    The source and destination platforms have different endian formats.
    Examine this list of actions:
    1. Make the UNIVERSITY tablespace read-only on the source system.
    2. Export the UNIVERSITYtablespace metadata using EXPDP.
    3. Convert the UNIVERSITYtablespace data fies to the destination platform format using RMANon the source system.
    4. Copy the UNIVERSITYtablespace data files to the destination system.
    5. Copy the Data Pump dump set to the destination system.
    6. Convert the UNIVERSITYtablespace data files to the destination platform format using RMAN on the destination system.
    7. Import the UNIVERSITYtablespace metadata using IMPDP.
    8. Make the UNIVERSITY tablespace read/write on the destination system.
    Which is the minimum number of actions required, in the correct order, to transport the UNIVERSITY tablespace?
  • Question 119

    Choose three. Which three are true about RMAN archival backups with the RESTORE POINT clause?
  • Question 120

    You issued this command:
    RMAN> BACKUP RECOVERY AREA FORCE;
    Which three are true? (Choose three.)