2. Using Ingres Commands : ckpdb Command—Checkpoint a Database : ckpdb Examples
 
Share this page                  
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