Skip to content

Commit f7b0096

Browse files
dohdatabasedbarj
andauthored
WMS: 11402 - minor correction (#867)
* Fixing wrong paths to log files * Fixing changed date info * First batch * lab 06 * Start lab 7 * lab 7 * Update advanced-patching.md * lab 8 start * Lab 8, first part * Complete lab 8 * Formatting issue * new lab - patching container * Finishing lab 8 multitenant * Updating acknowledgments * Minor changes * Changes * . * . * Revoming rollback lan * Final change * More changes * Mike's changes * A few more ... * Rodrigo * Final changes * Corresting a few code blocks * First batch * Lab 2 * Lab 3 - part 1 * Completing lab 3 * A few touches to lab 03 * Lab 4 - most of it * Finish part 4 * Lab 5 - task 1 * Update faster-imports.md * Lab 5, tasks 2+3 * Corrections to lab 5 * Adding all labs to manifest * Lab 7 * lab 6, task 2 * Finish lab 6 * Completing lab 5 * A few corrections to lab 5 * Lab 10 * A few cosmetic changes to lab 10 * Lab 8, task 1 * Lab 8, tasks 2+3 * Lab 8 changes * Lab 8 changes * Lab 9, task 1+2 * Finish lab 9 * A few more things * Lab 11, task 1 * Text * Correcting labs 1-5 * Testing * More test outcomes * ghgf * Final round of testing * Alex testing * Alex test 2 * Alex test part 2 * Minor issues * Minor text change * Fixing a minor thing * ADB lab (#2) ADB lab * adb-migration fixes * Fix Alex findings * Fix markup style * md formatting fix * Fix next button and gerund. * Upgrade CPAT release * Fix file names * First * 2 * More stuff * More stuff * OPatch task * Final part * Upgraded the Upgrade Lab * adb-migration simplify output * Changed from "shell" to "bash" on the code sections for better colours * "Patch Me If You Can" updates * Final stuff * Few changes * f * Replacing AutoUpgrade with 25.4 * Batch 1 * fff * part 3 * lab 4 * lab 5 * Last pieces * Minor ADB lab fixes * Replace SQL*Plus with SQLcl * Review comments * Patching changes * a * Last pieces * Final changes * Minor change * Minor change to text output * Minor correction --------- Co-authored-by: Rodrigo Jorge <rodrigo.r.jorge@oracle.com> Co-authored-by: Rodrigo Jorge <rodrigoaraujorge@hotmail.com>
1 parent bfa2f8e commit f7b0096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patch-me-if-you-can/08-patching-internals/patching-internals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ OPatch keeps track of all the patches that you apply over time to an Oracle home
570570

571571
## Task 4: Datapatch clean-up
572572

573-
Everytime you patch your datababase, Datapatch stores the rollback scripts inside the database. This ensures, that Datapatch always have the option of rolling back patches - even when you use out-of-place patching and the rollback scripts are no longer in the Oracle home. Datapatch stores the rollback scripts in the SYSAUX tablespace and over time it might take up a significant amount of space.
573+
Everytime you patch your datababase, Datapatch stores the rollback scripts inside the database. This ensures, that Datapatch always have the option of rolling back patches - even when you use out-of-place patching and the rollback scripts are no longer in the Oracle home. Datapatch stores the rollback scripts in the SYSTEM tablespace and over time it might take up a significant amount of space.
574574

575575
1. Stay in the *yellow* terminal 🟨. Set the environment and connect to the *UPGR* database.
576576

@@ -599,7 +599,7 @@ Everytime you patch your datababase, Datapatch stores the rollback scripts insid
599599
```
600600

601601
* Datapatch stored the rollback script for each of the patch actions in this database; for Release Updates and one-off patches.
602-
* The total size is around 750 MB. Underlying segments are in the SYSAUX tablespace.
602+
* The total size is around 750 MB. Underlying segments are in the SYSTEM tablespace.
603603
* In a container database, Datapatch stores the data in the root container and all PDBs.
604604

605605
<details>

0 commit comments

Comments
 (0)