I'm havent had much to do with RMAN, but you are trying to recover the database without restoring the database.RMAN> recover database;
I think you can use the restore database; command in RMAN to restore your latest backup (i.e. copy all the datafiles etc from your backup). Then you need to do the recovery by using recover database;




Reply With Quote