AWS prescriptive-guidance documentation change
Summary
Updated author list and fixed code block formatting/whitespace in Oracle Data Guard configuration examples
Security assessment
Changes are purely formatting improvements and author attribution updates. No security-related content was added or modified. The code block alignment changes don't impact security configurations.
Diff
diff --git a/prescriptive-guidance/latest/patterns/set-up-an-ha-dr-architecture-for-oracle-e-business-suite-on-amazon-rds-custom-with-an-active-standby-database.md b/prescriptive-guidance/latest/patterns/set-up-an-ha-dr-architecture-for-oracle-e-business-suite-on-amazon-rds-custom-with-an-active-standby-database.md index 99b2cc36f..0009c5f2a 100644 --- a//prescriptive-guidance/latest/patterns/set-up-an-ha-dr-architecture-for-oracle-e-business-suite-on-amazon-rds-custom-with-an-active-standby-database.md +++ b//prescriptive-guidance/latest/patterns/set-up-an-ha-dr-architecture-for-oracle-e-business-suite-on-amazon-rds-custom-with-an-active-standby-database.md @@ -9,3 +9 @@ SummaryPrerequisites and limitationsArchitectureToolsEpicsRelated resources - _Simon Cunningham, Amazon Web Services_ - - _Nitin Saxena, None_ + _Simon Cunningham, Jaydeep Nandy, and Nitin Saxena, Amazon Web Services_ @@ -62,4 +60,4 @@ When you create a read replica on AWS, the system uses Oracle Data Guard broker - Protection Mode: MaxPerformance - Members: - vis_a - Primary database - vis_b - Physical standby database + Protection Mode: MaxPerformance + Members: + vis_a - Primary database + vis_b - Physical standby database @@ -68 +66 @@ When you create a read replica on AWS, the system uses Oracle Data Guard broker - SUCCESS (status updated 58 seconds ago) + SUCCESS (status updated 58 seconds ago) @@ -105 +103 @@ These commands require an Oracle active standby license. To get a license, conta - PROCESS STATUS SEQUENCE# + PROCESS STATUS SEQUENCE# @@ -107,7 +105,7 @@ These commands require an Oracle active standby license. To get a license, conta - ARCH CLOSING 3956 - ARCH CONNECTED 0 - ARCH CLOSING 3955 - ARCH CLOSING 3957 - RFS IDLE 0 - RFS IDLE 3958 - MRP0 APPLYING_LOG 3958 + ARCH CLOSING 3956 + ARCH CONNECTED 0 + ARCH CLOSING 3955 + ARCH CLOSING 3957 + RFS IDLE 0 + RFS IDLE 3958 + MRP0 APPLYING_LOG 3958 @@ -116 +114 @@ These commands require an Oracle active standby license. To get a license, conta - NAME DATABASE_ROLE OPEN_MODE + NAME DATABASE_ROLE OPEN_MODE @@ -118 +116 @@ These commands require an Oracle active standby license. To get a license, conta - VIS PHYSICAL STANDBY MOUNTED + VIS PHYSICAL STANDBY MOUNTED @@ -126 +124 @@ These commands require an Oracle active standby license. To get a license, conta - NAME DATABASE_ROLE OPEN_MODE + NAME DATABASE_ROLE OPEN_MODE @@ -128 +126 @@ These commands require an Oracle active standby license. To get a license, conta - VIS PHYSICAL STANDBY READ ONLY + VIS PHYSICAL STANDBY READ ONLY @@ -134 +132 @@ Start media recovery with real-time log apply.| To enable the real-time log appl - SQL> alter database recover managed standby database using current logfile disconnect from session; + SQL> alter database recover managed standby database using current logfile disconnect from session; @@ -142 +140 @@ Check the database status.| To check the status of the database, use the followi - NAME DATABASE_ROLE OPEN_MODE + NAME DATABASE_ROLE OPEN_MODE @@ -144 +142 @@ Check the database status.| To check the status of the database, use the followi - VIS PHYSICAL STANDBY READ ONLY WITH APPLY + VIS PHYSICAL STANDBY READ ONLY WITH APPLY @@ -151 +149 @@ Check redo apply mode.| To check redo apply mode, use the following command. - PROCESS STATUS SEQUENCE# + PROCESS STATUS SEQUENCE# @@ -153,8 +151,8 @@ Check redo apply mode.| To check redo apply mode, use the following command. - ARCH CLOSING 3956 - ARCH CONNECTED 0 - ARCH CLOSING 3955 - ARCH CLOSING 3957 - RFS IDLE 0 - RFS IDLE 3958 - MRP0 APPLYING_LOG 3958 - + ARCH CLOSING 3956 + ARCH CONNECTED 0 + ARCH CLOSING 3955 + ARCH CLOSING 3957 + RFS IDLE 0 + RFS IDLE 3958 + MRP0 APPLYING_LOG 3958 +