Question 1

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

    Which three are true about monitoring waits for sessions and services? (Choose three.)
  • Question 3

    Examine this configuration:
    1. CDB1 is a container database.
    2. PDB1 and PDB2 are pluggable databases in CDB1.
    3. PDB1 and PDB2 are open in read write mode.
    You execute these commands successfully:

    Which two are true?
  • Question 4

    Examine the RMAN command: RMAN> RUN { ALLOCATE CHANNEL c1 DEVICE TYPE sbt; ALLOCATE CHANNEL c2 DEVICE TYPE sbt; ALLOCATE CHANNEL c3 DEVICE TYPE sbt; BACKUP INCREMENTAL LEVEL = 0 (DATAFILE 1,4,5 CHANNEL c1) (DATAFILE 2,3,9 CHANNEL c2) (DATAFILE 6,7,8 CHANNEL c3); SQL 'ALTER SYSTEM ARCHIVE LOG CURRENT'; } Which statement is true about the command?
  • Question 5

    Which two are true about server-generated alerts? (Choose two.)