FLUSHSECS | FLUSHCSECS
Valid For
Extract
Description
Use the FLUSHSECS
or FLUSHCSECS
parameters to control when Oracle GoldenGate flushes the Extract memory buffer. When sending data to remote systems, Extract buffers data to optimize network performance. The buffer is flushed to the target system when it is full or after the amount of time specified with FLUSHSECS
or FLUSHCSECS
. Data changes are not available to the target users until the buffer is flushed and the data is posted. To control the size of the buffer, use the TCPBUFSIZE
option of RMTHOST
. See "RMTHOST" for more information.
Increasing the value of FLUSHSECS
or FLUSHCSECS
could result in slightly more efficient use of the network, but it could increase the latency of the target data if activity on the source system is low and the buffer does not fill up. When source tables remain busy, FLUSHSECS
and FLUSHCSECS
have little effect.
This parameter cannot be set to zero (0).
Default
The default is 1. The minimum is 0; the maximum is 5000.
Syntax
FLUSHSECS seconds | FLUSHCSECS centiseconds
Example
FLUSHSECS 80