Question 186

Choose two. Which two are true about the Program Global Area (PGA) and its management in an Oracle database instance?
  • Question 187

    Choose three. Which three are true about Recovery Manager (RMAN) active database duplication?
  • Question 188

    Choose three. Which three capabilities require the use of the RMAN recovery catalog?
  • Question 189

    Your container database, CDB1, is in local undo mode.
    You successfully execute this command while connected to CDB1:
    CREATE PLUGGABLE DATABASE pdb1
    ADMIN USER pdb1_admin IDENTIFIED BY pdb123 ROLES=(CONNECT)
    CREATE_FILE_DEST='/u01/app/oracle/oradata/cdb1/pdb1';
    Which three are true about PDB1? (Choose three.)
  • Question 190

    Examine these queries and their output:

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