RMAN restore recover.
Hi..
Need to some help to test Rman restore and recover.
I have 4 node RAC database with datafiles on ASM. I have taken backup of RAC database onto local filesystem /u01/bkup.
I want to test the restore and then recover using below script on the same database.
Startup nomount using pfile.
restore controlfile from backup.
alter database mount;
restore database;
alter database open resetlogs;
I want to know as i have taken backup onto local filesystem /u01/bkup, does this automatically restore into ASM filesystem or do i need to set some parameters in pfile.
Thanks.