Oracle 参数 FAST_START_MTTR_TARGET 官方解释,作用,如何配置最优化建议
本站中文解释
参数
FAST_START_MTTR_TARGET参数是Oracle修复数据库时的恢复下限,它的值表示自动恢复的目标完成时间,默认的值为300秒,即恢复时间不得超过5分钟。
该参数的值越小,恢复数据库操作的频率和持续时间就会增加,也会消耗更多的系统资源,可能会影响正常操作,因此在设置该参数时必须要慎重。
为了让Oracle在某些特定情况下自动恢复数据库,可以在安装之初将FAST_START_MTTR_TARGET设置成某一小于5分钟的值,或者在实际运行中动态更改这个参数值,以满足实际情况。
设置该参数时,最好配合当前系统负载状况来设置,如果系统负载较轻,可以设置更低一点的值,以降低恢复时间,反之,负载较大的情况下,就应该设置成更大的值,以减少记录重做的数量和时间。
官方英文解释
FAST_START_MTTR_TARGET
enables you to specify the number of seconds the database takes to perform crash recovery of a single instance.
Property | Description |
---|---|
Parameter type | Integer |
Default value |
|
Modifiable |
|
Modifiable in a PDB | No |
Range of values | 0 to 3600 seconds |
Basic | No |
Oracle RAC | Multiple instances can have different values, and you can change the values at run time. |
When specified, FAST_START_MTTR_TARGET
is overridden by LOG_CHECKPOINT_INTERVAL
.
See Also:
Oracle Database
Performance Tuning Guide for an example of setting the lower bound for this parameterOracle Database
Performance Tuning Guide for an example of setting the upper bound for this parameterOracle Database
Performance Tuning Guide for an example of selecting a preliminary value for this parameter