How to implement encryption for ONLY one 19c database on a server with multiple databases ?
Hello,
I need to understand how SSL / encryption will work in this scenario -
There are two stand alone 19.1 databases hosted on a server (Linux on IBM Z). For the simplicity let me give names to these two databases - GG_DB, Gen_DB.
GG_DB is use for replicating data using GoldenGate with another database on-prem server.
Gen_DB needs a connectivity with AWS which requires encryption.
If we implement SSL connectivity, will this impact GoldenGate replication? If so, are there any options which ensure data transmission is encrypted between Gen_DB and AWS DB.
Is there way to implement encryption for only one database? Please advise.