Add Receiver Service Paths
Receiver Service Path are used to initiate a path connection to the Distribution Service on the source deployment and pull trail files from the source.
To create a Receiver Service Path:
-
From the left-navigation pane, select Receiver Service Path.
-
Click the + sign on the home page to start adding a path. The Add Path wizard is displayed.
- Specify the options on the wizard screens to configure the
target-initiated path.
The following table lists the options to set up the path:
Table 8-1 Add a Receiver Service Path
| Screen and Options | Description |
|---|---|
|
Path Information Screen |
Provide a name and description for the target-initiated path on this screen |
|
Path Name |
Name of the target-initiated distribution path |
|
Description |
Provide a description of the path. |
|
Source Options Screen |
Specify the options for the source deployment which will be connected by the target-initiated path. |
|
Reverse Proxy Enabled |
Select to use reverse proxy. To know more about configuring your reverse proxy servers, see Configure Oracle GoldenGate Reverse Proxy with NGINX. |
|
Source Authentication Method |
Select the authentication method for the source URI. Authentication options are OAuth 2.0, Certificate, UserID Alias. |
|
Source Protocol |
From the drop-down list, select your data transfer protocol. The default option is Secure Web Socket Proctocl (wss). Other option is ws. |
|
Source Host:
|
Specify the URL of the source host. For example, localhost, if the source is on the same system. |
|
Port Number |
Enter the port number of the Distribution Service. |
|
Trail Name |
Enter the trail name you want to read on your source. NOTE: The Distribution Service doesn't not create any trail on source. It can only read the provided trail name. |
|
Trail Subdirectory |
Specify the trail subdirectory (if any). |
|
Trail Size |
Maximum size of the trail file that can be received from the source. |
|
Generated Source URI |
A URI is automatically generated for the trail based on the source information you provided. |
|
Encryption Profile |
Select the name of the encryption profile for receiving trail data. Also see Trail File Encryption. |
|
Source Authentication Method |
The source authentication method is preselected based on the selection made on the source deployment. |
|
Domain |
This option is preset to Network. |
|
Alias |
Provide an alias for the source host. |
|
Begin |
This option allows configuring the position from
where the log data is received. The options are:
|
|
Source Log: Sequence Number |
Specify a sequence number value for the source log. |
|
Source Log: RBA Offset |
Specify RBA offset value for the source log. |
|
Target Options |
Specify the Trail file and directory for the target deployment. |
|
Trail Name |
Name of the target trail of the Replicat you created earlier. |
|
Subdirectory |
Name of the trail subdirectory. |
|
Target Encryption Algorithm |
Select the encryption algorithm for the target trail. Options include AES128, AES192, AES256. |
|
Generated Target URI |
A Target URI is automatically generated for the trail based on target trail information you provided. Click the pencil icon, if you want to edit it. |
|
Change Encryption |
To allow changing the encryption algorithm after the path is created, enable this toggle switch. |
|
Target Type |
Select one of these types of trail file formats:
|
|
Advanced Options |
Specify advanced network options. |
|
Enable Network Compression |
Enable this toggle switch to specify a compression threshold value. |
|
Compression Threshold |
Set the compression threshold value if you decide enable this option. |
|
Sequence Length |
The length of the trail sequence number. |
|
Eof Delay (centiseconds) |
You can specify the Eof Delay in centiseconds. On Linux platforms, the default settings can be retained. However, on non-Linux platforms, you may need to adjust this setting for high bandwidth, high latency networks, or for networks that have Quality of Service (QoS) settings (DSCP and Time of Service (ToS) ). |
|
Checkpoint Frequency |
Frequency of the path that is taking the checkpoint (in seconds). |
|
TCP Flush Bytes |
Enter the TCP flush size in bytes. |
|
TCP Flush Seconds |
Enter the TCP flush interval in seconds. |
|
DSCP |
Select the Differentiated Services Code Point (DSCP) value from the drop-down list, or search for it from the list. |
|
TOS |
Select the Type of service (TOS) value from the drop-down list. |
|
TCP_NODELAY |
Enable this option to prevent delay when using the Nagle’s option. |
|
Quick ACK |
Enable this option to send quick acknowledgment after receiving data. |
|
TCP_CORK |
Enable this option to allow using the Nagle’s algorithm cork option. |
|
System Send Buffer Size |
You can set the value for the send buffer size for flow control. |
|
System Receive Buffer Size |
You can set the value for the receive buffer size for flow control. |
|
Keep Alive |
Timeout for keep-alive. |
|
Filtering Options |
Specify rules for filtering within the trail. |
|
Rule Name |
Name of the rule you need to create. |
|
Rule Action |
Select from the Exclude or Include rules. Exclude would filter out based on the selected options, while Include would include data based on the specified options. |
|
Filter Type |
Select from the following list of options:
|
|
Object Names |
Name of the object being filtered. |
|
Negate |
Select this check box if you need to negate any existing rule. |
|
Managed Options |
Additional options to configure auto restart. |
|
Critical |
Enable this toggle switch if configuring auto restart options based on high availability requirements. |
|
Auto Restart |
By default this toggle switch is enabled. If disabled, the path is not restarted automatically when killed. |
|
Autorestart Retries |
The number of times to try an restart the task (path process). |
|
Autorestart Delay |
The duration interval to wait between retries. |
You can also set up target-initiated distribution paths using the Admin Client.
For command options, see the Admin Client commands
ADD RECVPATH, ALTER RECVPATH, INFO
RECVPATH, DELETE RECVPATH, START
RECVPATH.