OCP-052 Exam Summary (55) -CUUG answer internal version

Examine these facts about a database:

1.USER is the database default tablespace.

2.USER1, USER2, and USER3 have the CREATE SESSION privilege.

3.They also have UNLIMITED QUOTA on the default tablespace USERS.

4.They have no other privileges.

Examine these commands:

SQL> conn / as sysdba

Connected.

SQL> GRANT CREATE TABLE TO user1 WITH ADMIN OPTION;

Grant succeeded.

SQL> conn user1/oracle_4U

Connected.

SQL> GRANT CREATE TABLE TO user2;

Grant succeeded.

SQL> GRANT CREATE TABLE TO user3 WITH ADMIN OPTION;

Grant succeeded.

Which two are true?

A)If SYS revokes CREATE TABLE from USER1, it is not revoked from USER2 and USER3.

B)Only SYS can revoke CREATE TABLE from USER1.

C)If SYS revokes CREATE TABLE from USER1, it is revoked from USER2 but not from USER3.

D)Any user with CREATE TABLE WITH ADMIN OPTION can revoke CREATE TABLE from USER1.

E)Only SYS and USER1 can revoke CREATE TABLE from USER3.

Answer: AD

Zhao:

Exclusion options only two conditions. BD.

C mistake, the system does not have permission to recover the cascade.

Guess you like

Origin blog.51cto.com/13854012/2438845