码迷,mamicode.com
首页 > 其他好文 > 详细

How to delete expired archive log files using rman?

时间:2014-06-26 20:20:52      阅读:262      评论:0      收藏:0      [点我收藏+]

标签:style   color   com   os   io   c   

he following commands will helpful to delete the expired archive log files using Oracle Recovery Manager(RMAN).Connect to the Rman prompt and try the bellow commands.

    RMAN>list expired archivelog all;

RMAN>crosscheck archivelog all;
RMAN>delete noprompt expired archivelog all;
RMAN>list expired archivelog all;

Sample Ouptut:

RMAN> list expired archivelog all;
specification does not match any archived log in the repository
RMAN>

How to delete expired archive log files using rman?,布布扣,bubuko.com

How to delete expired archive log files using rman?

标签:style   color   com   os   io   c   

原文地址:http://www.cnblogs.com/princessd8251/p/3808090.html

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