oracle 删除旧的归档文件或跟踪文件
摘要:2016-02-16 可以使用两种方法完成删除旧文件的操作: 一.是使用find命令结合-exec rm; 二.是使用find命令结合使用xargs rm. 例如: 把5天之前的归档文件删除: [oracle@rhel ~]$ find /oracle/arc -ctime +5 -exec rm
阅读全文
posted @ 2016-02-16 21:35
追逐梦想永不放弃!
posted @ 2016-02-16 21:35
posted @ 2015-01-20 16:41
posted @ 2013-10-06 09:50