我的编程空间,编程开发者的网络收藏夹
学习永远不晚

解决数据库Bug:RVWR TERMINATES INSTANCE IF FRA IS FULL

短信预约 -IT技能 免费直播动态提醒
省份

北京

  • 北京
  • 上海
  • 天津
  • 重庆
  • 河北
  • 山东
  • 辽宁
  • 黑龙江
  • 吉林
  • 甘肃
  • 青海
  • 河南
  • 江苏
  • 湖北
  • 湖南
  • 江西
  • 浙江
  • 广东
  • 云南
  • 福建
  • 海南
  • 山西
  • 四川
  • 陕西
  • 贵州
  • 安徽
  • 广西
  • 内蒙
  • 西藏
  • 新疆
  • 宁夏
  • 兵团
手机号立即预约

请填写图片验证码后获取短信验证码

看不清楚,换张图片

免费获取短信验证码

解决数据库Bug:RVWR TERMINATES INSTANCE IF FRA IS FULL

1、数据库版本
Oralce 12c 12.1.0.2
当遇到FRA空间耗尽的时候,数据库会自动关闭闪回。实例不会down掉。这个BUG已经解决掉了。

*************************************************************
WARNING: A file of type FLASH BACK may exist in
db_recovery_file_dest that is not known to the database.
Use the RMAN command CATALOG RECOVERY AREA to re-catalog
any such files. If files cannot be cataloged, then manually
delete them using OS command. This is most likely the
result of a crash during file creation.
*************************************************************
Errors in file /u01/app/oracle/diag/rdbms/orcl/orcl1/trace/orcl1_rvwr_11005.trc:
ORA-38886: WARNING: Flashback database was disabled due to error when writing flashback database logs.
ORA-38701: Flashback database log 8 seq 8 thread 1: "+datadg"
ORA-17502: ksfdcre:4 Failed to create file +datadg
ORA-15041: diskgroup "DATADG" space exhausted
*************************************
RVWR encountered an error when writing flashback database logs.
See error stack in alert log.  To avoid crashing the instance,
this instance has turned off flashback database.
*************************************
RVWR shutting down
2018-01-06 09:08:29.735000 +08:00
Thread 1 cannot allocate new log, sequence 132
Checkpoint not complete

2、在Oracle 11.2版本中有一个bug
数据库实例会down掉

Reconfiguration complete
Fri Feb 01 15:06:35 2013
Errors in file ...../<sid>_rvwr_13323.trc:
ORA-19816: WARNING: Files may exist in db_recovery_file_dest that are not known to database.
ORA-38701: Flashback database log 71 seq 837 thread 4: "+DEV_FBA"
ORA-17502: ksfdcre:4 Failed to create file +DEV_FBA
ORA-15041: diskgroup "DEV_FBA" space exhausted
*************************************************************
WARNING: A file of type FLASH BACK may exist in
db_recovery_file_dest that is not known to the database.
Use the RMAN command CATALOG RECOVERY AREA to re-catalog
any such files. If files cannot be cataloged, then manually
delete them using OS command. This is most likely the
result of a crash during file creation.
*************************************************************
Errors in file ...../<sid>_rvwr_13323.trc:
ORA-38701: Flashback database log 71 seq 837 thread 4: "+DEV_FBA"
ORA-17502: ksfdcre:4 Failed to create file +DEV_FBA
ORA-15041: diskgroup "DEV_FBA" space exhausted
Fri Feb 01 15:06:35 2013
System state dump requested by (instance=4, osid=13323 (RVWR)), summary=[abnormal instance termination].
System State dumped to trace file ...../<sid>_diag_12955.trc
RVWR (ospid: 13323): terminating the instance due to error 38701 
Fri Feb 01 15:06:36 2013
opiodr aborting process unknown ospid (13159) as a result of ORA-1092
Fri Feb 01 15:06:36 2013
ORA-1092 : opitsk aborting process
Fri Feb 01 15:06:40 2013
ORA-1092 : opitsk aborting process
Fri Feb 01 15:06:40 2013
ORA-1092 : opitsk aborting process
Instance terminated by RVWR, pid = 13323
Fri Feb 01 15:06:52 2013
Adjusting the default value of parameter parallel_max_servers

3、这个BUG官方文档
Database terminated by RVWR process when FRA becomes full (文档 ID 1533577.1)

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

解决数据库Bug:RVWR TERMINATES INSTANCE IF FRA IS FULL

下载Word文档到电脑,方便收藏和打印~

下载Word文档

编程热搜

目录