SQL> SELECT x.ksppinm NAME, y.ksppstvl VALUE, x.ksppdesc describ FROM SYS.x$ksppi x, SYS.x$ksppcv y WHERE x.indx = y.indx AND x.ksppinm LIKE '%&par%'
2 /
Enter value for par: _commit
NAME VALUE DESCRIB
---------------------------------------- -------------------- ------------------------------------------------------------
_immediate_commit_propagation TRUE if TRUE, propagate commit SCN immediately
max_commit_propagation_delay 0 Max age of new snapshot in .01 seconds
wait for scn ack是实例间进行scn同步的等待事件。但是由于等待事件
'wait for scn ack' 不能给出足够的信息量度LGWR发出BOC信息以及收到ACK信息的时间。在10.2.0.5及11gR2中,将增加了一个新的统计信息'redo write broadcast ack time'用于辅助的时间统计。
redo write broadcast ack count -Number of times a commit broadcast acknowledgment has not been received by the time when the corresponding log
write is completed.
redo write broadcast ack time- Total amount of the latency associated with broadcast on commit beyond the latency of the log write (in microseconds).