|
|
Archives of the TeradataForum
Message Posted: Fri, 21 Sep 2012 @ 17:31:11 GMT
Subj: | | Rolforward to checkpoint from a Journal |
|
From: | | Bakthavachalam, Roopalini |
Hi Forum,
I have a table which has a permanent journal associated with. I take a full backup of the table every Sunday and incremental backup of the
journal alone from ?Mon through Friday with checkpoints for each day. Now when I am trying to Roll forward the table till Monday's checkpoint
(After successfully restoring the full backup that I took on Sunday), I am not able to see the Monday's data ?in my base table. Below are the
details of the script that I am using
LOGON 10.21.45.67/DBC , "PASSWORD";
RESTORE JOURNAL TABLE (PJ_INCREMENTAL.HOURNALTBL), RELEASE LOCK, FILE = INCBKP,
ROLL FORWARD TABLE (ARC_EXERCISE.ACTIVITY_INC), TO CHKMON, RELEASE LOCK, USE RESTORED JOURNAL;
LOGOFF;
Could anyone please let me know what the issue is.
| |