Question 16

One of your multitenant container databases (CDB) contains multiple pluggable databases (PDBs). You connect to CDB$ROOTas SYSand execute these commands successfully:
SQL> CREATE USER C##ADMIN IDENTIFIED BY orcl123;
SQL> CREATE ROLE C##CONNECT;
SQL> GRANT CREATE SESSION, CREATE TABLE, SELECT ANY TABLE TO C##CONNECT; SQL> GRANT C##CONNECT to C##ADMIN CONTAINER=ALL; Which three are true? (Choose three.)
  • Question 17

    You execute the command to recover your database:

    Which statement is true?
  • Question 18

    Which three statements are true about the keystore storage framework for transparent data encryption?
    (Choose three.)
  • Question 19

    You want to export the pluggable database (PDB) hr pdb1 from the multitenant container database (CDB)CDB1 and import it into the cdb2 CDB as the emp_pdb1 PDB.
    Examine the list of possible steps required to perform the task:
    1.Create a PDB named emp_pdb1.
    2.Export the hr_pdb1 PDB by using the full clause.
    3.Open the emp_pdb1 PDB.
    4.Mount the emp_pdb1 PDB.
    5.Synchronize the emp_pdb1 PDB in restricted mode.
    6.Copy the dump file to the Data Pump directory.
    7.Create a Data Pump directory in the emp_pdb1 PDB.
    8.Import data into emp_pdb1 with the full and remap clauses.
    9.Createthe same tablespaces in emp_pdb1 as in hr_pdb1 for new local user objects.
    Identify the required steps in the correct order.
  • Question 20

    Which two statements are true about scheduling operations in a pluggable database (PDB)?