Question 206

You have configured RMAN SBT channels to write backups to media.
You then take an RMAN backup by using this command:

Which three are true? (Choose three.)
  • Question 207

    Examine these queries and their output:

    After a system crash, an instance restart and an attempted opening of the PDBs result in:

    Which two are true? (Choose two.)
  • Question 208

    Choose two. You are managing this configuration: 1. CDB1 is a container database. 2. PDB1 and PDB2 are two pluggable databases in CDB1. 3. USER1.EMP is a table in PDB1 and USER2.DEPT is a table in PDB2 . CDB1 user SYS executes these commands after connecting successfully to PDB2: SQL> ALTER SESSION SET CONTAINER=pdb1; Session altered. SQL> INSERT INTO user1.emp VALUES (100, 'Alan' ,1) ; 1 row created. SQL> INSERT INTO user1.emp VALUES (101, 'Ben' ,1) ; 1 row created. SQL> ALTER SESSION SET CONTAINER=pdb2; Session altered. SQL> INSERT INTO user2.dept VALUES(1, 'IT'); Which two are true? Which two are true? (Choose two.)
  • Question 209

    Oracle Managed Files (OMF) is enabled in a CDB and this command is successfully executed:

    Which three are true? (Choose three.)
  • Question 210

    Which three are true in Oracle 19c and later releases? (Choose three.)