Chinaunix首页 | 论坛 | 博客
  • 博客访问: 667081
  • 博文数量: 487
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 4936
  • 用 户 组: 普通用户
  • 注册时间: 2018-07-05 13:59
个人简介

ocp考试资料群:569933648 验证码:ocp OCP 12c 19c考试题库解析与资料群:钉钉群号:35277291

文章分类

全部博文(487)

文章存档

2024年(2)

2023年(37)

2021年(151)

2020年(37)

2019年(222)

2018年(38)

我的朋友

分类: Oracle

2018-07-30 15:06:05

27、Examine these facts about a database:

1. USERS 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.

12、 Which two are true?

A. Any user with create table with admin option can revoke create table from user1.

B. If SYS revokes create table from user1, it is revoked from user2 but not from user3.

C. Only SYS and USER1 can revoke CREATE TABLE from USER3.

D. Only SYS CAN REVOKE CREATE TABLE FROM USER1.

E. If SYS revokes create table from user1, it is not revoked from USER2 and USER3.

Correct Answer: AE


阅读(1680) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~