|
|
|
|
Re: restore incremental backup to new server [message #492505 is a reply to message #492503] |
Mon, 31 January 2011 12:38 |
|
Michel Cadot
Messages: 68716 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
execute "show configuration" on NODE A/1, take what RMAN displays and execute it on NODE B/2 after having modified them accordingly to differences between the 2 nodes.
Then take your backup script from NODE A/1 and copy them on NODE B/2, modify accordingly to differences between the 2 nodes.
Regards
Michel
[Updated on: Mon, 31 January 2011 12:38] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: restore incremental backup to new server [message #492726 is a reply to message #492663] |
Wed, 02 February 2011 01:08 |
|
Michel Cadot
Messages: 68716 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Please be patient, sometimes I take a break on forum and spend time with my family or friends which was the case last "night".
I'm not sure I understand what you have but:
1) If the purpose is to test import previously to do it in production then a standby database is not useful unless you break it and rebuild it each time you test an import (which may be an available solution)
2) A standby database, once built, does not use incremental backup but live with archived logs
3) If you don't need the "standby" between 2 tests of import then you can build it each time with the last full backup + incremental backup + archived logs as you will do it with a simple full backup, there is no difference from RMAN point of view as you just put the backups (of any kind) in the correct place and ask RMAN to duplicate the database for standby.
4) If you don't use a real standby database, just a clone, then you just have (in the same way) to put all the backups at the correct place in the target server and tell RMAN to restore and recover, it will take itself the correct backups it needs to satisfy the commands you give.
Regards
Michel
[Updated on: Wed, 02 February 2011 01:09] Report message to a moderator
|
|
|
|