Backup using RMAN [message #301550] |
Thu, 21 February 2008 00:46 |
ara.oracle
Messages: 142 Registered: August 2007
|
Senior Member |
|
|
hi,
I want to take backup of my database,Which is in RAC
And its in raw device,am using rman to take backups.
Is there any pre-requisites or specifications or conditions to take backup using RMAN.
|
|
|
|
|
Re: Backup using RMAN [message #301787 is a reply to message #301576] |
Thu, 21 February 2008 13:37 |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
Before backup create SNAPSHOT controlfile for resynchronization.
If you using different oracle_homes then it should be on same path which is available on all nodes other wise you can create it on raw device.
RMAN>configure snapshot controlfile name to '-----raw device path---';
|
|
|