Oracle Database 12c Advance Adminstration1z0-063 Test 4
© examsiri.com
Question : 34 of 40
Marks:
+1,
-0
Your Oracle 12c multitenant container database (CDB) contains multiple pluggable databases (PDBs).
In PDB HR_PDB, common user C##ADMIN and local user B_ADMIN have only the CONNECT privilege.
You create a common role C##ROLE1 with the CREATE ANY TABLE and SELECT ANY TABLE privileges.
You then execute the commands:
Which three statements are true? (Choose three.)
In PDB HR_PDB, common user C##ADMIN and local user B_ADMIN have only the CONNECT privilege.
You create a common role C##ROLE1 with the CREATE ANY TABLE and SELECT ANY TABLE privileges.
You then execute the commands:
SQL> GRANT c##role1 TO c##admin CONTAINER=ALL>;
SQL> CONN sys/oracle@HR_PDB as sysdba
SQL> GRANT c##role1 TO b_admin CONTAINER=CURRENT; Which three statements are true? (Choose three.)
Go to Question: