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

ocp-v13-068

时间:2015-09-30 13:06:06      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:

QUESTION 68
You have three temporary tablespace groups named G1, G2, and G3 in your database. You are
creating a new temporary tablespace as follows:
CREATE TEMPORARY TABLESPACE TEMP1 TEMPFILE ‘/u1/data/temp1.dbf’ SIZE 10M TABLESPACE
GROUP ”;
Which statement regarding the above command is correct?
A. It will create the tablespace TEMP1 in group G1.
B. It will create the tablespace TEMP1 in group G3.
C. It will not add the tablespace TEMP1 to any group.
D. It will create the tablespace TEMP1 in the default group.
Correct Answer: C


你有三个临时表空间组命名为G1,G2和G3,在您的数据库。你是
创建一个新的临时表空间为
CREATE TEMPORARY TABLESPACE TEMP1 TEMPFILE ‘/u1/data/temp1.dbf’ SIZE 10M TABLESPACE GROUP ”;
上述命令的陈述是正确的?
C.它不添加表空间的任何组。


ocp-v13-068

标签:

原文地址:http://blog.csdn.net/xuejiayue1105/article/details/48826287

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