首页 > 其他 > 详细

ocp-v13-068

时间:2015-09-30 13:04:44      阅读:187      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!