<?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 Oracle Archive Logs - Redirection in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-archive-logs-redirection/m-p/2668215#M915512</link>
    <description>I would like to redirect the output for our archive logs to go from one filesystem to another (the new FS has three times the space).  Is this something that can be done "on-the-fly" or does Oracle need to be shutdown?  Right now, we are using a symbolic link for this (to avoid a bad disk in the system) and I wouldn't mind continuing to do this, just to a new location.</description>
    <pubDate>Wed, 20 Feb 2002 14:56:56 GMT</pubDate>
    <dc:creator>Scott Buckingham</dc:creator>
    <dc:date>2002-02-20T14:56:56Z</dc:date>
    <item>
      <title>Oracle Archive Logs - Redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-archive-logs-redirection/m-p/2668215#M915512</link>
      <description>I would like to redirect the output for our archive logs to go from one filesystem to another (the new FS has three times the space).  Is this something that can be done "on-the-fly" or does Oracle need to be shutdown?  Right now, we are using a symbolic link for this (to avoid a bad disk in the system) and I wouldn't mind continuing to do this, just to a new location.</description>
      <pubDate>Wed, 20 Feb 2002 14:56:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-archive-logs-redirection/m-p/2668215#M915512</guid>
      <dc:creator>Scott Buckingham</dc:creator>
      <dc:date>2002-02-20T14:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Archive Logs - Redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-archive-logs-redirection/m-p/2668216#M915513</link>
      <description>You should be able to according to Metalink:&lt;BR /&gt;The parameter ARCHIVE_LOG_DEST sets the destination for archived log files.&lt;BR /&gt;To override the destination that this parameter specifies, either specify a different destination for manual archiving or use the SQL*Plus:&lt;BR /&gt;  statement ARCHIVE LOG START filespec &lt;BR /&gt;for automatic archiving, where filespec is the new archive destination. To permanently change the destination, use the statement ALTER SYSTEM SET LOG_ARCHIVE_DEST = filespec, where filespec is the new archive&lt;BR /&gt;     destination.</description>
      <pubDate>Wed, 20 Feb 2002 15:13:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-archive-logs-redirection/m-p/2668216#M915513</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2002-02-20T15:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Archive Logs - Redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-archive-logs-redirection/m-p/2668217#M915514</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The cleanest way is to update init.ora parameter LOG_ARCHIVE_DEST to the new filesystem, and restart the database.&lt;BR /&gt;&lt;BR /&gt;If this is not an option, I belive Dave is right on the spot, just remeber to update the init.ora parameter anyway, or you'll end up on your old location the next time the database restarts.&lt;BR /&gt;&lt;BR /&gt;If you prefer to use the link method for some reason, just delete the link and recreate it to the new archive directory.&lt;BR /&gt;&lt;BR /&gt;Andreas</description>
      <pubDate>Thu, 21 Feb 2002 08:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-archive-logs-redirection/m-p/2668217#M915514</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2002-02-21T08:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Archive Logs - Redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-archive-logs-redirection/m-p/2668218#M915516</link>
      <description>Felt I wasn't clear:&lt;BR /&gt;&lt;BR /&gt;First:&lt;BR /&gt;SVRMGR&amp;gt; alter system set log_archive_dest='newdir';&lt;BR /&gt;&lt;BR /&gt;Then: &lt;BR /&gt;update init.ora&lt;BR /&gt;LOG_ARCHIVE_DEST='newdir'&lt;BR /&gt;&lt;BR /&gt;to make the change permanent.&lt;BR /&gt;&lt;BR /&gt;Andreas</description>
      <pubDate>Thu, 21 Feb 2002 08:09:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-archive-logs-redirection/m-p/2668218#M915516</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2002-02-21T08:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Archive Logs - Redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-archive-logs-redirection/m-p/2668219#M915517</link>
      <description>Thank you for your responses, Dave and Andreas.  It sounded simple enough, but of course, I didn't do something right.  I had intentions of doing it the right way and letting Oracle drive the archive destinations instead of using a symbolic link.  Therefore, I removed the link, then tried the 'alter system' method mentioned.  All I got was grief!  First, I shutdown the Oracle instance, tried the alter system statement and received an error (sorry, I didn't write it down).  Since this is the production instance, I thought I would just start the database back up and worry about logging later.  To make a long story short, I ended up changing the log_archive_dest value in the .ora file, but I still couldn't restart the database because it could not find the device/directory that I wanted the logs to go to.  I commented out the log_archive_dest line and was able to start the database, without logging.  I'm still missing a piece, but I'm not sure what it is.  Any suggestions?</description>
      <pubDate>Thu, 21 Feb 2002 14:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-archive-logs-redirection/m-p/2668219#M915517</guid>
      <dc:creator>Scott Buckingham</dc:creator>
      <dc:date>2002-02-21T14:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Archive Logs - Redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-archive-logs-redirection/m-p/2668220#M915519</link>
      <description>The errors you received will still be in the alert log in $ORACLE_BASE/admin/&lt;SID&gt;/bdump/alert_&lt;SID&gt;.log . It may be useful to post the relevant section of that file. I would make sure that the oracle user has r/w permission in the destination directory, by having the oracle user create a file there. You may need to do an ALTER SYSTEM ARCHIVE LOG STOP, then set the new dest dir, then ALTER SYSTEM ARCHIVE LOG START. You can also try to archive a single log with: ALTER SYSTEM ARCHIVE LOG '&lt;A redo="" log="" file="" target="_blank"&gt;' TO '&lt;DEST dir=""&gt;'.&lt;BR /&gt;&lt;/DEST&gt;&lt;/A&gt;&lt;/SID&gt;&lt;/SID&gt;</description>
      <pubDate>Thu, 21 Feb 2002 15:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-archive-logs-redirection/m-p/2668220#M915519</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2002-02-21T15:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Archive Logs - Redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-archive-logs-redirection/m-p/2668221#M915522</link>
      <description>Hi Dave, again, thanks for your response.  Can these ALTER commands be run while the DB is running?  This is for our production database so I don't want to affect the work of others.</description>
      <pubDate>Thu, 21 Feb 2002 15:27:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-archive-logs-redirection/m-p/2668221#M915522</guid>
      <dc:creator>Scott Buckingham</dc:creator>
      <dc:date>2002-02-21T15:27:33Z</dc:date>
    </item>
  </channel>
</rss>

