AWS Security ChangesHomeSearch

AWS prescriptive-guidance documentation change

Service: prescriptive-guidance · 2025-05-01 · Documentation low

File: prescriptive-guidance/latest/patterns/convert-varchar2-1-data-type-for-oracle-to-boolean-data-type-for-amazon-aurora-postgresql.md

Summary

Minor editorial changes including branding updates, audience label correction, typo fixes, and section title adjustments

Security assessment

All changes are editorial (e.g., 'Amazon Web Services (AWS)' to 'AWS', typo corrections). No security-related content was added or modified.

Diff

diff --git a/prescriptive-guidance/latest/patterns/convert-varchar2-1-data-type-for-oracle-to-boolean-data-type-for-amazon-aurora-postgresql.md b/prescriptive-guidance/latest/patterns/convert-varchar2-1-data-type-for-oracle-to-boolean-data-type-for-amazon-aurora-postgresql.md
index 777a95923..644d48917 100644
--- a//prescriptive-guidance/latest/patterns/convert-varchar2-1-data-type-for-oracle-to-boolean-data-type-for-amazon-aurora-postgresql.md
+++ b//prescriptive-guidance/latest/patterns/convert-varchar2-1-data-type-for-oracle-to-boolean-data-type-for-amazon-aurora-postgresql.md
@@ -13 +13 @@ SummaryPrerequisites and limitationsArchitectureToolsEpicsRelated resourcesAddit
-During a migration from Amazon Relational Database Service (Amazon RDS) for Oracle to Amazon Aurora PostgreSQL-Compatible Edition, you might encounter a data mismatch when validating the migration in Amazon Web Services (AWS) Database Migration Service (AWS DMS). To prevent this mismatch, you can convert VARCHAR2(1) data type to Boolean data type.
+During a migration from Amazon Relational Database Service (Amazon RDS) for Oracle to Amazon Aurora PostgreSQL-Compatible Edition, you might encounter a data mismatch when validating the migration in AWS Database Migration Service (AWS DMS). To prevent this mismatch, you can convert VARCHAR2(1) data type to Boolean data type.
@@ -19 +19 @@ In this pattern, in the sample source data table column, the VARCHAR2(1) data is
-**Target audience**
+**Intended audience**
@@ -82 +82 @@ Amazon Aurora PostgreSQL-Compatible database instance
-  * [ Oracle SQL Developer](https://docs.oracle.com/en/database/oracle/sql-developer/) is an integrated development environment that simplifies the development and management of Oracle databases in both traditional and cloud-based deployments.. In this pattern, you use this tool to connect to the Amazon RDS for Oracle database instance and query the data.
+  * [ Oracle SQL Developer](https://docs.oracle.com/en/database/oracle/sql-developer/) is an integrated development environment that simplifies the development and management of Oracle databases in both traditional and cloud-based deployments. In this pattern, you use this tool to connect to the Amazon RDS for Oracle database instance and query the data.
@@ -169 +169 @@ Stop the source database.| Stop the Amazon RDS for Oracle database. For instruct
-**Tutorial and videos**
+**Tutorials and videos**
@@ -201 +201 @@ The following data validation script converts **1** to **Y** and **0** to **N**.
-            }
+            }