zoukankan      html  css  js  c++  java
  • RMAN06059: expected archived log not found

    尝试解决方法:
    曾经想使用alter database open resetlogs;来解决,但是结果提示如下:
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of alter db command at 08/04/2006 13:49:05
    ORA-01139: RESETLOGS option only valid after an incomplete database recovery

    网络资源查找结果:From: "Cirillo Joe " <oracledba-ezmlmshield-x22304594.[Email Address Removed]Subject: RE: RMAN-06059: expected archived log not found, lost of archived log c ompromises recoverability. Need a urgent help!Date: Tue, 12 Apr 2005 07:40:21 -0500

    If you no longer have a particular archivelog file you can let RMAN catalog
    know this by issuing the following command at the rman prompt after
    connecting to the rman catalog and the target database -

    change archivelog all crosscheck ;

    This will check the archivelog folder and then make the catalog agree with
    what is actually available.

    I would run a full hot backup backup after issuing this as you will not be
    able to do a restore and roll forward across the missing log file.

    -----Original Message-----
    From: Boog Boog Jean Michel
    [mailto:oracledba-ezmlmshield-x2165751.[Email address protected]
    Sent: Tuesday, April 12, 2005 5:33 AM
    To: LazyDBA Discussion
    Subject: RMAN-06059: expected archived log not found, lost of archived log c
    ompromises recoverability. Need a urgent help!


    Hi, Guru's

    Could somebody help me this problem? I have no longer the arch1_987.arc. How
    can i make a backup now? i am not using a recovery catalog

    RMAN> run {
    2> allocate channel c1 device type disk;
    3> BACKUP FORMAT '/mnt/GIN_PLA/oracle/backup/%d_%s_%p' database plus
    3> archivelog delete input;
    4> }
    5>
    allocated channel: c1
    channel c1: sid=29 devtype=DISK


    Starting backup at 12-APR-05
    current log archived
    released channel: c1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 04/12/2005 11:24:08
    RMAN-06059: expected archived log not found, lost of archived log
    compromises recoverability
    ORA-19625: error identifying file /GIN/oracle/archive/arch1_987.arc
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3

    Jean-Michel BOOG BOOG
    > GEA
    12, chemin de Malacher
    B.P. 85
    38243 MEYLAN CEDEX
    FRANCE
    Tel. : + 33 (0) 4 76 90 72 72
    Fax : + 33 (0) 4 76 41 00 83
    e-mail : jm.[Email address protected]

    --------
    website: http://www.LazyDBA.com
    Please don't reply to RTFM questions
    Oracle documentation is here: http://tahiti.oracle.com
    To unsubscribe: see http://www.lazydba.com/unsubscribe.html
    To subscribe: see http://www.lazydba.com
    By using this list you agree to these
    terms:http://www.lazydba.com/legal.html

    解决方法:

    RMAN> crosscheck archivelog all;
    RMAN> delete noprompt archivelog all;
    



     

  • 相关阅读:
    洛谷 1996——约瑟夫问题(线性数据结构)
    洛谷 1219——[USACO 1.5] 八皇后(深度优先搜索)
    洛谷 1162——填涂颜色(广度优先搜索)
    洛谷 1803——凌乱的yy(贪心)
    洛谷 1094——纪念品分组(贪心)
    洛谷 1223——排队接水(贪心)
    洛谷 1028——[USACO 1.3]混合牛奶 Mixing Milk
    洛谷 1181——数列分段Section I(贪心)
    洛谷 1090——合并果子(贪心)
    洛谷 1012——拼数(字符串处理)
  • 原文地址:https://www.cnblogs.com/weaver1/p/2370215.html
Copyright © 2011-2022 走看看