Oracle Database 12c Advance Adminstration1z0-063 Test 3
© examsiri.com
Question : 19 of 40
Marks:
+1,
-0
Examine the commands executed in CDBROOT of your multitenant container database (CDB) that has multiple pluggable databases (PDB):
Which statement is true about granting the select privilege on the DBA_users view to the c##ROLE1 role?
SQL> CREATE ROLE c##role1 CONTAINER=ALL;
SQL> GRANT CREATE SESSION, CREATE TABLE TO c##role1 CONTAINER=ALL;
SQL> CREATE USER c##admin IDENTIFIED BY orc1123;
SQL> GRANT c##role1 TO c##admin CONTAINER=ALL;
SQL> GRANT SELECT ON DBA_USERS to c##role1 CONTAINER=ALL; Which statement is true about granting the select privilege on the DBA_users view to the c##ROLE1 role?
Go to Question: