Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.8K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
goldengate encryption

I know there is a way to encrypt the trail file from inside of GG and i know how to encrypt a replicat from one oracle to another but is there a way to encrypt the connection from the hub to AWS aurora?
Answers
-
Hello,
You can encrypt the data which you are sending through the network. Below is the example,
RMTHOST la, MGRPORT 7888, ENCRYPT AES 192 KEYNAME mykey2
The above parameter should be used in the PUMP process. This will encrypt the data or send the data in the encrypted format from source to target.
Is this what you are looking for? If not, please do explain.
Regards,
Veera
-
Remember this is a hub configuration so there is no pump process. Only a main extract and a replicat This is going form an Oracle DB with no GG on it to AWS Aurora PostgreSQL and not Amazon RDS.
-
If that is the case, then you cannot encrypt the data when capturing and applying. The data can be encrypted only ,
- After capturing. The trail file can be encrypted.
- In transit, which I had mentioned in my previous update.
https://docs.oracle.com/goldengate/1212/gg-winux/GWUAD/wu_security.htm#GWUAD945
Regards,
Veera