메뉴 건너뛰기

Korea Oracle User Group

Guru's Articles

Patch conflicts

명품관 2019.02.07 17:00 조회 수 : 969

Patch conflicts

 

My last post was about patching my home databases from 18.3 to 18.5 on Windows, and how I encountered a patch conflict when I tried to patch the JVM. I thought I’d give a little bit of info for anyone who runs into patch conflicts from time to time. It can be stressful especially if unforeseen, or you are in the middle of limited time outage window etc.

So before you jump into applying a patch, a nice little tool you might like to explore is the patch conflict checker on My Oracle Support. You can get it via:

https://support.oracle.com/epmos/faces/PatchConflictCheck

It is straightforward to use, you simply fill in the platform and your current patch inventory details, and then list out the patches you intend to apply.

image

 

One caveat – the online tool does not work with Windows environments Sad smile but you can get around that by downloading the patches you intend to apply to your local machine. Then you can use opatch itself to perform that check:


opatch prereq CheckConflictAmongPatchesWithDetail -phBaseDir path

where “path” is where you have unzipped the patch to.

Like all patching activities, the more preparation work you can do before actually commencing the work, the more likely your chances of not encountering a sticky moment during the work.

 

출처 : https://connor-mcdonald.com/2019/01/22/patch-conflicts/

번호 제목 글쓴이 날짜 조회 수
공지 Guru's Article 게시판 용도 ecrossoug 2015.11.18 605
23 Different MOS Notes for xTTS PERL scripts – Use V4 scripts 명품관 2019.01.29 496
22 Brief about Workload Management in Oracle RAC file ecrossoug 2015.11.18 512
21 11.1.0.6 부터 지원하는 Oracle Online Patching New Feature 명품관 2016.04.22 522
20 New Features in Oracle Database 19c 명품관 2019.02.02 543
19 Explain the Explain Plan: Cardinality Estimates 명품관 2021.02.09 617
18 Explain the Explain Plan: Join Methods 명품관 2021.02.10 739
17 New Features in Oracle Multitenant 19c 명품관 2019.02.07 742
16 Top 5 SQL Monitor Features file 명품관 2015.12.01 779
15 Parameter Recommendations for Oracle Database 12c - Part I 명품관 2016.03.07 838
14 New Features of Performance Tuning in Oracle Database 19c 명품관 2019.02.08 918
13 New Features of RAC & ASM in Oracle 19c 명품관 2019.02.08 950
12 Explain the Explain Plan: Access Methods 명품관 2021.02.10 957
» Patch conflicts 명품관 2019.02.07 969
10 How to Recover Data (Without a Backup!) 명품관 2016.05.11 1355
9 DDL Logging - 12c (조나단 루이스) 명품관 2016.04.26 1497
8 New initialization parameters, data dictionary views & dynamic performance views in Oracle Database 19c 명품관 2019.02.08 1912
7 How to change the database name in 12c 명품관 2016.05.31 1971
6 New Features of Data Guard in Oracle Database 19c 명품관 2019.02.08 2003
5 Oracle 12c SQL – Using JSON 명품관 2015.12.29 2579
위로