Was this helpful?
ckpdb Examples
This command checkpoints and initiates journaling on the empdata database:
ckpdb +j empdata;
This command checkpoints the tables employee and dept:
ckpdb empdata -table=employee,dept
This command checkpoints the empdata database and retains only the newest checkpoint:
ckpdb empdata -d;
This command checkpoints the empdata database to tape:
Linux:
ckpdb -m/dev/rmt0 empdata
Last modified date: 11/09/2022