ttCommitBufferStatsReset
The
ttCommitBufferStatsReset procedure resets transaction commit buffer statistics to 0. This is useful, for example, if you have set a new value for the commit buffer maximum size and want to restart the statistics.
For more information on reclaim operations, including details about setting the commit buffer size, see Transaction Reclaim Operations in the Oracle TimesTen In-Memory Database Operations Guide.
Required Privilege
This procedure requires no privileges.
Syntax
ttCommitBufferStatsReset()
Parameters
ttCommitBufferStatsReset takes no parameters.
Result Set
ttCommitBufferStatsReset returns no result set.
Example
CALL ttCommitBufferStatsReset ();
See Also