1Z0-063 FROM B net 3

Q3 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 orcl123;
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?
A. It can create only local users in all the PDBs.
B. It has a common schema for all the PDBs. 
C. It can create common users only when it is logged in to the CDB. 
D. It can create only local users in the CDB. 

E. It can be granted only common roles in the PDBs. 

Anwer AB

猜你喜欢

转载自blog.csdn.net/u012887743/article/details/80745930