What is the outcome?
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?The PDB is placed in mount state. SQL> shutdown immediate; Pluggable Database closed. SQL> select status from v$instance; STATUS “”””””””MOUNTED SQL> There is no closed Status in a PDB. PDB can have Mount/Read Write/Read Only.
Question:
What is the outcome?
Options:
The PDB is closed.
The PDB is placed in mount state.
The command executes only if the common user is granted the set container privilege for the PDB.
The command results in an error because the PDB can be shut down only by a local user.
Correct Answer
The Correct Answer for this Question is
The PDB is placed in mount state.