<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HP SE database ARC file is occupying space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-se-database-arc-file-is-occupying-space/m-p/4376926#M348043</link>
    <description>Sample RMAN script would be something like &lt;BR /&gt;&lt;BR /&gt;RMAN&amp;gt; run {&lt;BR /&gt;2&amp;gt; allocate channel dev1 type disk;&lt;BR /&gt;3&amp;gt; backup&lt;BR /&gt;4&amp;gt;   format '/app/oracle/archback/log_%t_%sp%p'&lt;BR /&gt;5&amp;gt;   (archivelog all delete input);&lt;BR /&gt;6&amp;gt; release channel dev1;&lt;BR /&gt;7&amp;gt; }&lt;BR /&gt;&lt;BR /&gt;Check with your DBA.</description>
    <pubDate>Wed, 11 Mar 2009 14:53:16 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2009-03-11T14:53:16Z</dc:date>
    <item>
      <title>HP SE database ARC file is occupying space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-se-database-arc-file-is-occupying-space/m-p/4376924#M348041</link>
      <description>Oracle database is creating archive file in every 15 minute and each file size is 500 MB . Is there any way we can decrease the frequecy of ARC file so that will not run out of space.&lt;BR /&gt;&lt;BR /&gt;We are using RMAN and TSM for backup. Please sugest</description>
      <pubDate>Wed, 11 Mar 2009 14:43:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-se-database-arc-file-is-occupying-space/m-p/4376924#M348041</guid>
      <dc:creator>Ravi_Shankar</dc:creator>
      <dc:date>2009-03-11T14:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: HP SE database ARC file is occupying space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-se-database-arc-file-is-occupying-space/m-p/4376925#M348042</link>
      <description>your oracle database is running on ARCHIVELOG mode and this is creating the arc files.&lt;BR /&gt;&lt;BR /&gt;this is enabled with the init&lt;SID&gt;.ora file for parameter&lt;BR /&gt;&lt;BR /&gt;log_archive_dest=&lt;BR /&gt;&lt;BR /&gt;There is no way you can reduce the frequency of these files as once the redo logs gets filled up they are rotated and moved as archive log files.&lt;BR /&gt;&lt;BR /&gt;The one way is to delete these files. If you are using RMAN you can use the "delete input" clause with the backup so that these files will be deleted as they are backed up.&lt;/SID&gt;</description>
      <pubDate>Wed, 11 Mar 2009 14:49:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-se-database-arc-file-is-occupying-space/m-p/4376925#M348042</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2009-03-11T14:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: HP SE database ARC file is occupying space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-se-database-arc-file-is-occupying-space/m-p/4376926#M348043</link>
      <description>Sample RMAN script would be something like &lt;BR /&gt;&lt;BR /&gt;RMAN&amp;gt; run {&lt;BR /&gt;2&amp;gt; allocate channel dev1 type disk;&lt;BR /&gt;3&amp;gt; backup&lt;BR /&gt;4&amp;gt;   format '/app/oracle/archback/log_%t_%sp%p'&lt;BR /&gt;5&amp;gt;   (archivelog all delete input);&lt;BR /&gt;6&amp;gt; release channel dev1;&lt;BR /&gt;7&amp;gt; }&lt;BR /&gt;&lt;BR /&gt;Check with your DBA.</description>
      <pubDate>Wed, 11 Mar 2009 14:53:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-se-database-arc-file-is-occupying-space/m-p/4376926#M348043</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2009-03-11T14:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: HP SE database ARC file is occupying space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-se-database-arc-file-is-occupying-space/m-p/4376927#M348044</link>
      <description>Can we set arc file size, database size is only 17 GB and its creating 500 MB arc file in every 15 Minutes, this does not sound good. Its seems something is wrong with the database. &lt;BR /&gt;&lt;BR /&gt;Is there anyway we can set archive file size , its should not create 500 MB archive file everey 15 Minutes.&lt;BR /&gt;&lt;BR /&gt;TSM client is installed on SE server to take full backup. Could you please suggest if we fix this issue by modifying Oracle configuration and will see if anything can be done from TSM side.</description>
      <pubDate>Thu, 12 Mar 2009 06:09:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-se-database-arc-file-is-occupying-space/m-p/4376927#M348044</guid>
      <dc:creator>Ravi_Shankar</dc:creator>
      <dc:date>2009-03-12T06:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: HP SE database ARC file is occupying space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-se-database-arc-file-is-occupying-space/m-p/4376928#M348045</link>
      <description>Hi Manikandan,&lt;BR /&gt;&lt;BR /&gt;For the above issue, can we try in disable /enable the RMAN... It would clean it's archive logs.&lt;BR /&gt;&lt;BR /&gt;Will DBADMIN will help somewhere..</description>
      <pubDate>Thu, 12 Mar 2009 06:54:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-se-database-arc-file-is-occupying-space/m-p/4376928#M348045</guid>
      <dc:creator>Sivakumar MJ._1</dc:creator>
      <dc:date>2009-03-12T06:54:36Z</dc:date>
    </item>
  </channel>
</rss>

