zoukankan      html  css  js  c++  java
  • ORA-00245

    ORA-00245

    Table of Contents

    1 错误信息

    MAN-30009: failure of backup command on c3 channel at 07/14/2020 09:27:05
    ORA-00245: control file backup failed: in Oracle RAC, target might not be on shared storage.
    

    2 原因

    在RAC 数据库中,在保存控制文件快照时,多个节点需要在快照文件中写入内容。因此需要将 文件的存储路径设置为共享磁盘中。

    3 解决

    将控制文件的快照文件放到共享存储中,保证两个节点都可以正常访问。

    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '+arch/snpf.f';
    

    Author: halberd.lee

    Created: 2020-07-14 Tue 19:07

    Validate

  • 相关阅读:
    Ubuntu16.04 中 Vscode 如何断点调试C语言程序
    PHP疑难杂症
    PHP之外观模式
    23种设计模式之适配器模式(Adapter Pattern)
    23种设计模式之原型模式(Prototype Pattern)
    23种设计模式之单例(Singleton Pattern)
    23种设计模式之抽象工厂(Abstract Factory Pattern)
    23种设计模式之工厂方法(Factory Method Pattern)
    简单工厂
    Nosql之Redis
  • 原文地址:https://www.cnblogs.com/halberd-lee/p/13300963.html
Copyright © 2011-2022 走看看