weblogic的补丁,非付费不能下载。。。


Oracle WebLogic Server Patch Set Update 10.3.6.0.170418

PATCH_ID - RVBS    #补丁编号
Patch number - 25388747

Preparing to Install Oracle WebLogic Server Patch Set Update 10.3.6.0.170418
-----------------------------------------------------------------------

- WebLogic Server Patch Set Update (PSU) can be applied on a per-domain basis
(or on a more fine-grained basis), Oracle recommends that PSU be applied on an installation-wide basis.
PSU applied to a WebLogic Server installation using this recommended practice
affect all domains and servers sharing that installation.

实施步骤

- Login as same "user" with which the component being patched is installed.  #按照weblogci安装用户执行操作
- Stop all WebLogic servers.                                                                          #关闭本机上所有的weblogic服务
- Remove any previously applied WebLogic Server Patch Set Update and associated overlay patches   #移除冲突的补丁

Installing Oracle WebLogic Server Patch Set Update 10.3.6.0.170418
-------------------------------------------------------------

- unzip p25388747_1036_Generic.zip to {MW_HOME}/utils/bsu/cache_dir or any local directory    #解压到目录,或者自定义

Note: You must make sure that the target directory for unzip has required write and executable permissions
for "user" with which the component being patched is installed.

- Navigate to the {MW_HOME}/utils/bsu directory.
- Execute bsu.sh -install -patch_download_dir={MW_HOME}/utils/bsu/cache_dir -patchlist={PATCH_ID} -prod_dir={MW_HOME}/{WL_HOME}

#weblogic-home    MW_HOME
/servyou_domain/Oracle/Middleware/wlserver_10.3
#补丁解压位置
/servyou_domain/Oracle/Middleware/utils/bsu/cache_dir
/servyou_domain/jdk1.7.0_79

ZLNA
EJUW
RVBS

bsu.sh

#!/bin/sh
#JAVA_HOME="/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.45.x86_64"
MEM_ARGS="-Xms2048m -Xmx2048m"    #调整大小可以加快安装速度,防止安装完毕垃圾回收异常
"$JAVA_HOME/bin/java" ${MEM_ARGS} -jar patch-client.jar $*

实施命令

可以设置变量对应用变量替换

export    MW_HOME="/servyou_domain/Oracle/Middleware/wlserver_10.3"

#查看补丁信息
./bsu.sh -status=applied -verbose -view   -prod_dir=/servyou_domain/Oracle/Middleware/wlserver_10.3   #  ${MW_HOME} 

#移除补丁
./bsu.sh -remove -patchlist=ZLNA   -prod_dir=${MW_HOME} 

#安装补丁

注意:会检测到是否有补丁冲突,冲突卸载
./bsu.sh -install -patch_download_dir=/servyou_domain/Oracle/Middleware/utils/bsu/cache_dir -patchlist=RVBS -prod_dir=${MW_HOME} 

Where, WL_HOME is the path of the WebLogic home   === /servyou_domain/Oracle/Middleware/wlserver_10.3
Reference: BSU Command line interface
http://docs.oracle.com/cd/E14759_01/doc.32/e14143/commands.htm

验证补丁

Post-Installation Instructions
------------------------------

a) Restart all WebLogic servers.

b) The following command is a simple way to determine the application of WebLogic Server PSU.

$ . $WL_HOME/server/bin/setWLSEnv.sh
$ java weblogic.version

In the following example output, 10.3.6.0.170418 is the installed WebLogic Server PSU.

WebLogic Server 10.3.6.0.170418 PSU Patch for BUG25388747

卸载补丁

Uninstalling Oracle WebLogic Server Patch Set Update 10.3.6.0.170418
---------------------------------------------------------------

- Stop all WebLogic Servers
- Navigate to the {MW_HOME}/utils/bsu directory.
- Execute bsu.sh -remove -patchlist={PATCH_ID} -prod_dir={MW_HOME}/{WL_HOME}

Post-Uninstallation Instructions
--------------------------------

a) Restart all WebLogic Servers.

Oracle recommends that you see following key notes
--------------------------------------------------
- My Oracle Support NOTE: 1306505.1 Announcing Oracle WebLogic Server PSUs (Patch Set Updates)
https://support.oracle.com/oip/faces/secure/km/DocumentDisplay.jspx?id=1306505.1
- My Oracle Support NOTE: 1470197.1 Master Note on WebLogic Server Patch Set Updates (PSUs)
https://support.oracle.com/oip/faces/secure/km/DocumentDisplay.jspx?id=1470197.1

相关补丁下载:

p25388747_1036_Generic.zip

链接: https://pan.baidu.com/s/1pKS1UtH 密码: pdsm

