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前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
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表空间下 原文链接:https://www.f2er.com/oracle/213222.html

猜你在找的Oracle相关文章