前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >【OCP最新题库解析(052)--题38】Which is true about enabling AUTOEXTEND for

【OCP最新题库解析(052)--题38】Which is true about enabling AUTOEXTEND for

作者头像
小麦苗DBA宝典
发布2019-09-30 18:10:22
3110
发布2019-09-30 18:10:22
举报
该系列专题为2018年4月OCP-052考题变革后的最新题库。题库为小麦苗解答,若解答有不对之处,可留言,也可联系小麦苗进行修改。

注:OCP-052最新题库完整详细解答版请联系小麦苗私聊。解题不易,请大家尊重原创。

题目

Which is true about enabling AUTOEXTEND for data files?

A. It can be enabled for a new data file that is added to a tablespace only if the existing data files in that tablesapce have autoextend enabled.

B. It can be enabled only for data files in non-OMF tablespaces.

C. It can be enabled for data files only in bigfile tablespaces.

D. It can be enabled for data files only in smallfile tablespaces.

E. It can be enabled for an existing data file in a tablespace by using the ALTER TABLESPACE command.

A

答案

Answer:E

对于A选项,新增的数据文件也可以自动扩展。

对于B选项,非OMF管理的文件也可以设置自动扩展。

对于C、D选项,bifile和smallfile都可以设置自动扩展,如果是bigfile文件的表空间,那么还可以基于表空间级别设置。

数据文件一般扩展的命令:

alter database datafile 5 autoextend on next 5M;

如果是bigfile可以采用: ALTER TABLESPACE TBS2 AUTOEXTEND ON NEXT 20G;

本文参与 腾讯云自媒体分享计划,分享自微信公众号。
原始发表:2018-07-21,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 DB宝 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 题目
  • Which is true about enabling AUTOEXTEND for data files?
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档