Consider the following RMAN script:
RUN{
SET NEWNAME FOR DATAFILE '/disk1/database/db1.dbf' TO '/disk2/database/db1.dbf';
SWITCH DATAFILE ALL;
RESTORE DATABASE;
RECOVER DATABASE;
ALTER DATABASE OPEN;
}
When executed, what result will occur?
Reveal answer
Fill a bubble to check yourself