042第160题

[复制链接]
查看11 | 回复7 | 2008-1-11 01:05:02 | 显示全部楼层 |阅读模式
QUESTION 160:
You execute the following set of commands to create a database user and to grant
the system privileges in your production environment.
SQL> CREATE USER user01
IDENTIFIED BY oracle
DEFAULT TABLESPACE tbs1
TEMPORARY TABLESPACE temp
PROFILE default
/
SQL> GRANT create session, create table TO user01;
While executing the command to create a table, the user gets the following error
message and the CREATE TABLE.. command fails.
ERROR at line 1:
ORA-01950: no privileges on tablespace
What could be the possible reason for this error message?
A. The tablespace TBS1 is full.
B. The user is not the owner of the SYSTEM tablespace.
C. The user does not have quota on the TBS1 tablespace.
D. The user does not have sufficient system privileges to create table in the TBS1
tablespace.
E. The user does not have sufficient privileges to create table on the default permanent
tablespace.
Answer: C
这题我觉得应该是e,哪个对呢?
回复

使用道具 举报

千问 | 2008-1-11 01:05:02 | 显示全部楼层
c是对的


回复

使用道具 举报

千问 | 2008-1-11 01:05:02 | 显示全部楼层
显然是c.
回复

使用道具 举报

千问 | 2008-1-11 01:05:02 | 显示全部楼层
则么我的 积分 那么高。。。
回复

使用道具 举报

千问 | 2008-1-11 01:05:02 | 显示全部楼层
正常grant了resource之后,unlimited tablespace系统权限就被grant了,如果没有unlimited tablespace权限,就需要通过tbs quota来控制
回复

使用道具 举报

千问 | 2008-1-11 01:05:02 | 显示全部楼层
非常感谢
[ 本帖最后由 lijiebin 于 2007-11-22 13:16 编辑 ]
回复

使用道具 举报

千问 | 2008-1-11 01:05:02 | 显示全部楼层
当然是C了,创建用户后,你要给他分配quota
回复

使用道具 举报

千问 | 2008-1-11 01:05:02 | 显示全部楼层
同意同意,呵呵
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行