weblogic补丁之PSU补丁安装与下载

weblogic打补丁小结:

在WebLogic Server 10.3.4之后的版本, Oracle 提供了 PSUs (patch set updates). 具体参考(My Oracle Support Note 1306505.1). 在1470197.1 文档中,描述了weblogic当前可用的PSU

从WeblogicServer11g(10.3.1+), 产品版本号开始使用ORACLE标准的5个数字的格式。比如:

WLS 10.3.4 是基础版,第一个PSU就是10.3.4.0.1 (a.b.c.d.e)

a=major version

b=minor version

c=patch set (what we called in WLS a maintenance pack or service pack)

d=reserved for future use: in some Oracle products, this is used for a rolling patch.

e=PSU (patch set update)

WLS 10.3.4之前的版本是没有PSU补丁的。在10.3.4到12.1.1之间的PSU补丁,都是累积补丁,10.3.4.0.5包含了10.3.4.0.4,在打10.3.4.0.5之前要卸载10.3.4.0.4,否则会有冲突。这个问题在WLS 12.1.2之后得以解决,在应用PSU的时候,会自动卸载原来的补丁,与数据库的补丁方式逐渐一致。如何下载补丁和解决升级中的问题,参考文档 1306505.1 / 1470197.1等。

附几种weblogic打补丁的方式示例

示例1:在12c中,与数据库的补丁方式类似

#cd PATCH_TOP/16784672

#/weblogic/wls1212/OPatch/opatch apply -jdk $JAVA_HOME

示例2:在10.3.4 版本中

cd /home/weblogic/Oracle/Middleware/utils/bsu/

./bsu.sh -install -patch_download_dir=/home/weblogic/media/p16088411_1035_Generic -patchlist=L5TD -prod_dir=/home/weblogic/Oracle/Middleware/wlserver_10.3/

示例2:在10 版本中

#vi bsu.sh

#!/bin/sh

JAVA_HOME="/usr/java5"

"$JAVA_HOME/bin/java" -jar -Xms1024m -Xmx2048m patch-client.jar $*

 

近期的版本归属:

 

Oracle WebLogic Server12c 指的是12.1.x 12.2.x

Oracle WebLogic Server11gR1 指的是10.3.1之后的版本

Oracle WebLogic Server10gR3 指的是10.3

再之前的版本包括:

WebLogic Platform10.0~10.2

WebLogic Platform9.x

WebLogic Platform8.1

WebLogic Platform7 等。

官方名称归属:

Oracle Cloud Application Foundation 12c Releases

Oracle WebLogic Server 12.1.x

Oracle WebLogic Server 12.2.x

Oracle Cloud Application Foundation 11gR1 Releases

Oracle WebLogic Server 11g R1(10.3.1 and higher)*

Application Grid 10gR3 Releases

Oracle WebLogic Server 10.3 *

BEA 早期版本

WLS 5.1

WLS 6.0

WLS 6.1

WLS 6.1SP1

WLS 6.1SP2

WLS 6.1SP3

WLS 6.1SP4

WLS 6.1SP5

WLS 6.1SP6

WLS 6.1SP7

WebLogic Platform7 (WebLogic Server, WebLogic Workshop, WebLogic Portal, and WebLogic Integration) 7

WLS 7.0

WLS 7.0SP1

WLS 7.0SP2

WLS 7.0SP3

WLS 7.0SP4

WLS 7.0SP5

WLS 7.0SP6

WLS 7.0SP7

WebLogic Platform8.1

WLS 8.1

WLS 8.1SP1

WLS 8.1SP2

WLS 8.1SP3

WLS 8.1SP4

WLS 8.1SP5

WLS 8.1SP6

WLS 8.1SP7

WLS 8.1SP8

WebLogic Platform9.x

WLS 9.0

WLS 9.1

WLS 9.2

WLS 9.2MP1

WLS 9.2MP2

WLS 9.2MP3

WLS 9.2MP4

WebLogic Platform10.0~10.2

WLS 10.0

WLS 10.0MP1

WLS 10.0MP2

WLS 10.3

WLS 10.3.1.0

WLS 10.3.2.0

WLS 10.3.3

WLS 10.3.4

WLS 10.3.4.0.1

WLS 10.3.4.0.3

WLS 10.3.4.0.4

WLS 10.3.4.0.5

WLS 10.3.5

WLS 10.3.5.0.2

WLS 10.3.5.0.3

WLS 10.3.5.0.4

WLS 10.3.5.0.5

WLS 10.3.5.0.6

WLS 10.3.5.0.7

WLS 10.3.6

WLS 10.3.6.0.1

WLS 10.3.6.0.2

WLS 10.3.6.0.3

WLS 10.3.6.0.4

WLS 12.1.1.0

WLS 12.1.1.0.1

WLS 12.1.1.0.2

WLS 12.1.1.0.3

WLS 12.1.1.0.4

WLS 12.1.1.0.5

WLS 12.1.1.0.6

WLS 12.1.1.0.7

WLS 12.1.1.0.8

WLS 12.1.1.0.9

WLS 12.1.1.0.10

WLS 12.1.1.0.11

WLS 12.1.1.0.12

WLS 12.1.2.0.0

WLS 12.1.2.0.1

WLS 12.1.2.0.2

WLS 12.1.2.0.3

WLS 12.1.2.0.4

WLS 12.1.2.0.5

WLS 12.1.2.0.6

WLS 12.1.2.0.7

WLS 12.1.3.0.0

WLS 12.1.3.0.1

WLS 12.1.3.0.2

WLS 12.1.3.0.3

WLS 12.1.3.0.4

WLS 12.1.3.0.5

WLS 12.2.1.0.0

 

官方标准文档:

Announcing Oracle WebLogic Server PSUs (Patch Set Updates) (文档 ID 1306505.1)

Master Note on WebLogic Server Patch Set Updates (PSUs) (文档 ID 1470197.1)
参考文档:
http://www.snapdba.com/2013/04/applying-psu-12-1-1-0-4-to-weblogic-12c-and-patch-conflicts/