概述
141.Which tablespaces are mandatory in an Oracle database for it to be operational? (Choose all that apply.)
A.Undo tablespace
B.USERS tablespace
C.SYSAUX tablespace
D.SYSTEM tablespace
E.Temporary tablespace
答案:CD
解析:题目说的是哪些表空间必须有
oracle至少安装2个表空间(system,sysaux),默认安装6个表空间
表空间分类
1.系统表空间
a.system
不能设置为脱机,不能设置为只读
b.sysaux
可以设置为脱机以执行表空间的恢复,不能设置为只读
2.非系统表空间
A:undo表空间,这个可以没有,如果设置为手动管理的话,那么undo信息会放置到system表空间下
B:users表空间,是默认创建用户表空间,可以进行修改
E:临时表空间,如果没有临时表空间,那么它的信息也会放置到system表空间下
最后
以上就是等待小熊猫为你收集整理的141.Which tablespaces are mandatory in an Oracle database for it to be operational? (Choose all that的全部内容,希望文章能够帮你解决141.Which tablespaces are mandatory in an Oracle database for it to be operational? (Choose all that所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复