Question 116

Which two are true about creating pluggable databases (PDBs) using snapshots in Oracle 19c and later releases? (Choose two.)
  • Question 117

    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 118

    Examine this configuration:

    While CDB1 is open, '/u02/app/oracle/fast_recover_area/cdb1/CDB1/controlfile02.ctl' is accidentally deleted.
    To recover from this critical failure, you execute these commands:

    What will be the outcome?
  • Question 119

    Which two are true about Recovery Manager (RMAN) diagnostic message output? (Choose two.)
  • Question 120

    Your sales_root application container has two application PDBs.
    The sales_app application has a common table, FIN.REVENUE, in the two PDBs.
    Examine this query and its output:

    Which two are true?