Examine the parameters for a database instance:

NAME TYPE VALUE
-------------------------------- -------------- ---------------
temp_undo_enabled boolean TRUE
undo_management string AUTO
undo_retention integer 900
undo_tablespace string UNDOTBSl

Your database has three undo tablespaces and the default undo tablespace is not autoextensible. Resumable space allocation is not enabled for any sessions in the database instance.

What is the effect on new transactions when all undo space in the default undo tablespace is in use by active transactions?

A. Transactions write their undo in the system undo segment.
B. Transactions wait until space becomes available in undotbs1.
C. Transactions write their undo in a temporary tablespace.
D. Transactions fail.

Answer: D

【解析】
UNDO表空间中,活动事务使用的空间是不能够被覆写的。如果UNDO表空间空间满,无法覆写时,新的事务无法分配UNDO空间,因此会失败。

最新文章

  1. 较为完整的meta
  2. Codeforces 486E LIS of Sequence --树状数组求LIS
  3. CodeForces - 241E Flights 题解
  4. Web前端学习笔记1
  5. NSUserDefaults的使用方法
  6. PHP将Excel导入数据库以及数据库数据导出至Excel
  7. FZU 2238 Daxia & Wzc's problem
  8. Oracle学习笔记_07_模糊查询
  9. Android -传统蓝牙通信聊天
  10. 100个Myeclipse6.5免费注册码
  11. js调用百度地图接口绘制任意多边形并获取每个点的经纬度等
  12. 关于HTTP中GET与POST的区别
  13. vue-router 中踏过的坑
  14. 八大排序算法——选择排序(动图演示 思路分析 实例代码Java 复杂度分析)
  15. HDU 3032 Nim or not Nim? (sg函数)
  16. spring cloud学习(三)使用Ribbon实现客户端负载均衡
  17. HTTP协议、HTTP协议原理分析
  18. java多线程面试题整理及回答
  19. notepad++ 行首行尾添加字符
  20. python 面向对象(类的特殊成员)

热门文章

  1. SpringBoot 集成 Activiti 一路踩得坑
  2. Linux下的实用工具——计算器bc
  3. springboot2.x整合JPA
  4. SpringBoot 上传文件到linux服务器 异常java.io.FileNotFoundException: /tmp/tomcat.50898……解决方案
  5. dotnet 使用 System.CommandLine 写命令行程序
  6. 解决IDEA下tomcat启动server乱码
  7. Django框架之中间件MiddleWare
  8. .NET ORM 开源项目 FreeSql 1.0 正式版发布
  9. ELK学习实验002:Elasticsearch介绍及单机安装
  10. Jenkins构建Vue项目