Oracle Database 12c: Advanced Administration — Question 81
You are administering a multitenant container database (CDB).
Identify two ways to access a pluggable database (PDB) that is open in read-only mode.
Answer options
- A. by using the connect statement as a local user having only the set container privilege
- B. by using easy connect
- C. by using external authentication
- D. as a common user with the set container privilege
- E. by executing the alter session set container command as a local user
Correct answer: A, D
Explanation
The correct answers are A and D because both options allow access to the PDB in read-only mode with the necessary privileges. Option A allows a local user with the set container privilege to connect, while option D enables a common user with the same privilege to access the PDB. The other options do not provide the correct means to access the PDB under the specified conditions.