1z0-063 Exam QuestionsBrowse all questions from this exam

1z0-063 Exam - Question 121


You are administering a multitenant container database (CDB) cdb1 that has multiple pluggable databases (PDBs). As the sys user on cdb$root, you execute the commands:

SQL> CREATE USER C##ADMIN IDENTIFIED BY orc1123;

SQL> GRANT CREATE SESSION to C##ADMIN CONTAINER=ALL;

SQL> GRANT CREATE USER TO C##ADMIN CONTAINER=ALL;

Which two statements are true about the c##admin user that is created in all PDBs?

Show Answer
Correct Answer: AC

The c##admin user is a common user because the username is prefixed with 'C##'. Common users can manage database objects and perform administrative tasks across all PDBs. The user can create local users when logged into any PDB and can create common users only when logged into the CDB root. Therefore, it can create only local users in all the PDBs and can create common users only when logged into the CDB root.

Discussion

6 comments
Sign in to comment
sherifelia
Jan 30, 2020

Answer AC

Kalinos20
Jan 30, 2020

Answer A,C

Sugar
Jun 22, 2020

I agree for the A C

Simon22
May 24, 2021

B: when in root database =ALL is default C: common users can be created only in cdb

Simon22
May 26, 2021

sorry answer is AC

hilaire
Jul 14, 2021

AC correct

maloumba
Dec 29, 2022

BC is the right answer