Your database supports an OLTP workload. Examine the output of the query:
SQL> SSLECT target_mttr, estimated_mttr
FROM v$instance_recovery
Target_mttrestimated_mttr
———————- —————————
076
To ensure faster instance recovery, you set the fast_start_mttrjtargh:t initialization parameter
to
30.
What is the effect of this setting on the database?
A.
Automatic checkpoint tuning is disabled.
B.
The frequency of log switches is increased.
C.
The overhead on database performance is increased because of frequent writes to disk.
D.
The MTTR advisor is disabled.
i think, C.
The overhead on database performance is increased because of frequent writes to disk.
setting fast_start_mttr_target to non-zero enables checkpoint tuning. (hence not A).
C is correct
http://docs.oracle.com/cd/A97630_01/server.920/a96533/instreco.htm
C
B correct.
sorry , B is correct
“A log switch implies a checkpoint will start. A checkpoint implies nothing about a log switch “
so sorry C is corect 🙂
C
Day of wedding coordinators located in decatur IL
http://www.zkRCZC3urT.com/zkRCZC3urT
C
https://docs.oracle.com/cd/E49329_01/server.121/b71276/pfgrf_instance_tune.htm#i1015453
C