AWS prescriptive-guidance documentation change
Summary
Updated document title, restructured steps with numbering, simplified section headers, and removed backticks from command references.
Security assessment
Changes focus on documentation clarity and structure (step numbering, header simplification). No security-related content was added or modified in migration procedures.
Diff
diff --git a/prescriptive-guidance/latest/migrate-bulky-oracle-databases/phase3.md b/prescriptive-guidance/latest/migrate-bulky-oracle-databases/phase3.md index 42878c3db..2bf4351e9 100644 --- a//prescriptive-guidance/latest/migrate-bulky-oracle-databases/phase3.md +++ b//prescriptive-guidance/latest/migrate-bulky-oracle-databases/phase3.md @@ -5 +5 @@ -[Documentation](/index.html)[AWS Prescriptive Guidance](https://aws.amazon.com/prescriptive-guidance/)[Migrating bulky Oracle databases to AWS for heterogeneous environments](welcome.html) +[Documentation](/index.html)[AWS Prescriptive Guidance](https://aws.amazon.com/prescriptive-guidance/)[Migrating bulky Oracle databases to AWS for cross-platform environments](introduction.html) @@ -7 +7 @@ -Make source read onlyFinal incremental backupExport metadataTransfer filesImport metadata +Step 1: Make the tablespaces in the source database read onlyStep 2: Create the final incremental backupStep 3: Export the metadataStep 4: Transfer the files and apply the final incremental backupStep 5: Import the object metadata @@ -9 +9 @@ Make source read onlyFinal incremental backupExport metadataTransfer filesImport -# Phase 3 – Transport phase (source database is read only) +# Phase 3: Transport phase @@ -15 +15 @@ During this phase, the source system becomes read only. The data files on the de -As SYSDBA, make all tablespaces being transferred `READ ONLY` on the source system. +As SYSDBA, make all tablespaces being transferred READ ONLY on the source system. @@ -54 +52 @@ In addition, if the source system has many tables and indexes, you can save time -Before you run `expdp`, create a database directory where dump files are stored on the source system. +Before you run expdp, create a database directory where dump files are stored on the source system. @@ -69 +66 @@ Use Direct Connect to transfer the final incremental backup copies and res.txt f -To restore the final incremental backup, on the destination system, run the following command, using the `--restore` option, for each tablespace group. +To restore the final incremental backup, on the destination system, run the following command, using the --restore option, for each tablespace group. @@ -79 +75 @@ To restore the final incremental backup, on the destination system, run the foll -Import the object metadata into the destination system by using Oracle Data Pump. Run the following command to get the list of data files for the `transport_datafiles=` parameter on the destination system. +Import the object metadata into the destination system by using Oracle Data Pump. Run the following command to get the list of data files for the transport_datafiles= parameter on the destination system. @@ -86,2 +82 @@ Import the object metadata into the destination system by using Oracle Data Pump - -Whenever you run the previous command, you get the `xttplugin.txt` file, which has the `transport_datafiles=` parameter. Merge `transport_datafiles=` in a single line from all the `xttplugin.txt` files, and put the data file lists into the `transport_datafiles` argument of the parameter file for the import metadata. +Whenever you run the previous command, you get the xttplugin.txt file, which has the transport_datafiles= parameter. Merge transport_datafiles= in a single line from all the xttplugin.txt files, and put the data file lists into the transport_datafiles argument of the parameter file for the import metadata. @@ -99,2 +94 @@ The following code snippet shows the parameter file for importing the transporta - -Before running `impdp`, create a database directory pointing to the location of the export dump files. +Before running impdp, create a database directory pointing to the location of the export dump files. @@ -113 +106 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Roll-forward phase +Phase 2: Roll-forward phase @@ -115 +108 @@ Roll-forward phase -Validate phase +Phase 4: Validate