码迷,mamicode.com
首页 > 其他好文 > 详细

OCP-052考试题库汇总(55)-CUUG内部解答版

时间:2019-09-18 14:25:52      阅读:94      评论:0      收藏:0      [点我收藏+]

标签:grant   user   from   排除   rac   级联   rom   database   考试   

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

赵:

排除两个 only 条件的选项。BD。

C 错,系统权限不能级联收回。

OCP-052考试题库汇总(55)-CUUG内部解答版

标签:grant   user   from   排除   rac   级联   rom   database   考试   

原文地址:https://blog.51cto.com/13854012/2438845

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!