Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Managing Archived Redo Logs

Re: Managing Archived Redo Logs

From: <Reginald.W.Bailey_at_jpmorgan.com>
Date: Wed, 23 Jul 2003 17:12:27 -0500
Message-Id: <25998.339281@fatcity.com>


Yes, the archive files will continue to accumulate. You will need to copy them to a backup directory, then copy the files to tape, then when the copy is confirmed as being completed, then delete the originals in the archive directory. Do not erase the current one that is being written. There are a couple of ways to avoid this.

RWB


Reginald W. Bailey
IBM Global Services - ETS SW GDSD - Database Management Your Friendly Neighborhood DBA
713-216-7703 (Office) 281-798-5474 (Mobile) 713-415-5410 (Pager) reginald.w.bailey_at_jpmorgan.com
baileyre_at_us.ibm.com


                                                                                                                                     
                    DFarnsworth_at_Ashleyfur                                                                                            
                    niture.com                  To:     ORACLE-L_at_fatcity.com                                                         
                    Sent by:                    cc:                                                                                  
                    ml-errors_at_fatcity.com       Subject:     Managing Archived Redo Logs                                             
                                                                                                                                     
                                                                                                                                     
                    07/23/2003 02:09 PM                                                                                              
                    Please respond to                                                                                                
                    ORACLE-L                                                                                                         
                                                                                                                                     
                                                                                                                                     




I finally get to put our 8.1.7 on NT databases into archivelog mode. We have a third party app vendor that would not support us if I did this but I finally convinced them that is the way to go and it should not effect the app. Anyway, I am reading chapter 7 from the Administrators Guide, Managing Archived Redo Logs. I know I have to set the parameters in the init.ora to achieve automatic archiving;

log_archive_start=true
log_archive_dest_1 = "location=my\disk\drive"
log_archive_format=%%ORACLE_SID%%T%T%S.ARC  -or somthing like that

One thing I don't see in TFM is, do these archived redo logs just keep accumulating in the destination directory set in the log_archive_dest_1 parameter? Do I need to create a process to get them to tape and then once on tape, delete these old archive redo logs through my process? I'm just excited to be able to finally go to archivelog mode. Once I get the basics down then I want to investigate using RMAN.

Thanks,

Dave

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Farnsworth, Dave
  INET: DFarnsworth_at_Ashleyfurniture.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services

---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Jul 23 2003 - 17:12:27 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US