1.161 LOG_ARCHIVE_CONFIG
LOG_ARCHIVE_CONFIG enables or disables the sending of redo logs to remote destinations and the receipt of remote redo logs, and specifies the unique database names (DB_UNIQUE_NAME) for each database in the Data Guard configuration.
               
| Property | Description | 
|---|---|
| Parameter type | String | 
| Syntax | 
  {
 [ SEND | NOSEND ]
 [ RECEIVE | NORECEIVE ]
 [ DG_CONFIG=(remote_db_unique_name1 [, ... remote_db_unique_name30) | NODG_CONFIG ]
 } | 
| Default value | 
 | 
| Modifiable | 
 | 
| Modifiable in a PDB | No | 
| Basic | No | 
Values
- 
                        SENDEnables the sending of redo logs to remote destinations 
- 
                        NOSENDDisables the sending of redo logs to remote destinations 
- 
                        RECEIVEEnables the receipt of remotely archived redo logs 
- 
                        NORECEIVEDisables the receipt of remotely archived redo logs 
- 
                        DG_CONFIGSpecifies a list of up to 30 unique database names (defined with the DB_UNIQUE_NAMEinitialization parameter) for all of the databases in the Data Guard configuration.
- 
                        NODG_CONFIGEliminates the list of service provider names previously specified with the DG_CONFIGoption.
When this parameter has not been set, its default value is NULL. However, the NULL value is treated as if the parameter has been set to ‘SEND, RECEIVE, NODG_CONFIG’.
                  
See Also:
Oracle Streams Concepts and Administration for more information about setting this parameter before starting a database upgrade or maintenance operation with Oracle Streams