Question 56

Choose three. 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?
  • Question 57

    You want to transport the UNIVERSITY tablespace from one database to another.
    The UNIVERSITY tablespace is currently open read/write.
    The source and destination platforms have the same endian format.
    Examine this list of steps:
    1. Make the UNIVERSITY tablespace read-only on the source system.
    2. Export the UNIVERSITY tablespace metadata using EXPDP.
    3. Create a cross-platform backup set from the UNIVERSITY tablespace on the source system, using an RMAN command that includes the DATAPUMP clause.
    4. Copy the cross-platform backup sets to the destination system.
    5. Copy the Data Pump dump set from the source to the destination system.
    6. Restore the cross-platform backup set on the destination system using an RMAN command that includes the DATAPUMP clause.
    7. Import the UNIVERSITY tablespace metadata using IMPDP.
    8. Make the UNIVERSITY tablespace read/write on the destination system.
    Which are the minimum number of steps required, in the correct order, to transport the UNIVERSITY tablespace?
  • Question 58

    choose two Examine the command to duplicate a database: RMAN> DUPLICATE TARGET DATABASE TCddb PLUGGABLE DATABASE pdbl,pdb5; Which two statements are true about the DUPLICATE command?
  • Question 59

    Which three are true about an application seed pluggable database (PDB)?
  • Question 60

    You issued this command:
    RMAN> BACKUP RECOVERY FILES;
    Which two are true? (Choose two.)