Oracle hidden corruption recovery parameters

Note: Oracle hidden parameters are undocumented and unsupported by Oracle. 
Make sure that you thoroughly test all hidden parameters before placing them in your production environment.

Parameter Name                            Description
----------------------------------------- --------------------------------------------------------
_allow_error_simulation                   Allow error simulation for testing
_allow_read_only_corruption               allow read-only open even if database is corrupt
_allow_resetlogs_corruption               allow resetlogs even if it will cause corruption
_allow_terminal_recovery_corruption       Finish terminal recovery even if it may cause corruption
_corrupted_rollback_segments              corrupted undo segment list

最新文章

  1. 【python】队列
  2. c point ccccc
  3. HDU 5869 Different GCD Subarray Query (GCD种类预处理+树状数组维护)
  4. Oracle language types(语言种类) 表的相关操作 DDL数据定义语言
  5. SPRING IN ACTION 第4版笔记-第六章RENDERING WEB VIEWS-002- Spring的JSP标签之form标签(<sf:input><sf:errors><sf:form>)
  6. 如何生成Dump文件
  7. android Theme使用三
  8. malloc和free的区别
  9. 你的MongoDB Redis设置用户名密码了吗?看看shodan这款邪恶的搜索引擎吧!~
  10. 程序启动的目录不一样.ajax请求的地址跳转会出现的问题
  11. TypeScript 学习三 类
  12. Android -- 贝塞尔使圆渐变为桃心
  13. C# .NET 0命令行安装Windows服务程序
  14. 抽取非基本验证到规则文件 - A2D规则引擎
  15. Visual Studio 2015速递(4)——高级特性之移动开发
  16. svn 更新lib库时,报错
  17. 如果恨一个程序员,忽悠他去做iOS开发
  18. 线程8--GCD常见用法
  19. 安装配置openstack-dashboard(horizon)
  20. 16、DecimalFormat类

热门文章

  1. endpoint 异常
  2. next.js学习笔记
  3. CSS选择器:子选择符号
  4. 2014年11月17~11月18日,杨学明老师《企业IT需求收集和实施》内训在湖南长沙某酒店成功举办!
  5. 从面向服务架构(SOA)学习:微服务时代应该借鉴的5条经验教训
  6. 将 varchar 值 'ACCE5057EC423F7C' 转换成数据类型 int 时失败
  7. 前后端分离djangorestframework——视图组件
  8. Python - 判断list是否为空
  9. 两个Map的对比,三种方法,将对比结果写入文件。
  10. LeetCode算法题-Construct Quad Tree(Java实现)