cold backup Restore
cold backup ..... standard method controlfile autobackup on
shutdown ... startup mount ... backup database ....... open .......... result ok
restore
startup nomount
restore controlfile from autobackup
alter database mount
restore database.
alter database open resetlogs.
RMAN> alter database open resetlogs;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of sql statement command at 05/03/2017 13:56:53
ORA-01152: file 1 was not restored from a sufficiently old backup
ORA-01110: data file 1: '+DATA/LARGE/DATAFILE/system.267.940296683'
RMAN>