Previous Topic: Automatic ArchivingNext Topic: Enable Automatic Archiving for Oracle Installation Using SPFILE


Enable Automatic Archiving for Oracle Installation Using PFILE

To configure the database for automatic archiving if your Oracle installation is configured to use PFILE, add the following log parameter lines to the INIT(SID).ORA file in your $ORACLE_HOME/dbs directory:

LOG_ARCHIVE_START=TRUE
LOG_ARCHIVE_DEST=<archive log directory>
LOG_ARCHIVE_FORMAT=%t_%s.dbf 

Some of the log parameters include the following: