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: Backup Archived logs using RMAN

Re: Backup Archived logs using RMAN

From: <Cherie_Machler_at_gelco.com>
Date: Thu, 30 Nov 2000 13:22:18 -0600
Message-Id: <10696.123346@fatcity.com>


Helmut,

Set the log_archive_dest and log_archive_format as well as log_archive_start initialization parameter in your init.ora file. After you bounce the database, RMAN picks up the directory location and archive file name from these parameters.

Here are examples from my init.ora file:

log_archive_dest                        =/oradata05/ICEDEV02/arch
log_archive_format                     =ICEDEV02_log_%s.arc
log_archive_start                        =true

Cherie
Cherie Machler
Gelco Information Network Received on Thu Nov 30 2000 - 13:22:18 CST

Original text of this message

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