zoukankan      html  css  js  c++  java
  • Archiving not possible: No primary destinations errors

    If space ran out in an archive destination, after you fix the problem, you may still recieve the following error in your alert_log:

    ARC1: Archiving not possible: No primary destinations

    A quick way to solve this is to modify your archive destination with the reopen parameter. This parameter specifies the minimum number of seconds before redo transport services should try to reopen a failed destination.


    SQL> show parameter log_archive_dest_1


    NAME TYPE VALUE
    ------------------------------------ ------- ------------------------------
    log_archive_dest_1 string location=/db/orcl/archive


    SQL> alter system set log_archive_dest_1='location=/db/orcl/archive reopen=5' scope=both;

    System altered.

    Following that modification you should start seeing successful archive messages in your alert_log.

    ARC1: Beginning to archive log# 1 seq# 115127
    ...
    ARC0: Completed archiving log# 1 seq# 115127
    ...

    http://blog.itpub.net/14673072/viewspace-481671/

  • 相关阅读:
    iOS的文字自适应
    指向指针的指针
    NSString的创建
    Foundation-常用结构体
    Foundation summary
    成员变量补充
    Block^
    Protocol
    Category-分类
    李明杰要在广州开课啦
  • 原文地址:https://www.cnblogs.com/seasonzone/p/7506009.html
Copyright © 2011-2022 走看看