码迷,mamicode.com
首页 > 数据库 > 详细

RMAN-08137: WARNING: archived log not deleted, needed for standby or upstream capture process

时间:2015-06-10 12:31:32      阅读:806      评论:0      收藏:0      [点我收藏+]

标签:rman-08137

RMAN-08137 When deleting archivelogs even when Streams CAPTURE does not require them [ID 1079953.1]

In this Document
  Symptoms
  Changes
  Cause
  Solution
  References

Symptoms

Applies To: 11gR1-11gR2

RMAN is unable to delete archive logs from database even though they are not needed by CAPTURE process anymore.

Changes

 

Cause

In 11g, RMAN looks at MIN_REQUIRED_CAPTURE_CHANGE# in v$database and not at DBA_CAPTURE. By default this value is updated every 6 hours. So by default the value in v$database will be six hours behind the current value.

Solution

Since changing frequency of update to MIN_REQUIRED_CAPTURE_CHANGE# in v$database can not be controlled, following workaround can be used:

Archive log which are not needed by capture process can be deleted using:


delete noprompt force archivelog all completed before ‘sysdate-10/1440‘;


本文出自 “技术成就梦想!” 博客,请务必保留此出处http://dreamsanqin.blog.51cto.com/845412/1660297

RMAN-08137: WARNING: archived log not deleted, needed for standby or upstream capture process

标签:rman-08137

原文地址:http://dreamsanqin.blog.51cto.com/845412/1660297

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!