Programmatically Performing a Checkpoint in TimesTen
By default, TimesTen performs periodic fuzzy checkpoints in the background. Therefore, applications rarely need to issue manual checkpoints.
However, if an application wishes to issue a manual checkpoint against a TimesTen
database, it can call the ttCkpt built-in procedure to request a fuzzy
checkpoint or the ttCkptBlocking built-in procedure to request a
blocking checkpoint. This is not recommended. See ttCkpt and ttCkptBlocking in the Oracle TimesTen In-Memory Database
Reference.