How To Enable Archive Log Mode In a RAC Environment (文档 ID 1963148.1)
APPLIES TO: Oracle Applications Manager - Version 12.2 to 12.2 [Release 12.2]Information in this document applies to any platform. GOAL How to enable archive log mode In a RAC Environment? SOLUTION A. The following steps need to be taken to enable archive logging in a RAC database environment: $ srvctl start database -d -o mount $ sqlplus / as sysdba $ srvctl stop database -d $ srvctl start database -d sql> archive log list; Note: There may be a need to set your log_archive_dest(_n) parameters to a shared location in each spfile, but the log_archive_start parameter does not need to be set anymore as of 10g (See Note 274302.1) for more details.
Please note, from 10.2 onwards, it is no longer required to modify cluster_database parameter to change archive log mode. Please refer to: REFERENCES NOTE:1186764.1 - How To Enable/Disable Archive Logging In RAC Environment for 10.2 and higher versionNOTE:371139.1 - How to Enable/Disable Archive Log Mode In 10g and 11g |