Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Backup Archived logs using RMAN
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