ORA-00245
ORA-00245
APPLIES TO
Operating System - Oracle Linux Server 7.9
Oracle Database - Enterprise Edition - version 11.2.0.4.0
Oracle Grid Infrastructure - version 11.2.0.4.0
SYMPTOMS
Starting backup at 15-FEB-24 |
CAUSE
From 11gR2 onwards, the controlfile backup happens without holding the controlfile enqueue. For non-RAC database, this doesn't change anything. But for RAC database, due to the changes made to the controlfile backup mechanism in 11gR2, any instance in the cluster may write to the snapshot controlfile. Due to this snapshot controlfile need to be visible to all instances.
SOLUTION
RMAN> CONFIGURE SNAPSHOT CONTROLFILE NAME TO '+DATA/coco/snapcf_coco.f'; |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.