AWS AmazonRDS documentation change
Summary
Changed ENABLE_GOLDENGATE_REPLICATION parameter from static to dynamic
Security assessment
Operational change eliminating reboot requirement for parameter modification, with no security vulnerability addressed.
Diff
diff --git a/AmazonRDS/latest/UserGuide/Appendix.OracleGoldenGate.setting-up.md b/AmazonRDS/latest/UserGuide/Appendix.OracleGoldenGate.setting-up.md index 1f038dc24..1a965cb65 100644 --- a//AmazonRDS/latest/UserGuide/Appendix.OracleGoldenGate.setting-up.md +++ b//AmazonRDS/latest/UserGuide/Appendix.OracleGoldenGate.setting-up.md @@ -102 +102 @@ When you set the `ENABLE_GOLDENGATE_REPLICATION` initialization parameter to `tr -This is a static parameter. You must reboot the DB instance after modifying the parameter group for the change to take effect. To verify: `SHOW PARAMETER ENABLE_GOLDENGATE_REPLICATION` +This is a dynamic parameter. The change takes effect after you apply the modified parameter group to the DB instance, without requiring a reboot. To verify the setting, run `SHOW PARAMETER ENABLE_GOLDENGATE_REPLICATION`.