<?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: archive log dir is full ,how can I deal it ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/archive-log-dir-is-full-how-can-i-deal-it/m-p/2764426#M894690</link>
    <description>I would suggest having a script that copies the archive logs to tape and then deletes them.  The frequency with which you do this will depend upon how many logs you go through per day.  I have my script running every 2 hours.  Even if you have the disk space I would still back them up to tape at least once per day - you will need them to recover your database, and the ones on disk may not be accessible.</description>
    <pubDate>Tue, 16 Jul 2002 21:56:37 GMT</pubDate>
    <dc:creator>Jeanine Kone</dc:creator>
    <dc:date>2002-07-16T21:56:37Z</dc:date>
    <item>
      <title>archive log dir is full ,how can I deal it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/archive-log-dir-is-full-how-can-i-deal-it/m-p/2764423#M894687</link>
      <description>Hi: I executed a stored procedure last night,&lt;BR /&gt;today i find that the archive log is full, I use rm to del all trc file. Shutdown DB and  turn the database into noarchive log mode, &lt;BR /&gt;but it is not the right method, Can you tell me the right one?</description>
      <pubDate>Tue, 16 Jul 2002 04:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/archive-log-dir-is-full-how-can-i-deal-it/m-p/2764423#M894687</guid>
      <dc:creator>xiongye_2</dc:creator>
      <dc:date>2002-07-16T04:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: archive log dir is full ,how can I deal it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/archive-log-dir-is-full-how-can-i-deal-it/m-p/2764424#M894688</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Have a look at the attached script which we run to clear our ora_archive logs&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 16 Jul 2002 05:08:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/archive-log-dir-is-full-how-can-i-deal-it/m-p/2764424#M894688</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-07-16T05:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: archive log dir is full ,how can I deal it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/archive-log-dir-is-full-how-can-i-deal-it/m-p/2764425#M894689</link>
      <description>Archive logs are worthless unless you are taking online backups.  Otherwise, you should back the archivelogs up to tape for recoverability.  Most DBA's try to keep least 1 day on disk, however this would depend on how many logs you are creating each day. &lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Tue, 16 Jul 2002 21:27:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/archive-log-dir-is-full-how-can-i-deal-it/m-p/2764425#M894689</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2002-07-16T21:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: archive log dir is full ,how can I deal it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/archive-log-dir-is-full-how-can-i-deal-it/m-p/2764426#M894690</link>
      <description>I would suggest having a script that copies the archive logs to tape and then deletes them.  The frequency with which you do this will depend upon how many logs you go through per day.  I have my script running every 2 hours.  Even if you have the disk space I would still back them up to tape at least once per day - you will need them to recover your database, and the ones on disk may not be accessible.</description>
      <pubDate>Tue, 16 Jul 2002 21:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/archive-log-dir-is-full-how-can-i-deal-it/m-p/2764426#M894690</guid>
      <dc:creator>Jeanine Kone</dc:creator>
      <dc:date>2002-07-16T21:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: archive log dir is full ,how can I deal it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/archive-log-dir-is-full-how-can-i-deal-it/m-p/2764427#M894691</link>
      <description>I use a script each night to move the archive logs to a non-oracle disk (that has lots of space). We generate about 5G of redo on the avg day. This is the pre-exec script for an omniback backup, which then backs the logs up to tape each night. The script removes old logs from that directory before moving the new ones in. the logs must be kept back to the last full hot or cold backup to be of use if the database needs recovery.</description>
      <pubDate>Tue, 16 Jul 2002 22:11:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/archive-log-dir-is-full-how-can-i-deal-it/m-p/2764427#M894691</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2002-07-16T22:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: archive log dir is full ,how can I deal it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/archive-log-dir-is-full-how-can-i-deal-it/m-p/2764428#M894692</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you have a backup software,&lt;BR /&gt;configure an archive backup which will take the archives in to a tape and then delete the archive logs. &lt;BR /&gt;&lt;BR /&gt;James&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jul 2002 14:27:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/archive-log-dir-is-full-how-can-i-deal-it/m-p/2764428#M894692</guid>
      <dc:creator>James George_1</dc:creator>
      <dc:date>2002-07-17T14:27:04Z</dc:date>
    </item>
  </channel>
</rss>

