ORACLE 11.2.0.3.8 patch under solarisX86-64

Source: Internet
Author: User
Tags oracle solaris

Solaris X86-64 ORACLE 11.2.0.3.8 patch:
Correct steps:
1. patch for BUG6880880 and OPATCH
2. Patch 11.2.0.3.8 for BUG16902043

I feel like I have to practice it. I think it's easy to get things done. I think you should be careful if you have any questions about the OPATCH version before installing the 11.2.0.3.8 patch.

MOS is still very useful.

Installation Process: 1. Environment check-bash-3.2 $ ls
16902043 alert_byssolaris.log
Desktop p16902043_112030_Solaris86-64.zip
Documents u01
-Bash-3.2 $ cd 16902043/
-Bash-3.2 $ ls
13343438 13923374 14727310 16619892 README.html patchmd. xml
13696216 14275605 16056266 16902043 README.txt

-Bash-3.2 $./opatch lsinventory Cdetail
Invoking OPatch 11.2.0.1.7

Oracle Interim Patch Installer version 11.2.0.1.7
Copyright (c) 2011, Oracle Corporation. All rights reserved.

Oracle Home:/export/home/oracle/u01/app/oracle/product/11.2.0/db_1
Central Inventory:/export/home/oracle/u01/app/oraInventory
From:/var/opt/oracle/oraInst. loc
OPatch version: 11.2.0.1.7
OUI version: 11.2.0.3.0
Log file location:/export/home/oracle/u01/app/oracle/product/11.2.0/db_1/export toollogs/opatch/opatch2014-05-13_16-18-52PM.log

Lsinventory Output file location:/export/home/oracle/u01/app/oracle/product/11.2.0/db_1/export toollogs/opatch/lsinv/lsinventory2014-05-13_16-18-52PM.txt
--------------------------------------------------------------------------------
Installed Top-level Products (1 ):
Oracle Database 11g 11.2.0.3.0
There are 1 products installed in this Oracle Home.
There are no Interim patches installed in this Oracle Home.
--------------------------------------------------------------------------------
OPatch succeeded.

-Bash-3.2 $ ls
16902043 alert_byssolaris.log
Desktop p16902043_112030_Solaris86-64.zip
Documents u01
###########
-Bash-3.2 $ cd 16902043/
-Bash-3.2 $ pwd
/Export/home/oracle/16902043/16902043
-Bash-3.2 $ opatch prereq CheckConflictAgainstOHWithDetail-ph ./
Invoking OPatch 11.2.0.1.7

Oracle Interim Patch Installer version 11.2.0.1.7
Copyright (c) 2011, Oracle Corporation. All rights reserved.

PREREQ session

Oracle Home:/export/home/oracle/u01/app/oracle/product/11.2.0/db_1
Central Inventory:/export/home/oracle/u01/app/oraInventory
From:/var/opt/oracle/oraInst. loc
OPatch version: 11.2.0.1.7
OUI version: 11.2.0.3.0
Log file location:/export/home/oracle/u01/app/oracle/product/11.2.0/db_1/export toollogs/opatch/opatch2014-05-13_16-21-21PM.log
Invoking prereq "checkconflictagainstohwithdetail"
Prereq "checkConflictAgainstOHWithDetail" passed.
OPatch succeeded.

######################################## #############

2. start installing-bash-3.2 $ cd ..
-Bash-3.2 $ pwd
/Export/home/oracle/16902043
-Bash-3.2 $ ls
13343438 13923374 14727310 16619892 README.html patchmd. xml
13696216 14275605 16056266 16902043 README.txt
-Bash-3.2 $ opatch apply
Invoking OPatch 11.2.0.1.7

Oracle Interim Patch Installer version 11.2.0.1.7
Copyright (c) 2011, Oracle Corporation. All rights reserved.

Oracle Home:/export/home/oracle/u01/app/oracle/product/11.2.0/db_1
Central Inventory:/export/home/oracle/u01/app/oraInventory
From:/var/opt/oracle/oraInst. loc
OPatch version: 11.2.0.1.7
OUI version: 11.2.0.3.0
Log file location:/export/home/oracle/u01/app/oracle/product/11.2.0/db_1/export toollogs/opatch/opatch2014-05-13_16-27-02PM.log

Verifying environment and padding Ming prerequisite checks...
UtilSession failed:

Patch 13696216 requires OPatch version 11.2.0.3.0.
Patch 13923374 requires OPatch version 11.2.0.3.0.
Patch 14275605 requires OPatch version 11.2.0.3.0.
Patch 14727310 requires OPatch version 11.2.0.3.0.
Patch 16056266 requires OPatch version 11.2.0.3.0.
Patch 16619892 requires OPatch version 11.2.0.3.0.
Patch 16902043 requires OPatch version 11.2.0.3.0.
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.

Log file location:/export/home/oracle/u01/app/oracle/product/11.2.0/db_1/export toollogs/opatch/opatch2014-05-13_16-27-02PM.log

OPatch failed with error code 73

The prompt shows that the OPatch version being used (11.2.0.1.7) doesn't meet the minimum version required by The patch (es)
The OPATCH version is low.
OPatch-Where Can I Find the Latest Version of OPatch? [Video] (Document ID 224346.1)
Found at the end of the document:
For Oracle11g Release 2 (11.2.0.x ),
Select release "11.2.0.0.0" (description "OPatch 11.2") and download
P6880880_112000_platform.zip
As of December 2013 the OPatch release is 11.2.0.3.6
Download the patch p6880880_112000_platform.zip ----- in fact, this is the first release of the psu readme: 2.1 OPatch Utility

You must use the OPatch utility version 11.2.0.3.0 or later to apply this patch. oracle recommends that you use the latest released OPatch version for 11.2, which is available for download from My Oracle Support patch 6880880 by selecting the 11.2.0.0.0 release.

For information about OPatch documentation, including any known issues, see My Oracle Support Document 293369.1 OPatch documentation list.

3. Install OPATCH and back up the OPATCH directory under ORACLE_HOME:
-Bash-3.2 $ tar-cvf opatch.tar OPatch/
Decompress p6880880_112000_platform.zip, delete the OPATCH directory file under ORACLE_HOME, and move the extracted directory.
-Bash-3.2 $ mv OPatch // export/home/oracle/u01/app/oracle/product/11.2.0/db_1/
-Bash-3.2 $ opatch-help
Check whether it is available.
############################### 4. patch again (Database shutdown, listener shutdown, DBCONSOLE shutdown):-bash-3.2 $ opatch apply
Logs contain warnings:
-Bash-3.2 $ tail/export/home/oracle/u01/app/oracle/product/11.2.0/db_1/export toollogs/opatch/opatch2014-05-13_18-29-20PM_1.log
[May 13,201 4 6:52:15] 1) OUI-67215:
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:
Ld: warning: option-YP appears more than once, first setting taken
Ld: warning: option-Q appears more than once, first setting taken
[May 13,201 4 6:52:15] ------------------------------------------------------------------------------------
[May 13,201 4 6:52:15 PM] OUI-67008: OPatch Session completed with warnings.
[May 13,201 4 6:52:15 PM] Finishing UtilSession at Tue May 13 18:52:15 CST 2014
[May 13,201 4 6:52:15] Log file location: /export/home/oracle/u01/app/oracle/product/11.2.0/db_1/export toollogs/opatch/opatch2014-05-13_18-29-20PM_1.log query this error from MOS: Opatch Warning During Patch Apply: "ld: warning: option-YP appears more than once, first setting taken "(Document ID 1571550.1)
Ignore:
Applies:
Oracle Database-Enterprise Edition-Version 11.2.0.3 to 11.2.0.4 [Release 11.2]
Oracle Solaris on iSCSI (64-bit)
Oracle Solaris on x86-64 (64-bit)

Cause

Make warnings caused due to Options for ld command appears more than once.
Solution

These warnings are safely ignorable.
---- The installation is complete now.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.