极端恢复时用到的几个隐藏参数 Oracle hidden corruption recovery parameters

前端之家收集整理的这篇文章主要介绍了极端恢复时用到的几个隐藏参数 Oracle hidden corruption recovery parameters前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

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

猜你在找的Oracle相关文章