Oracle
1Z0-060 · Question #101
1Z0-060 Question #101: Real Exam Question with Answer & Explanation
The correct answer is C: The command will, create a common user whose description is contained in the root and each PDB.. If you omit this clause and the current container is a PDB, then CONTAINER = CURRENT is the default. If you omit this clause and the current container is the root, then CONTAINER = ALL is create table only in current container
Question
Your multitenant container database (CDB) contains some pluggable databases (PDBs), you execute the following command in the root container: Which two statements are true? (Choose two.)
Options
- ASchema objects owned by the C# # A_ADMIN common user can be shared across all PDBs.
- BThe C # # A_ADMIN user will be able to use the TEMP_TS temporary tablespace only in root.
- CThe command will, create a common user whose description is contained in the root and each PDB.
- DThe schema for the common user C # # A_ADMIN can be different in each container.
- EThe command will create a user in the root container only because the container clause is not used.
Explanation
If you omit this clause and the current container is a PDB, then CONTAINER = CURRENT is the default. If you omit this clause and the current container is the root, then CONTAINER = ALL is create table only in current container
Community Discussion
No community discussion yet for this question.