Oracle rman incomplete recovery

来源:互联网 发布:ubuntu安装 编辑:程序博客网 时间:2024/05/16 00:54


RMAN> run{
 allocate channel c1 type disk;
 allocate channel c2 type disk;
 allocate channel c3 type disk;
 set until time "to_date('2010-12-02:02:48:49','yyyy-mm-dd:hh24:mi:ss')" ;(否则需要设置env )
 restore database;
 recover database;
 alter database open resetlogs;
 }

原创粉丝点击