read the rman manual, you cant restore a database in an open state
startup nomount;
set DBID
restore controlfile from autobackup;
restore database;
recover database;
alter database open;
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |