Hi
First u want to restore the spile.
RMAN>restore spfile;
then u restore the controlfie.
RMAN>restore controlfile;
then mount the database;
RMAN>startup mount;
then the database will be in the mount stage,then you can restore the database using the command restore dataabase;
gopu




Reply With Quote