Question 31

Your multitenant container database has three pluggable databases (PDBs): PDB1, PDB2, and PDB3.
Which two RMAN commands may be; used to back up only the PDB1 pluggable database?
(Choose two.)
  • Question 32

    You support Oracle Database 12c Oracle Database 11g, and Oracle Database log on the same server.
    All databases of all versions use Automatic Storage Management (ASM).
    Which three statements are true about the ASM disk group compatibility attributes that are set for a disk group? (Choose three.)
  • Question 33

    Which activity is audited by default and recorded in the operating system audit trail irrespective of whether or not
    database auditing is enabled?
  • Question 34

    Examine the memory-related parameters set in the SPFILE of an Oracle database:

    Which statement is true?
  • Question 35

    The HR.DEPARTMENTS table is the parent of the HR.EMPLOYEES table. The
    EMPLOYEES.DEPARTMENT_ID column has a foreign key constraint with the ON DELETE CASCADE option that refers to the DEPARTMENTS.DEPARTMENT_ID column.
    An index exists on the DEPARTMENTS.DEPARTMENT_ID column. A transaction deletes a primary key in the DEPARTMENTS table, which has child rows in the EMPLOYEES table.
    Which statement is true?