<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.hacks.be/wiki/index.php?action=history&amp;feed=atom&amp;title=Oracle_Backup_%26_Restore</id>
	<title>Oracle Backup &amp; Restore - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.hacks.be/wiki/index.php?action=history&amp;feed=atom&amp;title=Oracle_Backup_%26_Restore"/>
	<link rel="alternate" type="text/html" href="https://www.hacks.be/wiki/index.php?title=Oracle_Backup_%26_Restore&amp;action=history"/>
	<updated>2026-04-30T11:56:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://www.hacks.be/wiki/index.php?title=Oracle_Backup_%26_Restore&amp;diff=35&amp;oldid=prev</id>
		<title>193.121.160.69: Created page with &quot;Script to create a backup of all archivelogs and remove them &lt;source lang=&quot;sh&quot;&gt; export ORACLE_SID=MYSID export ORACLE_HOME=/oracle/product/11.2/dbhome_1 export PATH=$PATH:$ORA...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.hacks.be/wiki/index.php?title=Oracle_Backup_%26_Restore&amp;diff=35&amp;oldid=prev"/>
		<updated>2016-04-06T13:47:56Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Script to create a backup of all archivelogs and remove them &amp;lt;source lang=&amp;quot;sh&amp;quot;&amp;gt; export ORACLE_SID=MYSID export ORACLE_HOME=/oracle/product/11.2/dbhome_1 export PATH=$PATH:$ORA...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Script to create a backup of all archivelogs and remove them&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sh&amp;quot;&amp;gt;&lt;br /&gt;
export ORACLE_SID=MYSID&lt;br /&gt;
export ORACLE_HOME=/oracle/product/11.2/dbhome_1&lt;br /&gt;
export PATH=$PATH:$ORACLE_HOME/bin&lt;br /&gt;
rman target / &amp;lt;&amp;lt;EOF&lt;br /&gt;
backup archivelog all delete input;&lt;br /&gt;
exit;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>193.121.160.69</name></author>
	</entry>
</feed>