Question 1

A container database called CDB1 is OMF-enabled. PDB_FILE_NAME_CONVERT is not configured in CDB1. PDB1 was unplugged from CDB1 earlier in the week. Examine this command, which will be executed in CDB1: CREATE PLUGGABLE DATABASE pdb1 USING '/u01/app/oracle/oradata/pdb1.xml' SOURCE_FILE_NAME_CONVERT = ('/u01/app/oracle/oradata/', '/u02/app/oracle/oradata/'); Which two are true? (Choose two.)
  • Question 2

    Which three are true about Automatic Workload Repository (AWR), Automatic Database Diagnostic Monitor (ADDM), and the Manageability Monitor (MMON) background process? (Choose three.)
  • Question 3

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

    Examine this configuration:

    You execute these commands before upgrading the database to the current release:

    For which databases will fixup scripts be created?
  • Question 5

    Choose the best answer. Examine this configuration: 1. CDB1 is a container database. 2.
    COMMON_USER_PREFIX is set to an empty string. 3. PDB1 is a pluggable database in CDB1. 4. APP1_ROOT is an application container in CDB1. 5. APP1_PDB1 is an application PDB in APP1_ROOT. You execute these commands: S sqlplus sys/oracle@localhost:1521/cdb1 as sysdba SQL> CREATE ROLE role1 CONTAINER=CURRENT; Which is true?