Skip to content

Commit 9501f8e

Browse files
authored
Update quickstart.md
Change cache addPatch for Opatch's patch
1 parent a273591 commit 9501f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ For each WebLogic patch, you will need to download it from Oracle Support and se
149149
27342434 for WebLogic version 12.2.1.3.0:
150150

151151
```bash
152-
imagetool cache addPatch --patchId 27342434 --version 12.2.1.3.0 --path /home/acmeuser/cache/p27342434_122130_Generic.zip
152+
imagetool cache addPatch --patchId 27342434_12.2.1.3.0 --path /home/acmeuser/cache/p27342434_122130_Generic.zip
153153
```
154154
Note: Please refer to [Cache Command](cache.md) for the format of ```patchId```
155155

@@ -164,7 +164,7 @@ downloading the latest OPatch patch and setting up the cache. For example, the
164164
.4.0.0. You can use this command to set up the cache after downloading from Oracle Support.
165165

166166
```bash
167-
imagetool cache addPatch --patchId p28186730 --version 13.9.4.0.0 --path /home/acmeuser/cache/p28186730_139400_Generic.zip
167+
imagetool cache addPatch --patchId 28186730_13.9.4.0.0 --path /home/acmeuser/cache/p28186730_139400_Generic.zip
168168
```
169169

170170
## Patching an existing image

0 commit comments

Comments
 (0)