메뉴 건너뛰기

Korea Oracle User Group

Guru's Articles

Patch conflicts

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

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 606
24 11.1.0.6 부터 지원하는 Oracle Online Patching New Feature 명품관 2016.04.22 522
23 DDL Logging - 12c (조나단 루이스) 명품관 2016.04.26 1498
22 On ROWNUM and Limiting Results (오라클 매거진 : AskTom) 명품관 2016.04.28 384
21 How to Recover Data (Without a Backup!) 명품관 2016.05.11 1355
20 How to change the database name in 12c 명품관 2016.05.31 1972
19 Can I apply a BP on top of a PSU? Or vice versa? 명품관 2016.06.01 398
18 V$EVENT_NAME 뷰의 Name 컬럼에 정의된 event name에서 오는 오해 명품관 2017.03.08 370
17 Different MOS Notes for xTTS PERL scripts – Use V4 scripts 명품관 2019.01.29 501
16 New Features in Oracle Database 19c 명품관 2019.02.02 543
15 New Features of Backup & Recovery in Oracle Database 19c 명품관 2019.02.07 431
14 New Features in Oracle Multitenant 19c 명품관 2019.02.07 742
» Patch conflicts 명품관 2019.02.07 970
12 New Features of Security in Oracle Database 19c 명품관 2019.02.08 5048
11 New Features of Data Guard in Oracle Database 19c 명품관 2019.02.08 2003
10 New Features of RAC & ASM in Oracle 19c 명품관 2019.02.08 952
9 New Features of Performance Tuning in Oracle Database 19c 명품관 2019.02.08 918
8 More New Features in Oracle Database 19c 명품관 2019.02.08 6588
7 New initialization parameters, data dictionary views & dynamic performance views in Oracle Database 19c 명품관 2019.02.08 1912
6 SQL Tuning Workshop 명품관 2020.02.20 8155
5 SQL Window Functions Cheat Sheet 명품관 2020.05.26 440
위로