AWS AmazonRDS documentation change
Summary
Corrected port numbers from 8200 to 1521 in two tnsnames.ora entries and fixed typos in SQL command and parameter description
Security assessment
Port change to 1521 (standard Oracle port) improves consistency but doesn't address a security vulnerability. Typo fixes (TABLESPSACE→TABLESPACE and grammar correction) don't relate to security features or issues.
Diff
diff --git a/AmazonRDS/latest/UserGuide/Appendix.OracleGoldenGate.setting-up.md b/AmazonRDS/latest/UserGuide/Appendix.OracleGoldenGate.setting-up.md index 86230e58d..5dfa29488 100644 --- a//AmazonRDS/latest/UserGuide/Appendix.OracleGoldenGate.setting-up.md +++ b//AmazonRDS/latest/UserGuide/Appendix.OracleGoldenGate.setting-up.md @@ -188 +188 @@ Add the following entry to `$ORACLE_HOME/network/admin/tnsnames.ora` in the Orac - (ADDRESS=(PROTOCOL=TCP)(HOST=goldengate-source.abcdef12345.us-west-2.rds.amazonaws.com)(PORT=8200))) + (ADDRESS=(PROTOCOL=TCP)(HOST=goldengate-source.abcdef12345.us-west-2.rds.amazonaws.com)(PORT=1521))) @@ -211 +211 @@ In this task, you set up a target DB instance for use with Oracle GoldenGate. -When you set the `ENABLE_GOLDENGATE_REPLICATION` initialization parameter is to `true`, it allows database services to support logical replication. If your source database is on an Amazon RDS DB instance, make sure that you have a parameter group assigned to the DB instance with the `ENABLE_GOLDENGATE_REPLICATION` initialization parameter set to `true`. For more information about the `ENABLE_GOLDENGATE_REPLICATION` initialization parameter, see the [Oracle Database documentation](https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/ENABLE_GOLDENGATE_REPLICATION.html). +When you set the `ENABLE_GOLDENGATE_REPLICATION` initialization parameter to `true`, it allows database services to support logical replication. If your source database is on an Amazon RDS DB instance, make sure that you have a parameter group assigned to the DB instance with the `ENABLE_GOLDENGATE_REPLICATION` initialization parameter set to `true`. For more information about the `ENABLE_GOLDENGATE_REPLICATION` initialization parameter, see the [Oracle Database documentation](https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/ENABLE_GOLDENGATE_REPLICATION.html). @@ -220 +220 @@ The following statement creates a user named `oggadm1`. - CREATE TABLESPSACE administrator; + CREATE TABLESPACE administrator; @@ -279 +279 @@ Add the following entry to `$ORACLE_HOME/network/admin/tnsnames.ora` in the Orac - (ADDRESS=(PROTOCOL=TCP)(HOST=goldengate-target.abcdef12345.us-west-2.rds.amazonaws.com)(PORT=8200))) + (ADDRESS=(PROTOCOL=TCP)(HOST=goldengate-target.abcdef12345.us-west-2.rds.amazonaws.com)(PORT=1521)))