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 
Answer: CD

哪些表空间是必须有的

The SYSTEM Tablespace

The SYSTEM tablespace is a necessary administrative tablespace included with the database when it is created. Oracle Database uses SYSTEMto manage the database.

The SYSTEM tablespace includes the following information, all owned by the SYS user:

  • The data dictionary

  • Tables and views that contain administrative information about the database

  • Compiled stored objects such as triggers, procedures, and packages

The SYSTEM tablespace is managed as any other tablespace, but requires a higher level of privilege and is restricted in some ways. For example, you cannot rename or drop the SYSTEM tablespace.

The SYSAUX Tablespace

The SYSAUX tablespace is an auxiliary tablespace to the SYSTEM tablespace. The SYSAUX tablespace provides a centralized location for database metadata that does not reside in the SYSTEM tablespace. It reduces the number of tablespaces created by default, both in the seed database and in user-defined databases.

Several database components, including Oracle Enterprise Manager and Oracle Streams, use the SYSAUX tablespace as their default storage location. Therefore, the SYSAUX tablespace is created automatically during database creation or upgrade.

During normal database operation, the database does not allow the SYSAUX tablespace to be dropped or renamed. If the SYSAUX tablespace becomes unavailable, then core database functionality remains operational. The database features that use the SYSAUX tablespace could fail, or function with limited capability.

OCP 1Z0 052 141相关推荐

  1. OCP 1Z0 052 83

    83. You are using Enterprise Manager to schedule backups for your database. Which type of script wou ...

  2. OCP考试052考试,新的考题还有答案整理-23题

    23.Which two are true about data dictionary and dynamic performance views (v$ views)? A) All databas ...

  3. 西邮Linux小组免试题揭秘

    欢迎来到小码哥的博客 博客搬家啦 blog.ma6174.com 西邮Linux小组免试题揭秘 还记得东京大学情报理工学系的招生海报吗?只要答对了问题,然后你就被录取了.当时可火了,人人和微博疯狂转载 ...

  4. 升级 Oracle Linux 6 到 7

    本实验参考: https://docs.oracle.com/en/operating-systems/oracle-linux/7/install/ol7-upgrade.html#ol7-upgr ...

  5. 【OCP|052】OCP最新题库解析(052)--小麦苗解答版

    [OCP|052]OCP最新题库解析(052)--小麦苗解答版 OCP最新题库解析历史连接(052):http://mp.weixin.qq.com/s/bUgn4-uciSndji_pUbLZfA ...

  6. 分享Oracle 11G OCP电子版教材(051,052,053)

    本人刚通过OCP认证,说句实在话,OCP涵盖的知识点还是很多的,掌握OCP教材中的知识点,对于日常基础的数据库运维管理工作绝对是游刃有余.Oracle 11G OCP电子教材分享地址:链接: http ...

  7. OCP换考题了,052新考题及答案整理-第17题

    17.Which two statements are true about tablespaces? A) A database can contain multiple undo tablespa ...

  8. oracle ocp题库变化,052最新考试题及答案整理-30

    30.Which is true when a database instance is shut down? A. Only transactional and normal modes wait ...

  9. 【OCP新题库】052最新题库解析-第5题

    5.Which two affect the time taken for instance recovery? A) size of redo logs B) size of UNDO tables ...

最新文章

  1. fabric-smaple部署
  2. Java课程03总结
  3. 成功解决Visual Studio 2015安装时,点击vs_community.exe 没有反应
  4. excel几个表合成一张_快速将多个excel表合并成一个excel表
  5. mysql show slave status 无记录_Mysql show slave status 的研究
  6. 第56课 九九乘法表 《小学生C++趣味编程》
  7. django开源项目cms_我学到的管理开源CMS项目的知识
  8. Missing required icon file.Thebundle does not con
  9. 使用axis2 services.xml 发布web service
  10. C# 连接sql 2005
  11. saliency filters精读之permutohedral lattice
  12. 这里有几位数据分析方向的大佬
  13. HDFS上大文件如何切分?
  14. 【转载】VGA视频信号详解
  15. python给定dna等分成两个序列_Biopython序列
  16. psql: could not connect to server: No such file or directory
  17. 多重比较和多重比较陷阱
  18. 甲骨文数据库基本知识
  19. java实训报告前言_Java学习第一阶段总结
  20. 敏捷框架SAFe(Scaled Agile Framework)实践

热门文章

  1. 当软删除遇到唯一索引
  2. KiCad使用笔记(06)-PCB生产及SMT打样文件导出
  3. Amazon接口开发简介(第一部份)
  4. Markdown语法链接通过新窗口打开解决办法
  5. 好久不来了,这是入职三个月以来公司的笔记,我的葵花宝典,各种有的没的实用的前端知识
  6. css字体倾斜角度_css如何设置字体为倾斜样式?
  7. 写在入职字节跳动一周年
  8. .net ,blog
  9. ms 真空层,@MS+castep+计算化学高级教程.pdf
  10. 文件在线压缩与解压|基于Springboot实现文件在线压缩与解压