Configuring Redo Transport from Source to Downstream Mining Database
To set up the transfer of redo log files from a source database to the downstream mining database, and to prepare the downstream mining database to accept these redo log files, perform the steps given in this topic.
The following summarizes the rules for supporting multiple sources sending redo to a single downstream mining database:
-
Only one source database can be configured to send online redo to the standby redo logs at the downstream mining database. The
log_archive_dest_n
setting for this source database should not have aTEMPLATE
clause. -
Source databases that are not sending online redo to the standby redo logs of the downstream mining database must have a
TEMPLATE
clause specified in thelog_archive_dest_n
parameter. -
Each of the source databases that sends redo to the downstream mining database must have a unique
DBID
. You can select theDBID
column from thev$database
view of these source databases to ensure that the DBIDs are unique. -
The
FAL_SERVER
value must be set to the downstream mining database.FAL_SERVER
specifies the FAL (fetch archive log) server for a standby database. The value is a list of Oracle Net service names, which are assumed to be configured properly on the standby database system to point to the desired FAL servers. The list contains the net service name of any database that can potentially ship redo to the downstream database. -
When using redo transport, there could be a delay in processing redo due to network latency. For Extract, this latency is monitored by measuring the delay between LCRs received from source database and reporting it. If the latency exceeds a threshold, a warning message appears in the report file and a subsequent information message appears when the lag drops to normal values. The default value for the threshold is 10 seconds.
Note:
The archived logs shipped from the source databases are called foreign archived logs. From Oracle Database 12.2.0.1 onward, the archived logs sent to downstream are purged automatically in downstream database as long as it is stored on Flash Recovery Area (FRA).
These instructions take into account the requirements to ship redo from multiple sources, if required. You must configure an Extract process for each of those sources.
To Configure Redo Transport