<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Archived Redo Logs on Oracle Scripts</title><link>https://www.oraclescripts.com/tags/archived-redo-logs/</link><description>Recent content in Archived Redo Logs on Oracle Scripts</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>OracleScripts.com</copyright><lastBuildDate>Sun, 03 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.oraclescripts.com/tags/archived-redo-logs/index.xml" rel="self" type="application/rss+xml"/><item><title>Find Oracle Archive Logs Older Than N Days with find -mtime</title><link>https://www.oraclescripts.com/post/find-archive-logs-older-than-n-days-oracle/</link><pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate><guid>https://www.oraclescripts.com/post/find-archive-logs-older-than-n-days-oracle/</guid><description>
&lt;h2 id="find-oracle-archive-logs-older-than-n-days-with-find--mtime"&gt;Find Oracle Archive Logs Older Than N Days with find -mtime&lt;/h2&gt;
&lt;h2 id="purpose"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Oracle databases in archivelog mode write a stream of &lt;code&gt;.ARC&lt;/code&gt; (archived redo log) files to a destination directory. The directory fills up. When it fills up, the database hangs. The four &lt;code&gt;find -mtime&lt;/code&gt; commands below let a DBA list, delete, compress, or move archive logs by age — the daily housekeeping that keeps the archive destination from filling.&lt;/p&gt;</description></item></channel></rss>