메뉴 건너뛰기

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 603
24 11.1.0.6 부터 지원하는 Oracle Online Patching New Feature 명품관 2016.04.22 522
23 DDL Logging - 12c (조나단 루이스) 명품관 2016.04.26 1497
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 1964
19 Can I apply a BP on top of a PSU? Or vice versa? 명품관 2016.06.01 396
18 V$EVENT_NAME 뷰의 Name 컬럼에 정의된 event name에서 오는 오해 명품관 2017.03.08 368
17 Different MOS Notes for xTTS PERL scripts – Use V4 scripts 명품관 2019.01.29 452
16 New Features in Oracle Database 19c 명품관 2019.02.02 541
15 New Features of Backup & Recovery in Oracle Database 19c 명품관 2019.02.07 429
14 New Features in Oracle Multitenant 19c 명품관 2019.02.07 740
» Patch conflicts 명품관 2019.02.07 967
12 New Features of Security in Oracle Database 19c 명품관 2019.02.08 5046
11 New Features of Data Guard in Oracle Database 19c 명품관 2019.02.08 2001
10 New Features of RAC & ASM in Oracle 19c 명품관 2019.02.08 946
9 New Features of Performance Tuning in Oracle Database 19c 명품관 2019.02.08 916
8 More New Features in Oracle Database 19c 명품관 2019.02.08 6585
7 New initialization parameters, data dictionary views & dynamic performance views in Oracle Database 19c 명품관 2019.02.08 1910
6 SQL Tuning Workshop 명품관 2020.02.20 8153
5 SQL Window Functions Cheat Sheet 명품관 2020.05.26 437
위로