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


Enable Automatic Archiving for Oracle Installations Using PFILE

You can configure the database for automatic archiving if your Oracle installation is configured to use PFILE.

To enable automatic archiving for Oracle installations using PFILE

  1. Add the following log parameter lines to the INIT(SID).ORA file in your Oracle home directory:
    LOG_ARCHIVE_START=TRUE
    LOG_ARCHIVE_DEST=”C:\Oracle\oradata\ORCL\archive”
    LOG_ARCHIVE_FORMAT=”ARC%S.%T”
    

    Note: The actual value of LOG_ARCHIVE_DEST is specific to your environment.

  2. The automatic archiving for Oracle installations using PFILE is enabled.

Function of each parameter are as follows: