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:
UNIX:
ckpdb -m/dev/rmt0 empdata
VMS:
ckpdb -mMTA0: empdata
Last modified date: 11/28/2023