Oracle Database 12c: Advanced Administration — Question 37

You are connected to a pluggable database (PDB) as a common user with the sysdba privilege. The PDB is open and you issue the shutdown immediate command.
What is the outcome?

Answer options

Correct answer: A

Explanation

The correct answer is A because issuing the shutdown immediate command while connected as a common user with sysdba privileges closes the PDB and leaves it in an unmount state. Options B and C are incorrect as they misrepresent the state of the PDB after the command, and option D is wrong because the command can be executed by a common user with the appropriate privileges.