ArchiveLocation
The ArchiveLocation configurable property specifies the online redo log archive location for primary, logical, and snapshot standby databases.
If the StandbyArchiveLocation property is not empty, the
ArchiveLocation property specifies an online redo log archive
location. If the StandbyArchiveLocation property is empty, the
ArchiveLocation property specifies an online and standby redo
log archive location.
Set a value for this property if you want Oracle to manage local archiving.
Note:
These properties allow you to have the broker automatically manage the local archival of online and standby redo logs to the specified local destination. Do not use setlog_archive_dest_n initialization parameters for
local archival specifying that same destination.
| Category | Description |
|---|---|
| Datatype | String |
| Valid values |
|
| Broker default | Empty string |
| Imported? | No |
| Parameter class | Dynamic |
| Role | Primary and standby |
| Standby type | Physical, logical, or snapshot standby |
| Corresponds to |
|
| Scope | Member |
| Cloud Control name | There is no Cloud Control name |
Note:
ArchiveLocation, broker will change the property
value to an empty string, but will not update the initialization parameter
log_archive_dest_n that points to the location
specified by the property ArchiveLocation before resetting it.
The reasons are:
- The redo log archiver must have an accessible location to archive the redo log. If the arching fails, the archiver will be stuck, then the database will be in restricted mode. Since broker does not have knowledge which archive location should be used, so intentionally does not update the parameter log_archive_dest_n corresponding to the archive location.
- An empty value for property ArchiveLocation indicates that the user can manually manage the local archive destinations.