weblogic10.3.6打补丁PSU的更多相关文章

  1. Oracle 10g 应用补丁PSU 10.2.0.5.180717

    最近测试了一下在Oracle 10g下面(单实例下面)升级.应用补丁PSU 10.2.0.5.180717,打这个补丁的主要原因是 Oracle 将于 2019年6月启用新的SCN兼容性,并且由于Bi ...

  2. oracle 11GR2 单机打补丁PSU 11.2.0.4.180717

    上传补丁包,修改权限 su - oracle mdir /tmp/psu mv p6880880_112319_Linux-x86-64.zip /tmp/psu/mv databasepsu1807 ...

  3. 单机 Oracle 11g(11.2.0.4)手动打补丁PSU(11.2.0.4.8)

    环境说明:database : 11.2.0.4 x64os: centos6.7 x64 准备内容:OPatch : p6880880_112000_Linux-x86-64.zipDB PSU : ...

  4. 10.2.0.4 to 10.2.0.5 Installation of Patch Set Release (Windows)

    环境:10.2.0.4集群数据库zlm10g(双节点,zlm10g1,zlm10g2) 系统:Windows 2003 Server 64Bit 内存:2G RAM 存储:ASM 目标:把集群数据库从 ...

  5. DataPump遭遇ORA-06512&ORA-39080&ORA-01403错误案例

    最近使用数据泵(DataPump)比较多,遇到了奇奇怪怪的问题,似乎Apply了补丁PSU 10.2.0.5.180717后,DataPump的问题就格外多.如下所示: expdp system/xx ...

  6. ORA-04045: errors during recompilation/revalidation of LBACSYS.LBAC_EVENTS

    使用orachk工具检查数据库实例的时候,发现报告里面有类似下面这样一些错误(最近有给Oracle 10g应用补丁PSU 10.2.0.5.180717,不清楚是这个产生的还是其他原因导致),使用脚本 ...

  7. 完整记录一则Oracle 11.2.0.4单实例打PSU补丁的过程

    本文记录了打PSU的全过程,意在体会数据库打PSU补丁的整个过程. 1.OPatch替换为最新版本2.数据库软件应用19121551补丁程序3.数据库应用补丁4.验证PSU补丁是否应用成功 1.OPa ...

  8. Oracle 11.2.0.4单实例打PSU,OJVM PSU补丁快速参考

    写在前面: 1.Oracel打每个补丁的操作有时存在差异,所以不管多熟悉,都应该在打任何补丁之前阅读新补丁中附带的readme. 2.Oracle每季度都会更新一个最新的PSU,本文最新指的是当前最新 ...

  9. Oracle 11.2.0.4 RAC安装最新PSU补丁

    环境:两节点RAC(RHEL 6.4 + GI 11.2.0.4 + Oracle 11.2.0.4) 需求:安装最新PSU补丁11.2.0.4.7 1.下载补丁和最新OPatch 2.检查数据库当前 ...

随机推荐

  1. JAVA 是否会发生内存泄露(转)

    原文链接: JAVA 是否会发生内存泄露 几次面试,面试官都问到了这个问题,于是搜集了答案.总结出虽然java自身有垃圾回收机制,但是很多情况下还是发生内存泄露的. java导致内存泄露的原因很明确: ...

  2. 基于fasttext的情感分析,准备先做一版

    博客文章地址: https://blog.csdn.net/sinat_33741547/article/details/78803766 代码地址: https://github.com/lpty/ ...

  3. vue项目实现列表页-详情页返回不刷新,再点其他菜单项返回刷新的需求

    问题背景:有时候一些列表会有一些跳转的需求,比如跳到详情页.或者是其他相关的页面(比如跳到用户列表去查看用户的相关信息)等,此时再返回列表页,列表页会刷新重置.目前需求就是需要改成如下情况: 问题1. ...

  4. JS实现千分位

    方法一:正则实现 function format (num) { ,}(?=(\d{})+$)/g; return (num + '').replace(reg, '$&,'); } 解释: ...

  5. 八一八cvs vss svn和git比较

    特征 CVS Git Mercurial Subversion 是否原子提交 CVS: 没有. CVS提交不是原子的 Git: 是的. 提交都是原子的 Mercurial: 是的 Subversion ...

  6. pThreads线程(二) 线程同步--互斥量/锁

    互斥量(Mutex)是“mutual exclusion”的缩写.互斥量是实现线程同步,和保护同时写共享数据的主要方法. 互斥量对共享数据的保护就像一把锁.在Pthreads中,任何时候仅有一个线程可 ...

  7. python3 AttributeError: module 'sklearn' has no attribute 'linear_model'

    以下导入方式报错 import sklearn lr = sklearn.linear_model.LinearRegression() # 需要导入sklearn的linear_model 修改导入 ...

  8. Linq-单条数据删除

    单条数据删除,用DeleteOnSubmit NorthwindDataContext db = new NorthwindDataContext(); Customer test1 = ctx.Cu ...

  9. 关于ThinkPhp中getField方法存在的问题

    在ThinkPhp中我们可以通过以下方式获取数据库数据 query:直接执行SQL查询操作 find:查询单选数据集 getField查询字段值 select:查询数据集 其他......   但今天 ...

  10. [React] Asynchronously Load webpack Bundles through Code-splitting and React Suspense

    One approach to building high performance applications with webpack is to take advantage of code-spl ...