【翻译自mos文章】asm 归档路径满了

asm 归档路径满了

参考原文:

ASM Archive destination is full. (Doc ID 351547.1)

适用于:

Oracle Server - Enterprise Edition - Version: 10.1.0.2 to 11.1.0.7

This problem can occur on any platform.

症状:

1)归档路径满了

2)归档文件被存储于asm中。

原因:

asm 磁盘组消耗完了空间。

解决方法:

1)在数据库实例中,编辑好如下脚本:

==================================================================

spool rmarchive_asm.sql

set linesize 300

select ‘alter diskgroup DISK_GROUP1 drop file ‘ || ‘‘‘‘ || name ||‘‘‘‘ || ‘;‘ from V$ARCHIVED_LOG;

spool off

==================================================================

--->注意:以上对V$ARCHIVED_LOG的查询,没有加where条件。请自行添加where条件

2)在asm 实例中执行这个rmarchive_asm.sql ,比如:

==================================================================

alter diskgroup DISK_GROUP1 drop file ‘+DISK_GROUP1/v10gasm//1_1809_563453055.dbf‘ ;

alter diskgroup DISK_GROUP1 drop file ‘+DISK_GROUP1/v10gasm//1_1810_563453055.dbf‘ ;

alter diskgroup DISK_GROUP1 drop file ‘+DISK_GROUP1/v10gasm//1_1811_563453055.dbf‘ ;

alter diskgroup DISK_GROUP1 drop file ‘+DISK_GROUP1/v10gasm//1_1812_563453055.dbf‘ ;

==================================================================

$ export ORACLE_SID=+ASM

$ sqlplus "/as sysdba"

SQL> @ rmarchive_asm.sql

==================================================================

3)归档日志将会被remove掉,然后空间得到释放。因此归档进程能在asm 磁盘组中进行归档。

【翻译自mos文章】asm 归档路径满了

时间: 2024-10-10 18:18:40

【翻译自mos文章】asm 归档路径满了的相关文章

【翻译自mos文章】 使用asmcmd cp命令 把datafile从文件系统移动(move)到asm磁盘组中--针对11gR2

使用asmcmd cp命令 把datafile从文件系统移动(move)到asm磁盘组中--针对11gR2 参考原文: How to Move a Datafile from Filesystem to ASM Using ASMCMD CP Command. (Doc ID 1610615.1) 适用于: Oracle Database - Enterprise Edition - Version 11.2.0.1 to 11.2.0.4 [Release 11.2] Information

【翻译自mos文章】使用asmcmd命令在本地和远程 asm 实例之间 拷贝asm file的方法

使用asmcmd命令在本地和远程 asm 实例之间 拷贝asm file的方法 参考原文: How to Copy asm files between remote ASM instances using ASMCMD command (Doc ID 785580.1) 适用于: Oracle Database - Enterprise Edition - Version 11.1.0.6 to 11.2.0.2 [Release 11.1 to 11.2] Information in thi

【翻译自mos文章】注意: ASMB process exiting due to lack of ASM file activity

注意: ASMB process exiting due to lack of ASM file activity 参考原文: NOTE: ASMB process exiting due to lack of ASM file activity (Doc ID 754110.1) 适用于: Oracle Server - Enterprise Edition - Version 10.1.0.2 to 11.2.0.4 [Release 10.1 to 11.2] Information in

【翻译自mos文章】11.2.0.4及更高版本号的asm实例中MEMORY_TARGET 和 MEMORY_MAX_TARGET的默认值和最小值

[翻译自mos文章]11.2.0.4及更高版本号的asm实例中MEMORY_TARGET 和 MEMORY_MAX_TARGET的默认值和最小值 来源于: Default and Minimum MEMORY_TARGET & MEMORY_MAX_TARGET Value for ASM 11.2.0.4 and Onwards (文档 ID 1982132.1) APPLIES TO: Oracle Database - Enterprise Edition - Version 11.2.0

【翻译自mos文章】ABMR:在asm 环境中测试Automatic Block Recover 特性的方法

ABMR:在asm 环境中测试Automatic Block Recover 特性的方法 参考原文: ABMR: How to test Automatic Block Recover Feature with ASM setup (Doc ID 1510090.1) 适用于: Oracle Database - Enterprise Edition - Version 11.2.0.3 and later Information in this document applies to any

【翻译自mos文章】将expdp的dmp文件从asm磁盘组里边放到本地文件系统里边

将expdp的dmp文件从asm磁盘组里边放到本地文件系统里边 参考原文: How To Extract Datapump File From ASM Diskgroup To Local Filesystem? (Doc ID 566941.1) 适用于: Oracle Database - Enterprise Edition - Version 11.1.0.6 to 11.1.0.7 [Release 11.1] Information in this document applies

【翻译自mos文章】尽管指定了目的地,asmcmd cp命令还是在 +DATA/ASM 下创建文件

尽管指定了目的地,asmcmd cp命令还是在  +DATA/ASM 下创建文件 参考原文: ASMCMD Cp Creates Files In +DATA/ASM Instead Of Destination Specified (Doc ID 1488934.1) 适用于: Oracle Database - Enterprise Edition - Version 11.2.0.3 and later Information in this document applies to any

【翻译自mos文章】在rac中,使用asmcmd命令从 文件系统 move system datafile 到asm磁盘组的方法

在rac中,使用asmcmd命令从 文件系统  move system datafile 到asm磁盘组的方法. 参考原文: How to move a SYSTEM datafile from filesystem to the ASM diskgroup using ASMCMD on RAC. (Doc ID 1607292.1) 适用于: Oracle Database - Enterprise Edition - Version 11.2.0.1 to 11.2.0.3 [Releas

【翻译自mos文章】11gR2中的asm后台进程

11gR2中的asm后台进程 参考原文: ASM Background Processes in 11.2 (Doc ID 1641678.1) 适用于: Oracle Database - Enterprise Edition - Version 11.2.0.2 to 11.2.0.4 [Release 11.2] Information in this document applies to any platform. 1 ASMB - ASM Background Process 与as