00494 enqueue [CF] held for too long故障分析处理(2)


使用目标数据库控制文件替代恢复目录
db_unique_name 为 racdb 的数据库的 RMAN 配置参数为:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1;
 CONFIGURE BACKUP OPTIMIZATION OFF; # default
 CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
 CONFIGURE CONTROLFILE AUTOBACKUP OFF;
 CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/oradata/racdbdb_rman_bak/conf_%T_%F';
 CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
 CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
 CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
 CONFIGURE MAXSETSIZE TO UNLIMITED; # default
 CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
 CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
 CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
 CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
 CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/oradata/racdbdb_rman_bak/snap_racdb.ctl';


 6、查看目录发现/oradata目录掉了
 bash-3.00$ df -h
 Filesystem            size  used  avail capacity  Mounted on
 /dev/dsk/c0t0d0s0      96G    47G    48G    50%    /
 /devices                0K    0K    0K    0%    /devices
 ctfs                    0K    0K    0K    0%    /system/contract
 proc                    0K    0K    0K    0%    /proc
 mnttab                  0K    0K    0K    0%    /etc/mnttab
 swap                    87G  1.9M    87G    1%    /etc/svc/volatile
 objfs                    0K    0K    0K    0%    /system/object
 sharefs                  0K    0K    0K    0%    /etc/dfs/sharetab
 fd                      0K    0K    0K    0%    /dev/fd
 swap                    87G  120K    87G    1%    /tmp
 swap                    87G    80K    87G    1%    /var/run
 /dev/dsk/c0t0d0s4      38G    27G    11G    72%    /export/home
 /dev/dsk/c0t1d0s3      77G    41G    35G    54%    /oracle

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/6a8a0785c6f7feaf26ba2d64f9d045e0.html