1Z0-060 · Question #44
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…
The correct answer is A. You can conned as a common user by using the connect statement. C. You can connect by using easy connect. D. You can connect by using OS authentication. E. You can connect by using a Net Service name. The choice of threading model is dictated by the THREADED_EXECUTION initialization THREADED_EXECUTION=FALSE: The default value causes Oracle to run using the multiprocess model. THREADED_EXECUTION=TRUE: Oracle runs with the multithreaded model. OS Authentication is not…
Question
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?
Options
- AYou can conned as a common user by using the connect statement.
- BYou can connect as a local user by using the connect statement.
- CYou can connect by using easy connect.
- DYou can connect by using OS authentication.
- EYou can connect by using a Net Service name.
- FYou can connect as a local user by using the SET CONTAINER statement.
How the community answered
(59 responses)- A73% (43)
- B8% (5)
- F19% (11)
Explanation
- The choice of threading model is dictated by the THREADED_EXECUTION initialization THREADED_EXECUTION=FALSE: The default value causes Oracle to run using the multiprocess model. THREADED_EXECUTION=TRUE: Oracle runs with the multithreaded model. *OS Authentication is not supported with the multithreaded model. * THREADED_EXECUTION When this initialization parameter is set to TRUE, which enables the multithreaded Oracle model, operating system authentication is not supported. Attempts to connect to the database using operating system authentication (for example, CONNECT / AS SYSDBA or CONNECT / ) when this initialization parameter is set to TRUE receive an ORA-01031"insufficient privileges" error.
Topics
Community Discussion
No community discussion yet for this question.