<?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: Oracle RedoLogs are Full - Now What? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603712#M853205</link>
    <description>Thanks, Clay, for the great advice!  Your last suggestion worked like a champ!  I ran fsck on the drive in question and it came up with all kinds of errors so until we get a new one, this solution will take precedence.&lt;BR /&gt;&lt;BR /&gt;Andreas, I likde your suggestion too, but I tend to do things in order.&lt;BR /&gt;&lt;BR /&gt;Thanks to all for your responses!</description>
    <pubDate>Tue, 30 Oct 2001 23:27:52 GMT</pubDate>
    <dc:creator>Scott Buckingham</dc:creator>
    <dc:date>2001-10-30T23:27:52Z</dc:date>
    <item>
      <title>Oracle RedoLogs are Full - Now What?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603700#M853193</link>
      <description>We found out earlier today that our production database was no longer accessible due to our redo logs being full.  Now I don't know what to do to get back up and running!  I have shutdown the instance, but it will not restart until the logs get cleared (or can I add more space to them?)  Am I completely hosed or is there a way out of this mess?</description>
      <pubDate>Tue, 30 Oct 2001 00:21:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603700#M853193</guid>
      <dc:creator>Scott Buckingham</dc:creator>
      <dc:date>2001-10-30T00:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RedoLogs are Full - Now What?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603701#M853194</link>
      <description>Hi Scott:&lt;BR /&gt;&lt;BR /&gt;I suspect what has happened is notr that your redo logs have filled (that is normal) but rather you are out of space in your archivelog directory. Let's say that you have four redo logs. When redo1 fills up you switch to redo2; when it fills you switch to redo3; when it fills you switch to redo4; when it fills you first copy redo 1 to an archivelog and then switch to redo1. You need to either remove old archivelogs (after making sure that they are not needed or they are backed up) or create more room in this logical volume.&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Oct 2001 00:28:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603701#M853194</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-30T00:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RedoLogs are Full - Now What?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603702#M853195</link>
      <description>Thanks for the quick response, Clay.  After doing a bdf on our HP_UX box, the logs that Oracle is complaining about are on logical drives that are less than half full.  Or are you referring to extending tablespaces?  If so, can I do this through SQLPLUS or the the SVRMGRL utility?  I can't access the instance from the Oracle Enterprise Manager.  For some reason, I get a message that the instance is still be shutdown.</description>
      <pubDate>Tue, 30 Oct 2001 00:36:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603702#M853195</guid>
      <dc:creator>Scott Buckingham</dc:creator>
      <dc:date>2001-10-30T00:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RedoLogs are Full - Now What?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603703#M853196</link>
      <description>No archive logs are regular files. Look in your init.ora file and file the entry for "log_archive_dest="</description>
      <pubDate>Tue, 30 Oct 2001 00:48:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603703#M853196</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-30T00:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RedoLogs are Full - Now What?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603704#M853197</link>
      <description>Hi,&lt;BR /&gt;what is exact ORA error ?&lt;BR /&gt;if it's in that you explain just delete very old archive file (may be previous month) in&lt;BR /&gt;"log_archive_dest=" directory as Clay suggest.&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Oct 2001 03:46:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603704#M853197</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2001-10-30T03:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RedoLogs are Full - Now What?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603705#M853198</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I want to second Clays solution and come with some more information. &lt;BR /&gt;On a production database you most certain have set up archiving of the redologs.&lt;BR /&gt;When your database became inaccesible, there was no need of shuting it down (infact shuting down should be the last solution when you experience problems, as data might be consistent in memory but due to some error not on disk yet.)&lt;BR /&gt;&lt;BR /&gt;What happens when the archive filesystem gets full is that the archiver backround process stops copying redologs out, and thereby effectively preventing redologs not archived to be reused. &lt;BR /&gt;If / when this situation occure, the thing is just to move/delete the archived logs to free up space or to extend archive volume if you have the possibility. The database would then start running all by it self as the archiver starts up and the redologs are freed.&lt;BR /&gt;&lt;BR /&gt;If running with archiving you should implement some routine to atomatically backup and delete the archived redologs, to prevent archive filesystem to filling up.&lt;BR /&gt;&lt;BR /&gt;If using RMAN to do backups you also can use this to backup and delete the archived redologs.&lt;BR /&gt;&lt;BR /&gt;Andreas</description>
      <pubDate>Tue, 30 Oct 2001 07:40:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603705#M853198</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2001-10-30T07:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RedoLogs are Full - Now What?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603706#M853199</link>
      <description>Can you tell I'm an acting DBA and not an official one?&lt;BR /&gt;&lt;BR /&gt;Thanks to all for your responses and I understand what your telling me.  However, after moving the archived logs from one filesystem to another (for backup purposes), leaving our /u06 filesystem empty, I still receive the following when trying to start the database instance:&lt;BR /&gt;&lt;BR /&gt;SVRMGR&amp;gt; startup&lt;BR /&gt;ORACLE instance started.&lt;BR /&gt;Total System Global Area      80409504 bytes&lt;BR /&gt;Fixed Size                       38984 bytes&lt;BR /&gt;Variable Size                 49486680 bytes&lt;BR /&gt;Database Buffers              30720000 bytes&lt;BR /&gt;Redo Buffers                    163840 bytes&lt;BR /&gt;Database mounted.&lt;BR /&gt;ORA-00255: error archiving log 5 of thread 1, sequence # 83945&lt;BR /&gt;ORA-00312: online log 5 thread 1: '/u07/oradata/PRD0/redo51_PRD0.log'&lt;BR /&gt;ORA-00312: online log 5 thread 1: '/u09/oradata/PRD0/redo52_PRD0.log'&lt;BR /&gt;ORA-00270: error creating archive log&lt;BR /&gt;ORA-00334: archived log: '/u06/oradata/PRD0/arch/arch.log'LOG83945_1.ARC''&lt;BR /&gt;ORA-07352: sfccf: create error, unable to create file.&lt;BR /&gt;HP-UX Error: 5: I/O error&lt;BR /&gt;&lt;BR /&gt;So, is my problem still with /u07 and/or /u09?&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Oct 2001 14:24:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603706#M853199</guid>
      <dc:creator>Scott Buckingham</dc:creator>
      <dc:date>2001-10-30T14:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RedoLogs are Full - Now What?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603707#M853200</link>
      <description>hi Scott,&lt;BR /&gt;&lt;BR /&gt;'/u06/oradata/PRD0/arch/arch.log'LOG83945_1.ARC'' &lt;BR /&gt;&lt;BR /&gt;mind the quotes within the filename.  Please check log_archive_dest_1 and/or log_archive_format for excessive quotes.&lt;BR /&gt;&lt;BR /&gt;Also make sure Oracle has write privilege on these directories.&lt;BR /&gt;&lt;BR /&gt;good luck,&lt;BR /&gt;Thierry.</description>
      <pubDate>Tue, 30 Oct 2001 14:37:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603707#M853200</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-10-30T14:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RedoLogs are Full - Now What?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603708#M853201</link>
      <description>Hi Scott:&lt;BR /&gt;&lt;BR /&gt;I think your real problem is with /u06. Unfortunately, errno 5 (EIO) generally indicates a failure reading or writing to a device - possibly a disk failure. You need to unmount /u06 and run fsck on it (and probably not just a log replay). I that is ok try creating a file in the archive directory.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Oct 2001 14:38:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603708#M853201</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-30T14:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RedoLogs are Full - Now What?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603709#M853202</link>
      <description>It appears that you nailed it, Clay.  I haven't run the fsck command yet as we have some demos going on.  I'll do that later.  However, I tried to create a file in the /u06 filesystem and I received an I-O error (definite red flag here!)  In the meantime, while I try to address this issue, how can I direct my archive logging to go somewhere else?</description>
      <pubDate>Tue, 30 Oct 2001 16:08:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603709#M853202</guid>
      <dc:creator>Scott Buckingham</dc:creator>
      <dc:date>2001-10-30T16:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RedoLogs are Full - Now What?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603710#M853203</link>
      <description>Hi Scott:&lt;BR /&gt;&lt;BR /&gt;The easist thing to do (and avoid any Oracle stuff altogether) is to do some basic unix stuff. How abour this:&lt;BR /&gt;&lt;BR /&gt;1) Unmount /u06&lt;BR /&gt;2) comment the entry in /etc/fstab so that you do not try to mount it later&lt;BR /&gt;3) Set up a symbolic link from some other directory/filesystem to /u06</description>
      <pubDate>Tue, 30 Oct 2001 16:12:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603710#M853203</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-30T16:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RedoLogs are Full - Now What?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603711#M853204</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;To change your archive destination, just change your init.ora setting: "log_archive_dest=/new_path/" and startup once more.&lt;BR /&gt;&lt;BR /&gt;If you're not familiar with Oracle, your init.ora is located in $ORACLE_HOME/dbs as init&lt;SID&gt;.ora (either as file or link to $ORACLE_BASE/admin/SID/pfile/init&lt;SID&gt;.ora)&lt;BR /&gt;&lt;BR /&gt;Andreas&lt;BR /&gt;&lt;BR /&gt;&lt;/SID&gt;&lt;/SID&gt;</description>
      <pubDate>Tue, 30 Oct 2001 21:11:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603711#M853204</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2001-10-30T21:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RedoLogs are Full - Now What?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603712#M853205</link>
      <description>Thanks, Clay, for the great advice!  Your last suggestion worked like a champ!  I ran fsck on the drive in question and it came up with all kinds of errors so until we get a new one, this solution will take precedence.&lt;BR /&gt;&lt;BR /&gt;Andreas, I likde your suggestion too, but I tend to do things in order.&lt;BR /&gt;&lt;BR /&gt;Thanks to all for your responses!</description>
      <pubDate>Tue, 30 Oct 2001 23:27:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603712#M853205</guid>
      <dc:creator>Scott Buckingham</dc:creator>
      <dc:date>2001-10-30T23:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RedoLogs are Full - Now What?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603713#M853206</link>
      <description>Hi Scott:&lt;BR /&gt;&lt;BR /&gt;Glad I was able to help. I intentionally gave you a 'pure' UNIX workaround since you seemed to be more comfortable in that world.&lt;BR /&gt;&lt;BR /&gt;Regards, Clay</description>
      <pubDate>Tue, 30 Oct 2001 23:50:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redologs-are-full-now-what/m-p/2603713#M853206</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-30T23:50:25Z</dc:date>
    </item>
  </channel>
</rss>

