메뉴 건너뛰기

Korea Oracle User Group

Guru's Articles

Patch conflicts

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

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 601
44 Explain the Explain Plan: Join Methods 명품관 2021.02.10 734
43 Explain the Explain Plan: Access Methods 명품관 2021.02.10 945
42 Explain the Explain Plan: Cardinality Estimates 명품관 2021.02.09 614
41 Explaining the Explain Plan – How to Read and Interpret Execution Plans 명품관 2021.02.09 487
40 SQL Window Functions Cheat Sheet 명품관 2020.05.26 436
39 SQL Tuning Workshop 명품관 2020.02.20 8153
38 New initialization parameters, data dictionary views & dynamic performance views in Oracle Database 19c 명품관 2019.02.08 1910
37 More New Features in Oracle Database 19c 명품관 2019.02.08 6584
36 New Features of Performance Tuning in Oracle Database 19c 명품관 2019.02.08 915
35 New Features of RAC & ASM in Oracle 19c 명품관 2019.02.08 945
34 New Features of Data Guard in Oracle Database 19c 명품관 2019.02.08 2001
33 New Features of Security in Oracle Database 19c 명품관 2019.02.08 5045
» Patch conflicts 명품관 2019.02.07 967
31 New Features in Oracle Multitenant 19c 명품관 2019.02.07 740
30 New Features of Backup & Recovery in Oracle Database 19c 명품관 2019.02.07 429
29 New Features in Oracle Database 19c 명품관 2019.02.02 540
28 Different MOS Notes for xTTS PERL scripts – Use V4 scripts 명품관 2019.01.29 445
27 V$EVENT_NAME 뷰의 Name 컬럼에 정의된 event name에서 오는 오해 명품관 2017.03.08 367
26 Can I apply a BP on top of a PSU? Or vice versa? 명품관 2016.06.01 396
25 How to change the database name in 12c 명품관 2016.05.31 1951
위로