View previous topic :: View next topic |
Author |
Message |
videlord Beginner
Joined: 09 Dec 2004 Posts: 147 Topics: 19
|
Posted: Wed Jun 15, 2005 1:55 am Post subject: A problem about Recover TOLOGPOINT |
|
|
Can it be possible to recovery a tablespace to a RBA which not recorded in SYSIBM.SYSCOPY.
There is a case:
1. IMAGECOPY tablespace TSA and TSB.
2. QUIESCE tablespace TSA => RBA1
3. QUIESCE tablespace TSB => RBA2
4. RECOVERY tablespace TSA TORBA RBA2
Will step 4 be successful ?
And what happen after revovery? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12382 Topics: 75 Location: San Jose
|
Posted: Wed Jun 15, 2005 5:54 am Post subject: |
|
|
videlord,
With TORBA and TOLOGPOINT, the most recent full image copy taken before that point on the log is restored, and logged changes are applied up to, and including, the record that contains the specified log point. If no full image copy exists before the chosen log point, recovery is attempted entirely from the log, applying the log from page set creation to the chosen log point. This assumes you have not used the MODIFY RECOVERY utility to delete SYSIBM.SYSLGRNX records for the page set.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
videlord Beginner
Joined: 09 Dec 2004 Posts: 147 Topics: 19
|
Posted: Wed Jun 15, 2005 9:59 pm Post subject: |
|
|
Thanks Kolusu,
I understood what you said. But my question is the special case.
Usually, we use TORBA/TOLOGPOINT to recover to a QUIESCE point.
But if we input a RBA which is not the tablespace quiesce point, what will happen? |
|
Back to top |
|
 |
|
|