Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3540696
  • 博文数量: 715
  • 博客积分: 1860
  • 博客等级: 上尉
  • 技术积分: 7745
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-07 08:51
个人简介

偶尔有空上来看看

文章分类

全部博文(715)

文章存档

2023年(75)

2022年(134)

2021年(238)

2020年(115)

2019年(11)

2018年(9)

2017年(9)

2016年(17)

2015年(7)

2014年(4)

2013年(1)

2012年(11)

2011年(27)

2010年(35)

2009年(11)

2008年(11)

最近访客

分类: Oracle

2010-09-12 08:19:14

oracle 归档空间满了 没有及时清理导致无法启动

SQL> select * from v$version ;

BANNER
---------------------------------------------------------------

Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
PL/SQL Release 11.2.0.1.0 - Production
CORE    11.2.0.1.0      Production
TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - Production

启动时adrci跟出来的alert信息:

2010-09-12 08:08:26.468000 +08:00
Errors in file c:\app\administrator\diag\rdbms\orcl\orcl\trace\orcl_ora_1392.trc
:
ORA-19815: ??: db_recovery_file_dest_size ?? (? 2621440000 ??) ??? 100.00%, ?? 0
 ?????
************************************************************************
Errors in file c:\app\administrator\diag\rdbms\orcl\orcl\trace\orcl_arc2_1672.tr
c:
ORA-19815: 警告: db_recovery_file_dest_size 字节 (共 2621440000 字节) 已使用 100
.00%, 尚有 0 字节可用。
You have following choices to free up space from recovery area:
************************************************************************
1. Consider changing RMAN RETENTION POLICY. If you are using Data Guard,
You have following choices to free up space from recovery area:
   then consider changing RMAN ARCHIVELOG DELETION POLICY.
1. Consider changing RMAN RETENTION POLICY. If you are using Data Guard,
2. Back up files to tertiary device such as tape using RMAN
   then consider changing RMAN ARCHIVELOG DELETION POLICY.
   BACKUP RECOVERY AREA command.
2. Back up files to tertiary device such as tape using RMAN
3. Add disk space and increase db_recovery_file_dest_size parameter to
   BACKUP RECOVERY AREA command.
   reflect the new space.
3. Add disk space and increase db_recovery_file_dest_size parameter to
4. Delete unnecessary files using RMAN DELETE command. If an operating
   reflect the new space.
   system command was used to delete files, then use RMAN CROSSCHECK and
4. Delete unnecessary files using RMAN DELETE command. If an operating
   DELETE EXPIRED commands.
   system command was used to delete files, then use RMAN CROSSCHECK and
************************************************************************
2010-09-12 08:08:27.515000 +08:00
   DELETE EXPIRED commands.
************************************************************************
Errors in file c:\app\administrator\diag\rdbms\orcl\orcl\trace\orcl_ora_1392.trc
:
ORA-19809: ???????????
ORA-19804: ???? 41357312 ?????? (? 2621440000 ???)
Errors in file c:\app\administrator\diag\rdbms\orcl\orcl\trace\orcl_arc2_1672.tr
c:
ORA-19809: 超出了恢复文件数的限制
ORA-19804: 无法回收 45711872 字节磁盘空间 (从 2621440000 限制中)
ARC2: Error 19809 Creating archive log file to 'C:\APP\ADMINISTRATOR\FLASH_RECOV
ERY_AREA\ORCL\ARCHIVELOG\2010_09_12\O1_MF_1_2_%U_.ARC'
ARCH: Error 19809 Creating archive log file to 'C:\APP\ADMINISTRATOR\FLASH_RECOV
ERY_AREA\ORCL\ARCHIVELOG\2010_09_12\O1_MF_1_1_%U_.ARC'
ARCH: Archival stopped, error occurred. Will continue retrying
Errors in file c:\app\administrator\diag\rdbms\orcl\orcl\trace\orcl_arc2_1672.tr
c:
ORA-16038: 日志 2 sequence# 2 无法归档
ORA-19809: 超出了恢复文件数的限制
ORA-00312: 联机日志 2 线程 1: 'C:\APP\ADMINISTRATOR\ORADATA\ORCL\REDO02.LOG'
Errors in file c:\app\administrator\diag\rdbms\orcl\orcl\trace\orcl_ora_1392.trc
:
ORA-16038: ?? 1 sequence# 1 ????
ORA-19809: ???????????
ORA-00312: ???? 1 ?? 1: 'C:\APP\ADMINISTRATOR\ORADATA\ORCL\REDO01.LOG'
USER (ospid: 1392): terminating the instance due to error 16038

 
停库
启动到NOMOUNT状态
修改参数db_recovery_file_dest_size=5000m
重启实例
 
没问题了
在rman里
crosscheck archivelog all;
delete noprompt expired archivelog;
 
阅读(1755) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~