<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Oracle</title>
		<link>http://techgyaan.forumotion.com/oracle-f3/-t1.htm</link>
		<description>Oracle Development forum discussing administration, Oracle queries, and other Oracle-related topics. Oracle is known as one of the most robust multi-platform relational databases available.</description>
		<lastBuildDate>Fri, 28 Dec 2007 01:48:45 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Oracle</title>
			<url>http://illiweb.com/fa/empty.gif</url>
			<link>http://techgyaan.forumotion.com/oracle-f3/-t1.htm</link>
		</image>
		<item>
			<title>Delete all old Oracle trace and audit files more than 14 day</title>
			<link>http://techgyaan.forumotion.com/oracle-f3/delete-all-old-oracle-trace-and-audit-files-more-than-14-day-t12.htm</link>
			<dc:creator>Bala</dc:creator>
			<description><![CDATA[<dl class="codebox"><dt>Code:</dt><dd><code>clean_arch.ksh
<br />
#!/bin/ksh
<br />

<br />
# Cleanup archive logs more than 7 days old
<br />
find /u01/app/oracle/admin/mysid/arch/arch_mysid*.arc -ctime +7 -exec rm &#123;&#125;
<br />
;</code></dd></dl>]]></description>
			<category>Oracle</category>
			<pubDate>Fri, 28 Dec 2007 01:48:45 GMT</pubDate>
			<comments>http://techgyaan.forumotion.com/oracle-f3/delete-all-old-oracle-trace-and-audit-files-more-than-14-day-t12.htm#12</comments>
			<guid>http://techgyaan.forumotion.com/oracle-f3/delete-all-old-oracle-trace-and-audit-files-more-than-14-day-t12.htm</guid>
		</item>
		<item>
			<title>Audit oracle directory remove</title>
			<link>http://techgyaan.forumotion.com/oracle-f3/audit-oracle-directory-remove-t11.htm</link>
			<dc:creator>Bala</dc:creator>
			<description><![CDATA[<font face="Times New Roman">Can any one tell how to audit oracle directories removed by any user in the network?</font>]]></description>
			<category>Oracle</category>
			<pubDate>Fri, 28 Dec 2007 01:47:20 GMT</pubDate>
			<comments>http://techgyaan.forumotion.com/oracle-f3/audit-oracle-directory-remove-t11.htm#11</comments>
			<guid>http://techgyaan.forumotion.com/oracle-f3/audit-oracle-directory-remove-t11.htm</guid>
		</item>
	</channel>
</rss>