Skip to content

Commit

Permalink
Final change
Browse files Browse the repository at this point in the history
  • Loading branch information
dohdatabase committed Dec 5, 2024
1 parent e43fc2c commit a853044
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion patch-me-if-you-can/02-simple-patching/simple-patching.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
<copy>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ You will patch *CDB19* to 19.25 and use an existing Oracle home.
```
</details>
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
Expand Down

0 comments on commit a853044

Please sign in to comment.