Oracle Database 12c: Installation and Administration — Question 120

An administrator account is granted the CREATE SESSION and SET CONTAINER system privileges.
A multitenant container database (CDB) instant has the following parameter set:

THREADED_EXECUTION = FALSE -
Which four statements are true about this administrator establishing connections to root in a CDB that has been opened in read only mode? (Choose four.)

Answer options

Correct answer: A, C, D, E

Explanation

The correct answers A, C, D, and E are valid methods for connecting to the root of a CDB in read-only mode. Option B is incorrect because local users cannot connect in this scenario, and option F is also incorrect since the SET CONTAINER statement is not applicable for establishing connections in read-only mode.