Upgrade Oracle DBA 11g to Oracle Database 12c — Question 1

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

Correct answer: A, D

Explanation

The correct options, A and D, allow access to the PDB in read-only mode through the necessary privileges. Option A is valid because a local user with the set container privilege can connect to the PDB. Option D is also correct as common users can use the same privilege to access the PDB. Options B, C, and E do not provide the necessary access for read-only mode in this context.