From a85304418bb83c9435fe2e55888f06dff9451db9 Mon Sep 17 00:00:00 2001 From: Daniel Overby Hansen Date: Thu, 5 Dec 2024 16:33:16 +0100 Subject: [PATCH] Final change --- patch-me-if-you-can/02-simple-patching/simple-patching.md | 2 +- .../simple-patching-existing-home.md | 4 +++- .../05-install-oracle-home/install-oracle-home.md | 2 +- .../patching-container-database.md | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/patch-me-if-you-can/02-simple-patching/simple-patching.md b/patch-me-if-you-can/02-simple-patching/simple-patching.md index 17e74a8d..434c0c88 100644 --- a/patch-me-if-you-can/02-simple-patching/simple-patching.md +++ b/patch-me-if-you-can/02-simple-patching/simple-patching.md @@ -369,7 +369,7 @@ Patching a single instance Oracle Database require downtime. Downtime starts now 9. Optionally, you can perform lab 3, *Familiarize with patching*. -9. Return to the *yellow* terminal 🟨. It takes around 20 minutes to patch the database. AutoUpgrade prints a message to the console and exists when patching completes. +9. Still in the *yellow* terminal 🟨. It takes around 20 minutes to patch the database. AutoUpgrade prints a message to the console and exists when patching completes. * AutoUpgrade informs that there is a guaranteed restore point which you must remove when it is no longer needed. Don't remove the restore point yet. * Optionally, you can instruct AutoUpgrade to remove the restore point automatically using `drop_grp_after_upgrade=yes` in the config file. diff --git a/patch-me-if-you-can/04-simple-patching-existing-home/simple-patching-existing-home.md b/patch-me-if-you-can/04-simple-patching-existing-home/simple-patching-existing-home.md index 553f171b..aca78542 100644 --- a/patch-me-if-you-can/04-simple-patching-existing-home/simple-patching-existing-home.md +++ b/patch-me-if-you-can/04-simple-patching-existing-home/simple-patching-existing-home.md @@ -176,7 +176,9 @@ Patching a single instance Oracle Database require downtime. Downtime starts now 3. It takes just a few minutes to patch the database. Leave AutoUpgrade running. * You can press ENTER and can use the `status -job 101 -a 10` command. - * Explore the options in AutoUpgrade using the `help` command. + * You can xplore the options in AutoUpgrade using the `help` command. + * You can see the list of pre- and post-patching fixups using `fxlist -job 101`. + * You can disable the post-patching dictionary stats run using `fxlist -job 101 -c UPGR alter POST_DICTIONARY run no`. 4. When patching completes, AutoUpgrade exists. diff --git a/patch-me-if-you-can/05-install-oracle-home/install-oracle-home.md b/patch-me-if-you-can/05-install-oracle-home/install-oracle-home.md index 8f181d74..b74eb983 100644 --- a/patch-me-if-you-can/05-install-oracle-home/install-oracle-home.md +++ b/patch-me-if-you-can/05-install-oracle-home/install-oracle-home.md @@ -307,7 +307,7 @@ While AutoUpgrade installs a new Oracle home, you can inspect some of the patch Install an Oracle manually. This allows you to compare the two methods. -1. Switch to the *blue* 🟦 terminal. Create a directory for the new Oracle home. +1. Still in the *blue* 🟦 terminal. Create a directory for the new Oracle home. ``` diff --git a/patch-me-if-you-can/06-patching-container-database/patching-container-database.md b/patch-me-if-you-can/06-patching-container-database/patching-container-database.md index fe148aaa..5b6b2142 100644 --- a/patch-me-if-you-can/06-patching-container-database/patching-container-database.md +++ b/patch-me-if-you-can/06-patching-container-database/patching-container-database.md @@ -540,7 +540,7 @@ You will patch *CDB19* to 19.25 and use an existing Oracle home. ``` -You may now *proceed to the next lab*. +You may now *proceed to the next lab*. Return to *lab 5* if you didn't finish it. ## Acknowledgements