Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Index >
ORACLE Server Parameters >
remote_archive_enable
remote_archive_enableOracle 11.1.0:No such parmeter in Oracle 11.1.0.Oracle 10.2.0:
Oracle 10.1.0:
Oracle 9.2.0:
Oracle 8.1.7:No such parmeter in Oracle 8.1.7.Oracle 8.0.6:No such parmeter in Oracle 8.0.6.Oracle 7.3.4:No such parmeter in Oracle 7.3.4.Related Error Messages:ORA-16063: remote archival is enabled by another instance
Action: Set the REMOTE_ARCHIVE_ENABLE parameter to TRUE and restart this instance. ORA-16064: remote archival is disabled by another instance
Action: Set the REMOTE_ARCHIVE_ENABLE parameter to FALSE and restart this instance. ORA-16065: remote archival disabled at standby destination
Action: If appropriate change the associated archive log parameter to specify a local destination with the LOCATION keyword or defer the associated archive log destination. Or, if possible, set the standby REMOTE_ARCHIVE_ENABLE parameter to TRUE, or enable the RECEIVE attribute of the LOG_ARCHIVE_CONFIG parameterand restart the standby database instance before further REDO log file archivals occur. ORA-16066: remote archival disabled
Action: If appropriate change the archive log parameter to specify a local destination with the LOCATION keyword or (if appropriate) set the REMOTE_ARCHIVE_ENABLE parameter to TRUE, or enable the SEND attribute of the LOG_ARCHIVE_CONFIG parameter and restart the database instance before further REDO log file archivals occur. ORA-16185: REMOTE_ARCHIVE_ENABLE and LOG_ARCHIVE_CONFIG mutually exclusive
Action: The REMOTE_ARCHIVE_ENABLE parameter has been made obsolete. Use only the LOG_ARCHIVE_CONFIG parameter.
This parameter is documented in the Oracle Server Reference Guide. Search for more info about [ remote_archive_enable ] on the Oracle FAQ.
|