Operational Tips
- Monitor path lag and errors; enable Auto Restart for resilience.
- Consider enabling compression for high-latency links after baseline testing.
- Keep NSG/SecList and DNS View associations documented for future changes.
- When rotating certificates or enabling mTLS, update truststores/keystores on both ends and re-validate TLS.
Template Values to Reuse
FQDN: <deployment-id>.deployment.goldengate.<region>.oci.oraclecloud.com
Source URL: wss://<FQDN>:443/services/v2/sources?trail=<TRAIL>
Target URL: trail://localhost/services/v2/targets?trail=<TRAIL>
Validation commands:
dig +short <FQDN>getent hosts <FQDN>nc -vz <FQDN> 443openssl s_client -connect <FQDN>:443 -servername <FQDN> -briefcurl -vkI https://<FQDN>/services/recvsrvr