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:
Important! Use a separator between numerical values. For example, %S.%T. If you omit the separator, archive log file names cannot be parsed because there is no way to determine which part is %S and which part is %T. In addition, this could inadvertently create multiple archive logs with the same name.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |