데이터 베이스 MySQL 튜토리얼 PSU从11.2.0.3.0-)11.2.0.3.11遇冲突解决全程

PSU从11.2.0.3.0-)11.2.0.3.11遇冲突解决全程

Jun 07, 2016 pm 04:04 PM
psu 갈등

Oracle rdbms 打psu从11.2.0.3.0升级到11.2.0.3.11 参考patch :18522512停应用,停监听与DB,将db的oracle_home下的OPatch目录加到环境变化PATH路径下,因为接下来要用opatch工具。报错,说这个opatch工具太旧,要下载新的。The OPatch version being used (

Oracle rdbms 打psu从11.2.0.3.0升级到11.2.0.3.11 参考patch :18522512 停应用,停监听与DB,将db的oracle_home下的OPatch目录加到环境变化PATH路径下,因为接下来要用opatch工具。 报错,说这个opatch工具太旧,要下载新的。 The OPatch version being used (11.2.0.1.7) doesn't meet the minimum version required by the patch(es). Please download latest OPatch from My Oracle Support. 下载了11.2.0.3.6的opatch工具,将内容覆盖Oracle_home的OPatch里面的内容,(做好备份) 一,首次尝试发现冲突 ora@erpt1:erpt1 > opatch apply
oracle Interim Patch Installer version 11.2.0.3.6
copyright (c) 2013, Oracle Corporation. All rights reserved.
oracle Home : /u01/erpt1/db/tech_st/11.2.0
central Inventory : /u01/oraInventory
from : /u01/erpt1/db/tech_st/11.2.0/oraInst.loc
oPatch version : 11.2.0.3.6
oUI version : 11.2.0.3.0
log file location : /u01/erpt1/db/tech_st/11.2.0/cfgtoollogs/opatch/opatch2014-07-29_14-58-27PM_1.log
verifying environment and performing prerequisite checks...
composite Patch 18522512 is a bug superset of 13001379,9858539 in OH.
composite Patch 18522512 conflicts with installed patch(es) 12942119, 13004894
conflict Description:
here are the specific sub-patches of composite patch 18522512 that conflict with 12942119, 13004894
sub-Patch 16619892 conflicts with 13004894
sub-Patch 16902043 conflicts with 12942119
conflict Remedy:
refer to My Oracle Support Note 1299688.1 for instructions on resolving patch conflicts.
utilSession failed: Composite conflicts with existing oneoffs.
log file location: /u01/erpt1/db/tech_st/11.2.0/cfgtoollogs/opatch/opatch2014-07-29_14-58-27PM_1.log
oPatch failed with error code 73 大意是说,我的patch与一些有已打的patch有冲突,也是一些已经打的patch的超集。 利用自述文档里面的方法,再检查一下,大意跟上面的差不多。 ora@erpt1:erpt1 > opatch prereq CheckConflictAgainstOHWithDetail -ph ./
Oracle Interim Patch Installer version 11.2.0.3.6
Copyright (c) 2013, Oracle Corporation. All rights reserved.
PREREQ session
Oracle Home : /u01/erpt1/db/tech_st/11.2.0
Central Inventory : /u01/oraInventory
from : /u01/erpt1/db/tech_st/11.2.0/oraInst.loc
OPatch version : 11.2.0.3.6
OUI version : 11.2.0.3.0
Log file location : /u01/erpt1/db/tech_st/11.2.0/cfgtoollogs/opatch/opatch2014-07-29_15-02-46PM_1.log
Invoking prereq "checkconflictagainstohwithdetail"
ZOP-47: The patch(es) has supersets with other patches installed in the Oracle Home (or) among themselves.
ZOP-40: The patch(es) has conflicts with other patches installed in the Oracle Home (or) among themselves.
Prereq "checkConflictAgainstOHWithDetail" failed.
Summary of Conflict Analysis:
There are no patches that can be applied now.
Following patches have conflicts. Please contact Oracle Support and get the merged patch of the patches :
13004894, 18522512, 12942119
Following patches are not required, as they are subset of the patches in Oracle Home or subset of the patches in the given list :
13001379, 9858539
Following patches will be rolled back from Oracle Home on application of the patches in the given list :
13004894, 13001379, 12942119, 9858539
Conflicts/Supersets for each patch are:
Patch : 18522512
Conflict with 13004894
Conflict details:
/u01/erpt1/db/tech_st/11.2.0/lib/libserver11.a:/qke.o
/u01/erpt1/db/tech_st/11.2.0/lib/libserver11.a:/qke.o
/u01/erpt1/db/tech_st/11.2.0/lib/libserver11.a:/qke.o
Bug Superset of 13001379
Super set bugs are:
13001379
Conflict with 12942119
Conflict details:
/u01/erpt1/db/tech_st/11.2.0/lib/libserver11.a:/qksbg.o
Bug Superset of 9858539
Super set bugs are:
9858539
OPatch succeeded.
二、SR回复
此时我给MOS提了个SR,说了下情况。 Oracle工程师这么回复: PSU patch 11.2.0.3.11 has conflicts Here are the specific sub-patches of composite patch 18522512 that conflict with 12942119, 13004894 Sub-Patch 16619892 conflicts with 13004894 Sub-Patch 16902043 conflicts with 12942119
大意是,我们的patch 18522512是复合patch ,里面有一些子Patch,这些子patch与我已打的patch12942119, 13004894有冲突。(一般patch号就是bug号)。什么是冲突呢?如果我打了个Patch修改了一个二进制文件,然后再打另外一个Patch又修改这个二进制文件,但是会把第一个patch的效果消除,那就是冲突。
Patch conflict occurs when patches try to modify same binaries. To resolve conflicts and get fixes of both conflicting patches, we need to apply merge patch.
In case patch is conflicting PSU, then we say overlay patch instead of merge patch.
In composite patch model, we need to look at which PSU conflicts with existing installed patch.
In our case patch 13004894 patch conflicts with 11.2.0.3.7 PSU patch. So we develop overlay patch for 11.2.0.3.7 version,
If you check patch 13004894, it would have released for other version as well, it means the patch conflicts with those PSU as well. 一般来说,为了解决这种冲突,我们就要下载merge patch。merge patch能同时包含了两个冲突的patch的叠加效果。如果我们下载的是有冲突的PSU Patch,那么我们就用overlay patch的叫法来代替merge patch。意思是overlay patch也是叠加了冲突各方效果的psu patch包。对于psu patch这种复合的Patch包,我们需要知道这个包里面那个子patch与已经安装的patch产生冲突。在这个案例中,已经安装的patch 13004894与PSU PSU 11.2.0.3.7 与11.2.0.3.8有冲突。此时有同学要问了,我们要装的不是patch 11.2.0.3.11吗?怎么变成11.2.0.3.7了?
Dear Oracle team, Thanks for your update. 11.2.0.3.11 is PSU version, not DB version. The last digit denotes at what PSU level the environment is. Also PSU will not change the banner or binary version. You can confirm this by querying select * from v$version; Reference: Do Patchset Updates (PSU's) Change the Oracle Release Version/Fifth Digit? ( Doc ID 861152.1 ) PSU patches are composite. Suppose I have installed 11.2.0.3.4 PSU and applying 11.2.0.3.7 PSU, it will append fixes from 11.2.0.3.5 to 11.2.0.3.7 Old PSU will not be rolled back. In 10.2 and 11.1 old PSU will be rolled back while applying new PSU. In 11.2 it has been improved. Time to rollback old PSU is saved. More details at : Composite Patches for Oracle Products [Video] ( Doc ID 1376691.1 ) In our case the existing patches have conflict with Sub patches of PSU 11.2.0.3.11 while applying. Those conflicting sub patches are 11.2.0.3.7 and 11.2.0.3.8. Existing patch has conflict with fixes of sub patches. Hence we are applying overlay patches of those version. In case the above update is not clear or if you have any doubts, kindly let me know.
根据Oracle工程师的描述,11.2.0.3.11是一个PSU版本,而不是数据库版本。版本最后一位是代表该数据库PSU的版本。而我们的数据库是11.2.0.3,PSU不会改变它。参考(Doc ID 861152.1) PSU patches是复合的,比如我要从11.2.0.3.4打到11.2.0.3.7,这个PSU会先从11.2.0.3.4打到11.2.0.3.5,再从11.2.0.3.5打到11.2.0.3.7。 在10.2与11.1中,打新的PSU时,老的PSU会回滚。但在11.2中就不会。参考(Doc ID 1376691.1).

Dear Oracle team, Thanks for raising your queries. Query: As I know,18522512 was 11.2.0.3.11.After I apply it after (3),Why I should down psu11.2.0.3.7 at(4)?Did the psu 11.2.0.3.11 not contain 11.2.0.3.7? Ans: Yes, PSU 11.2.0.3.11 includes 11.2.0.3.7 PSU also. In 4th step we are downloading patch 13004894 of 11.2.0.3.7 version. While applying 11.2.0.3.11 PSU, it applies PSU patch 11.2.0.3.7 also which is not installed earlier. Existing Patch 13004894 has conflict with 11.2.0.3.7 PSU, hence we are applying 13004894 of 11.2.0.3.7 version Query: Apply PSU patch 18522512 Do you meadn I just put in "cd 18522512 opatch apply"?Should I "startup" and "@catbundle.sql psu apply"? We are applying patch only at binary level in 3rd step, i.e. opatch apply Database start up and catbundle execution is covered in step 7 We can do this step along with opatch apply, but for applying overlay patch (step 4) again we have to shutdown the database. To avoid that we apply all patches at binary first, then start the database to execute catbundle.sql
11.2.0.3.11的PSU是包含11.2.0.3.7的PSU的。Apply 11.2.0.3.11的PSU,是会先APPLY 11.2.0.3.7版本的。但是,已经存在的patch 13004894跟这个11.2.0.3.7 PSU有冲突,因此我们需要安装13004894的11.2.0.3.7版本,这个PSU,是会包含11.2.0.3.7的PSU与13004894这个patch的协调版本。
三,实际操作 Thanks for contacting oracle support.
PSU patch has conflict with existing installed patches.
Merge patch is available for this conflict. You can follow below steps to apply patch
1) Shutdown oracle services and then take backup of Oracle database, oracle home and central inventory
2) Rollback conflicting patches 13004894,12942119
opatch rollback -id
3) Apply PSU patch 18522512
4) Download following overlay patches from Oracle support,
https://updates.oracle.com/download/13004894.html
choose platform as 'Linux X86' and version as 11.2.0.3.7
p13004894_112037_LINUX.zip
https://updates.oracle.com/download/12942119.html
choose platform as 'Linux X86' and version as 11.2.0.3.8
p12942119_112038_LINUX.zip
5) Unzip the downloaded patches and apply. It will not have conflicts
6) Start the database
7) Perform PSU patch post Installation Instructions as specified in Patch Read me file
Please let me know if you require more details/assistance on any steps
We would like inform you about new MOS feature.
A new Patch Conflict Checker feature is available in the latest release of MOS. This is accessible from the Patch Search results screen ("Analyze with OPatch" button) and allows you to analyze candidate patches for conflicts and request merge fixes a lot more easily and quickly at the time of patch download itself. This feature allows you to:
1. Analyze patches for conflicts right at the time of patch download - All you need is your Opatch inventory.
2. Locate already available replacement patches – So, you can download resolution patches immediately.
3. Request a merge patch right there, if no replacement patches exist - You will not have to spend time logging a SR.
For more information and a demonstration video, please see Note 1091294.1 - How to use the My Oracle Support Conflict Checker Tool. Should you need assistance get started, I am glad to set up a call/web conference to walk you through the steps.
(1)停应用、监听、数据库; (2)rollback两个已经存在的patch ora@erpt1:erpt1 > opatch rollback -id 13004894
Oracle Interim Patch Installer version 11.2.0.3.6
Copyright (c) 2013, Oracle Corporation. All rights reserved.
Oracle Home : /u01/erpt1/db/tech_st/11.2.0
Central Inventory : /u01/oraInventory
from : /u01/erpt1/db/tech_st/11.2.0/oraInst.loc
OPatch version : 11.2.0.3.6
OUI version : 11.2.0.3.0
Log file location : /u01/erpt1/db/tech_st/11.2.0/cfgtoollogs/opatch/13004894_Jul_30_2014_11_45_32/rollback2014-07-30_11-45-31AM_1.log
RollbackSession rolling back interim patch '13004894' from OH '/u01/erpt1/db/tech_st/11.2.0'
Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
(Oracle Home = '/u01/erpt1/db/tech_st/11.2.0')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Patching component oracle.rdbms, 11.2.0.3.0...
RollbackSession removing interim patch '13004894' from inventory
Log file location: /u01/erpt1/db/tech_st/11.2.0/cfgtoollogs/opatch/13004894_Jul_30_2014_11_45_32/rollback2014-07-30_11-45-31AM_1.log
OPatch succeeded.
ora@erpt1:erpt1 > opatch rollback -id 12942119
Oracle Interim Patch Installer version 11.2.0.3.6
Copyright (c) 2013, Oracle Corporation. All rights reserved.
Oracle Home : /u01/erpt1/db/tech_st/11.2.0
Central Inventory : /u01/oraInventory
from : /u01/erpt1/db/tech_st/11.2.0/oraInst.loc
OPatch version : 11.2.0.3.6
OUI version : 11.2.0.3.0
Log file location : /u01/erpt1/db/tech_st/11.2.0/cfgtoollogs/opatch/12942119_Jul_30_2014_11_47_21/rollback2014-07-30_11-47-21AM_1.log
RollbackSession rolling back interim patch '12942119' from OH '/u01/erpt1/db/tech_st/11.2.0'
Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
(Oracle Home = '/u01/erpt1/db/tech_st/11.2.0')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Patching component oracle.rdbms, 11.2.0.3.0...
RollbackSession removing interim patch '12942119' from inventory
Log file location: /u01/erpt1/db/tech_st/11.2.0/cfgtoollogs/opatch/12942119_Jul_30_2014_11_47_21/rollback2014-07-30_11-47-21AM_1.log
OPatch succeeded.
ora@erpt1:erpt1 > (3)先apply PSU 18522512 ,就是cd 18522512 ,opatch apply.
ora@erpt1:erpt1 > cd 18522512
ora@erpt1:erpt1 > ls
13343438 13696216 13923374 14275605 14727310 16056266 16619892 16902043 17540582 18031683 18522512 patchmd.xml README.html README.txt ora@erpt1:erpt1 > opatch apply
Oracle Interim Patch Installer version 11.2.0.3.6
Copyright (c) 2013, Oracle Corporation. All rights reserved.
Oracle Home : /u01/erpt1/db/tech_st/11.2.0
Central Inventory : /u01/oraInventory
from : /u01/erpt1/db/tech_st/11.2.0/oraInst.loc
OPatch version : 11.2.0.3.6
OUI version : 11.2.0.3.0
Log file location : /u01/erpt1/db/tech_st/11.2.0/cfgtoollogs/opatch/opatch2014-07-30_11-49-30AM_1.log
Verifying environment and performing prerequisite checks...
Composite Patch 18522512 is a bug superset of 13001379,9858539 in OH.
Patches [ 13001379 9858539 ] will be rolled back.
Do you want to proceed? [y|n]
y
User Responded with: Y
OPatch continues with these patches: 13343438 13696216 13923374 14275605 14727310 16056266 16619892 16902043 17540582 18031683 18522512
Do you want to proceed? [y|n]
y
User Responded with: Y
All checks passed.
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
Email address/User Name:
You have not provided an email address for notification of security issues.
Do you wish to remain uninformed of security issues ([Y]es, [N]o) [N]: Y
Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
(Oracle Home = '/u01/erpt1/db/tech_st/11.2.0')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files...
Applying sub-patch '13343438' to OH '/u01/erpt1/db/tech_st/11.2.0'
Rolling back interim patch '13001379' from OH '/u01/erpt1/db/tech_st/11.2.0'
Patching component oracle.rdbms, 11.2.0.3.0...
RollbackSession removing interim patch '13001379' from inventory
Rolling back interim patch '9858539' from OH '/u01/erpt1/db/tech_st/11.2.0'
Patching component oracle.rdbms, 11.2.0.3.0...
RollbackSession removing interim patch '9858539' from inventory
OPatch back to application of the patch '13343438' after auto-rollback.
Patching component oracle.rdbms.rsf, 11.2.0.3.0...
Patching component oracle.rdbms, 11.2.0.3.0...
Patching component oracle.rdbms.dbscripts, 11.2.0.3.0...
Verifying the update...
Applying sub-patch '13696216' to OH '/u01/erpt1/db/tech_st/11.2.0'
Patching component oracle.rdbms.rsf, 11.2.0.3.0...
Patching component oracle.rdbms, 11.2.0.3.0...
Patching component oracle.sdo.locator, 11.2.0.3.0...
Patching component oracle.sysman.console.db, 11.2.0.3.0...
Patching component oracle.sysman.oms.core, 10.2.0.4.4...
Verifying the update...
Applying sub-patch '13923374' to OH '/u01/erpt1/db/tech_st/11.2.0'
ApplySession: Optional component(s) [ oracle.network.cman, 11.2.0.3.0 ] not present in the Oracle Home or a higher version is found.
Patching component oracle.rdbms.rsf, 11.2.0.3.0...
Patching component oracle.rdbms, 11.2.0.3.0...
Patching component oracle.rdbms.dbscripts, 11.2.0.3.0...
Patching component oracle.network.rsf, 11.2.0.3.0...
Patching component oracle.network.listener, 11.2.0.3.0...
Patching component oracle.sysman.console.db, 11.2.0.3.0...
Verifying the update...
Applying sub-patch '14275605' to OH '/u01/erpt1/db/tech_st/11.2.0'
ApplySession: Optional component(s) [ oracle.precomp.lang, 11.2.0.3.0 ] not present in the Oracle Home or a higher version is found.
Patching component oracle.network.client, 11.2.0.3.0...
Patching component oracle.network.rsf, 11.2.0.3.0...
Patching component oracle.precomp.common, 11.2.0.3.0...
Patching component oracle.rdbms, 11.2.0.3.0...
Patching component oracle.rdbms.dbscripts, 11.2.0.3.0...
Patching component oracle.rdbms.rman, 11.2.0.3.0...
Patching component oracle.rdbms.rsf, 11.2.0.3.0...
Patching component oracle.rdbms.util, 11.2.0.3.0...
Verifying the update...
Applying sub-patch '14727310' to OH '/u01/erpt1/db/tech_st/11.2.0'
Patching component oracle.rdbms, 11.2.0.3.0...
Patching component oracle.rdbms.dbscripts, 11.2.0.3.0...
Patching component oracle.rdbms.rsf, 11.2.0.3.0...
Patching component oracle.sdo.locator, 11.2.0.3.0...
Patching component oracle.sysman.console.db, 11.2.0.3.0...
Patching component oracle.sysman.oms.core, 10.2.0.4.4...
Verifying the update...
Applying sub-patch '16056266' to OH '/u01/erpt1/db/tech_st/11.2.0'
ApplySession: Optional component(s) [ oracle.network.cman, 11.2.0.3.0 ] not present in the Oracle Home or a higher version is found.
Patching component oracle.network.listener, 11.2.0.3.0...
Patching component oracle.network.rsf, 11.2.0.3.0...
Patching component oracle.ovm, 11.2.0.3.0...
Patching component oracle.rdbms, 11.2.0.3.0...
Patching component oracle.rdbms.rman, 11.2.0.3.0...
Patching component oracle.rdbms.rsf, 11.2.0.3.0...
Patching component oracle.sdo.locator, 11.2.0.3.0...
Patching component oracle.rdbms.deconfig, 11.2.0.3.0...
Verifying the update...
Applying sub-patch '16619892' to OH '/u01/erpt1/db/tech_st/11.2.0'
ApplySession: Optional component(s) [ oracle.precomp.lang, 11.2.0.3.0 ] not present in the Oracle Home or a higher version is found.
Patching component oracle.marvel, 11.2.0.3.0...
Patching component oracle.precomp.common, 11.2.0.3.0...
Patching component oracle.rdbms, 11.2.0.3.0...
Patching component oracle.rdbms.rman, 11.2.0.3.0...
Patching component oracle.rdbms.rsf, 11.2.0.3.0...
Patching component oracle.sysman.agent, 10.2.0.4.3...
Patching component oracle.sysman.console.db, 11.2.0.3.0...
Patching component oracle.sysman.repository.core, 10.2.0.4.4...
Patching component oracle.xdk, 11.2.0.3.0...
Patching component oracle.xdk.parser.java, 11.2.0.3.0...
Patching component oracle.xdk.rsf, 11.2.0.3.0...
Verifying the update...
Applying sub-patch '16902043' to OH '/u01/erpt1/db/tech_st/11.2.0'
ApplySession: Optional component(s) [ oracle.idm.oid, 11.2.0.3.0 ] not present in the Oracle Home or a higher version is found.
Patching component oracle.ldap.rsf, 11.2.0.3.0...
Patching component oracle.ldap.rsf.ic, 11.2.0.3.0...
Patching component oracle.owb.rsf, 11.2.0.3.0...
Patching component oracle.rdbms, 11.2.0.3.0...
Patching component oracle.rdbms.rsf, 11.2.0.3.0...
Patching component oracle.sysman.console.db, 11.2.0.3.0...
Verifying the update...
Applying sub-patch '17540582' to OH '/u01/erpt1/db/tech_st/11.2.0'
ApplySession: Optional component(s) [ oracle.precomp.lang, 11.2.0.3.0 ] not present in the Oracle Home or a higher version is found.
Patching component oracle.rdbms, 11.2.0.3.0...
Patching component oracle.rdbms.rsf, 11.2.0.3.0...
Patching component oracle.sdo, 11.2.0.3.0...
Patching component oracle.ldap.rsf, 11.2.0.3.0...
Patching component oracle.precomp.common, 11.2.0.3.0...
Patching component oracle.ordim.client, 11.2.0.3.0...
Patching component oracle.rdbms.util, 11.2.0.3.0...
Patching component oracle.rdbms.dbscripts, 11.2.0.3.0...
Patching component oracle.sdo.locator, 11.2.0.3.0...
Patching component oracle.rdbms.rman, 11.2.0.3.0...
Patching component oracle.ordim.jai, 11.2.0.3.0...
Verifying the update...
Applying sub-patch '18031683' to OH '/u01/erpt1/db/tech_st/11.2.0'
ApplySession: Optional component(s) [ oracle.precomp.lang, 11.2.0.3.0 ] not present in the Oracle Home or a higher version is found.
Patching component oracle.rdbms.rsf, 11.2.0.3.0...
Patching component oracle.rdbms, 11.2.0.3.0...
Patching component oracle.ldap.rsf, 11.2.0.3.0...
Patching component oracle.precomp.common, 11.2.0.3.0...
Patching component oracle.rdbms.rman, 11.2.0.3.0...
Patching component oracle.rdbms.util, 11.2.0.3.0...
Patching component oracle.rdbms.dbscripts, 11.2.0.3.0...
Verifying the update...
Applying sub-patch '18522512' to OH '/u01/erpt1/db/tech_st/11.2.0'
Patching component oracle.rdbms.rsf, 11.2.0.3.0...
Patching component oracle.rdbms, 11.2.0.3.0...
Patching component oracle.network.rsf, 11.2.0.3.0...
Patching component oracle.precomp.common, 11.2.0.3.0...
Patching component oracle.rdbms.rman, 11.2.0.3.0...
Patching component oracle.rdbms.dbscripts, 11.2.0.3.0...
Verifying the update...
OPatch found the word "warning" in the stderr of the make command.
Please look at this stderr. You can re-run this make command.
Stderr output:
ins_precomp.mk:19: warning: overriding commands for target `pcscfg.cfg'
/u01/erpt1/db/tech_st/11.2.0/precomp/lib/env_precomp.mk:2160: warning: ignoring old commands for target `pcscfg.cfg'
/u01/erpt1/db/tech_st/11.2.0/precomp/lib/ins_precomp.mk:19: warning: overriding commands for target `pcscfg.cfg'
/u01/erpt1/db/tech_st/11.2.0/precomp/lib/env_precomp.mk:2160: warning: ignoring old commands for target `pcscfg.cfg'
OPatch found the word "warning" in the stderr of the make command.
Please look at this stderr. You can re-run this make command.
Stderr output:
ins_emagent.mk:113: warning: overriding commands for target `nmosudo'
ins_emagent.mk:52: warning: ignoring old commands for target `nmosudo'
/u01/erpt1/db/tech_st/11.2.0/sysman/lib/ins_emagent.mk:113: warning: overriding commands for target `nmosudo'
/u01/erpt1/db/tech_st/11.2.0/sysman/lib/ins_emagent.mk:52: warning: ignoring old commands for target `nmosudo'
Composite patch 18522512 successfully applied.
OPatch Session completed with warnings.
Log file location: /u01/erpt1/db/tech_st/11.2.0/cfgtoollogs/opatch/opatch2014-07-30_11-49-30AM_1.log
OPatch completed with warnings.
ora@erpt1:erpt1 >

(4)然后我们再下载13004894 这个与11.2.0.3.7 PSU能相融合的patch。再下载12942119这个能与11.2.0.3.8 PSU相融合的overlay Patch,并分别apply上。 (5)然后按照18522512 PSU的read me file里面的post Installation Instructions,进行catbundle。 sqlplus '/as sysdba' startup @catbundle.sql psu apply
我们必须先做(3),再做(4),(5),也就是说先PSU18522512 后,再打overlay patch,而不能是先做overlay patch。 否则会报这样的错。 [ora3@erpt1 13004894]$ opatch apply
Oracle Interim Patch Installer version 11.2.0.3.6
Copyright (c) 2013, Oracle Corporation. All rights reserved.
Oracle Home : /u03/erpt3/db/tech_st/11.2.0
Central Inventory : /u01/oraInventory
from : /u03/erpt3/db/tech_st/11.2.0/oraInst.loc
OPatch version : 11.2.0.3.6
OUI version : 11.2.0.3.0
Log file location : /u03/erpt3/db/tech_st/11.2.0/cfgtoollogs/opatch/13004894_Jul_31_2014_17_59_23/apply2014-07-31_17-59-22PM_1.log
Applying interim patch '13004894' to OH '/u03/erpt3/db/tech_st/11.2.0'
Verifying environment and performing prerequisite checks...
Prerequisite check "CheckPatchApplyDependents" failed.
The details are:
Interim patch 13004894 requires prerequisite patch(es) [ 16619892 ] which are not present in the Oracle Home.
Apply prerequisite patch(es) [ 16619892 ] before applying interim patch 13004894 .
Log file location: /u03/erpt3/db/tech_st/11.2.0/cfgtoollogs/opatch/13004894_Jul_31_2014_17_59_23/apply2014-07-31_17-59-22PM_1.log
Recommended actions: This patch requires some other patches to be installed in the Oracle Home. OPatch cannot find those required patches in the Oracle Home.
OPatch failed with error code 42 而这个16619892,正是产生冲突的那个sub patch。 完成。
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.

핫 AI 도구

Undresser.AI Undress

Undresser.AI Undress

사실적인 누드 사진을 만들기 위한 AI 기반 앱

AI Clothes Remover

AI Clothes Remover

사진에서 옷을 제거하는 온라인 AI 도구입니다.

Undress AI Tool

Undress AI Tool

무료로 이미지를 벗다

Clothoff.io

Clothoff.io

AI 옷 제거제

AI Hentai Generator

AI Hentai Generator

AI Hentai를 무료로 생성하십시오.

뜨거운 도구

메모장++7.3.1

메모장++7.3.1

사용하기 쉬운 무료 코드 편집기

SublimeText3 중국어 버전

SublimeText3 중국어 버전

중국어 버전, 사용하기 매우 쉽습니다.

스튜디오 13.0.1 보내기

스튜디오 13.0.1 보내기

강력한 PHP 통합 개발 환경

드림위버 CS6

드림위버 CS6

시각적 웹 개발 도구

SublimeText3 Mac 버전

SublimeText3 Mac 버전

신 수준의 코드 편집 소프트웨어(SublimeText3)

충돌과 오류를 방지하기 위해 NumPy 라이브러리 제거 가이드 충돌과 오류를 방지하기 위해 NumPy 라이브러리 제거 가이드 Jan 26, 2024 am 10:22 AM

NumPy 라이브러리는 과학 컴퓨팅 및 데이터 분석을 위한 Python의 중요한 라이브러리 중 하나입니다. 그러나 때로는 버전을 업그레이드하거나 다른 라이브러리와의 충돌을 해결해야 하기 때문에 NumPy 라이브러리를 제거해야 할 수도 있습니다. 이 기사에서는 충돌과 오류를 방지하기 위해 NumPy 라이브러리를 올바르게 제거하는 방법을 독자에게 소개하고 특정 코드 예제를 통해 작업 프로세스를 보여줍니다. NumPy 라이브러리 제거를 시작하기 전에 pip 도구가 설치되어 있는지 확인해야 합니다. pip는 Python용 패키지 관리 도구이기 때문입니다.

Win11 배경 화면 화면 충돌을 해결하는 방법 Win11 배경 화면 화면 충돌을 해결하는 방법 Jun 29, 2023 pm 01:35 PM

Win11 배경 화면 화면 충돌을 해결하는 방법은 무엇입니까? 최근 일부 사용자는 컴퓨터에 일부 배경화면 소프트웨어를 설치한 후 검은색 화면을 경험했습니다. 이는 배경화면-화면 충돌로 인해 발생할 가능성이 높습니다. 그렇다면 이 상황을 어떻게 해결해야 합니까? Windows 11 시스템에서 배경화면 화면 충돌 문제에 대한 해결책을 살펴보겠습니다. win11 시스템에서 바탕 화면 화면 충돌 문제 해결 방법 1. 바탕 화면의 설정 옵션에서 창을 엽니다. 2. 파일 메뉴에서 새 작업 실행 버튼을 클릭합니다. 3. 새 작업 팝업 상자에 explorer.exe를 입력하고 확인을 클릭하여 리소스 관리자를 저장하고 다시 시작합니다.

단축키 충돌을 해결하는 방법 단축키 충돌을 해결하는 방법 Feb 23, 2024 am 08:12 AM

단축키 충돌을 해결하는 방법 컴퓨터 기술이 발전함에 따라 컴퓨터를 사용할 때 단축키 충돌 문제에 자주 직면하게 됩니다. 단축키는 키보드의 키 조합이나 개별 기능 키를 통해 특정 작업이나 기능을 구현하는 것을 의미합니다. 그러나 소프트웨어와 시스템마다 단축키에 대한 정의가 다르므로 단축키 충돌 문제가 발생합니다. 단축키를 누르면 예상치 못한 기능이 실행되거나 아무 일도 일어나지 않을 수 있습니다. 이 문제를 해결하기 위해 아래에서 몇 가지 일반적인 단축키 충돌 해결 방법을 소개하겠습니다. 첫 번째 솔루션

컴퓨터의 전원 공급 장치(PSU)를 테스트하는 방법 컴퓨터의 전원 공급 장치(PSU)를 테스트하는 방법 Feb 19, 2024 pm 07:00 PM

PSU 오류는 컴퓨터에 BSOD 및 갑작스러운 충돌이 발생하는 일반적인 이유 중 하나입니다. 따라서 PSU의 올바른 작동을 보장하는 것이 중요합니다. 이 문서에서는 시스템이 제대로 작동하는지 확인하기 위해 컴퓨터의 전원 공급 장치(PSU)를 테스트하는 방법을 알아봅니다. Windows 컴퓨터의 전원 공급 장치(PSU) 테스트 다음은 컴퓨터의 전원 공급 장치(PSU)를 테스트하는 방법입니다. 증상 확인 점퍼를 사용하여 PSU 테스트 멀티미터를 사용하여 PSU 테스트 PSU 테스터를 사용하여 PSU 테스트 자세히 이야기해 보겠습니다. 1] 증상 확인 다음 검사를 진행하기 전, 이러한 검사가 필요한지 여부를 판단하기 위해 몇 가지 증상을 확인해야 합니다. 이러한 증상을 관찰하면 PSU의 상태를 알 수 있습니다.

컴퓨터의 전원 공급 장치 팬이 작동하지 않거나 시작 시 회전하지 않습니다. 컴퓨터의 전원 공급 장치 팬이 작동하지 않거나 시작 시 회전하지 않습니다. Mar 21, 2024 pm 01:21 PM

PSU(전원 공급 장치)는 컴퓨터 시스템의 중요한 구성 요소 중 하나입니다. 이는 AC 전압을 마더보드에 필요한 DC 전압으로 변환하는 역할을 합니다. 전원 공급 장치에 오류가 발생하면 컴퓨터가 제대로 시작되지 않습니다. 이 문서에서는 컴퓨터의 전원 공급 장치 팬이 작동을 멈추거나 시작 시 회전하지 않을 때 수행할 수 있는 작업에 대해 설명합니다. 먼저 전원 공급 장치가 올바르게 연결되어 있는지 확인하고 모든 케이블이 단단히 연결되어 있는지 확인하십시오. 특히 팬 케이블이 느슨하거나 손상되지 않았는지 확인하십시오. 팬이 제대로 작동하지 않을 수 있습니다. 케이블에 문제가 있으면 적시에 교체하거나 수리하십시오. 둘째, 전원 공급 장치와 팬을 청소하여 먼지나 이물질이 쌓이지 않았는지 확인합니다. 먼지로 인해 팬이 느리게 회전하여 냉각 효과에 영향을 미치거나 심지어 컴퓨터 전원 공급 장치 팬이 작동하지 않을 수도 있습니다.

win11 입력 방법을 활성화할 수 없는 이유 및 해결 방법 win11 입력 방법을 활성화할 수 없는 이유 및 해결 방법 Jan 05, 2024 pm 12:22 PM

win11 시스템으로 업데이트한 후 일부 사용자는 중국어 입력 방법이 x로 변경되어 사용할 수 없는 것을 발견합니다. 사실 우리는 입력방법을 사용할 수 없는 위치에 있기 때문이다. 입력방법을 사용하여 문제를 해결할 수 있는 곳만 입력하면 된다. win11에서 입력방법이 비활성화된 이유는 무엇입니까? 답변: 입력이 불가능한 위치에 있기 때문입니다. 1. 일반적으로 데스크탑을 볼 때 이런 상황이 발생합니다. 2. 대부분의 경우 바탕화면에서는 텍스트를 입력할 수 없기 때문입니다. 3. 그래서 우리는 문제를 해결하기 위해 텍스트를 입력할 수 있는 곳까지만 오면 됩니다. 4. QQ, WeChat, 문서, 메모장, 웹페이지 등 다양한 입력 위치로 인해 입력 방법이 비활성화되는 문제를 해결할 수 있습니다.

공개된 MySQL MVCC 원칙: 동시 트랜잭션에서 읽기 및 쓰기 충돌을 처리하는 방법은 무엇입니까? 공개된 MySQL MVCC 원칙: 동시 트랜잭션에서 읽기 및 쓰기 충돌을 처리하는 방법은 무엇입니까? Sep 08, 2023 am 08:37 AM

MySQLMVCC 원칙 공개: 동시 트랜잭션에서 읽기 및 쓰기 충돌을 처리하는 방법은 무엇입니까? 소개: 데이터베이스 시스템에서는 트랜잭션의 동시 실행이 필수적입니다. 그러나 동시 실행은 일련의 문제를 가져오며 그 중 하나는 읽기 및 쓰기 충돌입니다. 여러 트랜잭션이 동시에 동일한 데이터를 읽고 쓰는 경우 불일치가 발생할 수 있습니다. 이 문제를 해결하기 위해 MySQL은 MVCC(다중 버전 동시성 제어) 메커니즘을 도입했습니다. 이 기사에서는 MVCC의 원리를 밝히고 MySQL이 동시 트랜잭션의 읽기 및 쓰기 충돌을 처리하는 방법을 자세히 분석합니다.

win10 최신 버전 1909에서 드라이버 충돌이 발생하면 어떻게 해야 할까요? win10 최신 버전 1909에서 드라이버 충돌이 발생하면 어떻게 해야 할까요? Jan 07, 2024 pm 12:45 PM

업데이트된 win101909 시스템의 경우 일부 친구는 1909 드라이버가 호환되지 않으며 사용 중에 드라이버 충돌이 있음을 발견했습니다. 편집자는 이 경우 드라이버를 업데이트하거나 드라이버를 이전 버전으로 복원하여 문제를 해결할 수 있다고 생각합니다. 이를 수행하는 방법을 살펴 보겠습니다. win101909 드라이버 충돌을 해결하는 방법 방법 1. 바탕 화면에서 "내 PC" 아이콘을 찾아 마우스 오른쪽 버튼을 클릭합니다. 클릭 후 메뉴가 나타나면 "속성"을 선택하세요. 2. 창을 연 후 창 왼쪽에 있는 "장치 관리자" 버튼을 찾아 클릭하세요. 3. "디스플레이 어댑터"에서 그래픽 카드 모델 항목을 찾아, 마우스 오른쪽 버튼을 클릭하고 메뉴에서 "드라이버 업데이트"를 선택합니다. 4. 클릭한 후 새 팝업 창에서 "자동 검색"을 선택합니다.

See all articles