Joined: 13 May 2003 Posts: 15 Topics: 6 Location: Kolkata
Posted: Wed Jan 23, 2008 5:48 pm Post subject: How to recover a tablespace to a particular timestamp
I have a requirement as below:
Suppose I have taken a full backup, then Quiesce. After that there are some insert/update/delete on my table.
I can recover upto last quiesce point or to a RBA.
But how can I recover the table to a point much after the full backup/quiesce.
If someone tell me to recover the tablespace to a point just before a batch job started which has done some wrong insert/update/delete operation.
Is there any facilty in DB2, where I can recover tablespace upto a desired timestamp from log? Is DB2 stored the information of RBAs corresponding to timestamp for regular intervals??
Joined: 13 May 2003 Posts: 15 Topics: 6 Location: Kolkata
Posted: Fri Mar 07, 2008 9:02 am Post subject:
I got a simillar request from my developement team, where I need to refresh the data from production, prior to one job run. I printed the BSDS and found the closest checkpoint when the job statred. Then I restored the development table from the backup before the job run in production and then applied the log to the RBA, I obtained from BSDS. Applying production data to development is done by OBIDXLAT parameter in Recover job (Platinum Utility). Here is the sample job that I ran:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum