AWS Security ChangesHomeSearch

AWS AmazonRDS documentation change

Service: AmazonRDS · 2026-05-25 · Documentation low

File: AmazonRDS/latest/UserGuide/Appendix.Oracle.Options.SSL.JDBC.md

Summary

Changed JDBC connection string port format specifier from %d to %s.

Security assessment

Syntax correction in example code. No security context or vulnerability remediation. Routine documentation maintenance.

Diff

diff --git a/AmazonRDS/latest/UserGuide/Appendix.Oracle.Options.SSL.JDBC.md b/AmazonRDS/latest/UserGuide/Appendix.Oracle.Options.SSL.JDBC.md
index 781fdbd06..949affc6c 100644
--- a//AmazonRDS/latest/UserGuide/Appendix.Oracle.Options.SSL.JDBC.md
+++ b//AmazonRDS/latest/UserGuide/Appendix.Oracle.Options.SSL.JDBC.md
@@ -66 +66 @@ The following code example shows how to set up the SSL connection using JDBC.
-                    "jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCPS)(HOST=%s)(PORT=%d))(CONNECT_DATA=(SID=%s)))",
+                    "jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCPS)(HOST=%s)(PORT=%s))(CONNECT_DATA=(SID=%s)))",