Question 1

Which two statements are true about Resource Manager plans for individual pluggable databases (PDB plans) in a multitenant container database (CDB)?
  • Question 2

    Which three statements are true about unplugging a pluggable database (PDB)? (Choose three.)
  • Question 3

    Your multitenant container database (CDB) contains multiple pluggable databases (PDBs). You execute the command to create a common user:
    SQL> CREATE USER c##a_admin IDENTIFIED BY password DEFAULT TABLESPACE users QUOTA I00M ON users TEMPORARY TABLESPACE temp;
    Which statement is true about the execution of the command?
  • Question 4

    Examine the probable steps involved in the basic backup process of RMAN and Oracle Secure Backup
    (OSB):
    1. RMAN initiates backup and passes the database backup storage selector to OSB.
    2. RMAN creates the backup job.
    3. OSB creates the backup job with an OSB user.
    4. RMAN updates its repository.
    5. RMAN executes the job and transfers data from a client to media.
    6. OSB executes the job and transfers data from a client to media.
    7. OSB updates its repository.
    Identify the required steps in the correct order.
  • Question 5

    You accidentally drop the CUSTOMERS table, and then recover it by using the FLASHBACK TABLE command.
    Which two statements are true about the dependent objects of the CUSTOMERS table? (Choose two.)