ttCkptConfigGet
This procedure returns the currently active settings of the
configuration parameters.
It only helps to view the configuration parameters. To configure the
parameters, see ttCkptConfig.
Required Privilege
This procedure requires no privilege to query the current values. It
requires the ADMIN privilege to change the current values.
Syntax
ttCkptConfigGet(ckptFrequency, ckptLogVolume, ckptRate)Parameters
ttCkptConfigGet has no parameters.
Result Set
ttCkptConfigGet returns the following results.
| Column | Type | Description |
|---|---|---|
|
|
|
Currently active setting for checkpoint frequency in seconds. |
|
|
|
Currently active setting for log volume between checkpoints in MB. |
|
|
|
Current rate at which TimesTen writes checkpoints to disk. |
Examples
To view the current settings of the background checkpointer configuration parameters, use:
CALL ttCkptConfigGet; < 600, 32, 0 > 1 row found.
See Also