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. 请求被中止: 未能创建 SSL/TLS 安全通道,设置 TLSv1.2和TLSv1.1版本 .基础链接已经关闭,发送时发生错误

    WSO2 API访问的安全要求, 只能提供TLSv1.2和TLSv1.1版本,其它SSL版本协议因为存在较高安全漏洞问题会被disable. A 改成TLSv1.1或TLSv1.2,最好使用TLSv1 ...

  2. Linux命令之du

    Linux du命令用来查看文件或目录所占用磁盘空间的大小(Summarize disk usage of each FILE, recursively for directories.) 语法: d ...

  3. ASP.NET MVC:WebPageBase.cs

    ylbtech-funcation-Utility: ASP.NET MVC:WebPageBase.cs 充当表示 ASP.NET Razor 页的类的基类. 1.A,WebPageBase 抽象类 ...

  4. Deformable Convolutional Networks-v1-v2(可变形卷积网络)

    如何评价 MSRA 视觉组最新提出的 Deformable ConvNets V2? <Deformable Convolutional Networks>是一篇2017年Microsof ...

  5. iOS开发-UILabel和UIButton添加下划线

    关于UILabel和UIButton有的时候需要添加下划线,一般有两种方式通过默认的NSMutableAttributedString设置,第二种就是在drawRect中画一条下划线,本文就简单的选择 ...

  6. JS的scrollIntoView简单使用

    scrollIntoView方法滚动当前元素,进入浏览器的可见区域 el.scrollIntoView(); // 等同于el.scrollIntoView(true) el.scrollIntoVi ...

  7. css3中webkit内核的滚动栏样式

    项目其中用到的滚动栏样式,在别人的基础上调成适合自己的样式.(IE能够调试滚动栏样式,firefox眼下不能调试) ::-webkit-scrollbar { width: 14px; }/* Tra ...

  8. java web文件下载功能实现 (转)

    http://blog.csdn.net/longshengguoji/article/details/39433307 需求:实现一个具有文件下载功能的网页,主要下载压缩包和图片 两种实现方法: 一 ...

  9. php5.6 的interactive模式

    1. 发现运行php 的interactive shell 的时候,不能输入一行执行一行,而要 输入完一整段内容,再按  ctrl + d才能执行这段内容. 原因是,没安装 readline这个模块, ...

  10. c#:winform从一个toolstriptool上拖动一个图标到一个自定义usercontrol内。

    效果: 在一个winform工程中,添加一个ToolStrip然后给它添加一个ToolStripButton(tsbStart,它就是红色框圈选的图标) this.toolStripTools = n ...