zoukankan      html  css  js  c++  java
  • oracle全备恢复后,再做0级增备恢复时的报错

    2015-11-20

    RMAN> sql 'alter database open resetlogs';
    
    sql statement: alter database open resetlogs
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of sql command on default channel at 11/20/2015 18:07:31
    RMAN-11003: failure during parse/execution of SQL statement: alter database open resetlogs
    ORA-01152: file 1 was not restored from a sufficiently old backup 
    ORA-01110: data file 1: '/u01/app/oracle/oradata/orcl/system01.dbf'

    尚未解决,即使删掉并重装了实例,还是会遇到这个问题。

  • 相关阅读:
    asy for
    asy html !
    lib
    git clone 指定 version tag
    git tag
    git clone <url>--depth 、 git clone <url> --recursive
    xelatex CLI
    rsync
    curl options
    [转自]C语言offset_of宏和container_of宏
  • 原文地址:https://www.cnblogs.com/cenliang/p/4981744.html
Copyright © 2011-2022 走看看