OPatch在打补丁的过程中被中断,重新执行后报以下错误:

UtilSession failed: Lock file left by a different patch, OPatch will not try re-using the lock file.
Log file location: /u11/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/14084247_Apr_16_2016_13_21_29/apply2016-04-16_13-21-29PM_1.log OPatch failed with error code 73

查看日志文件也报类似的错误。
原因是之前的opatch会话失败后,仍然在本地inventory上持有锁

解决方法:

1. Take a backup of  $ORACLE_HOME/.patch_storage
2. Remove $ORACLE_HOME/.patch_storage/patch_locked
% rm $ORACLE_HOME/.patch_storage/patch_locked
3. Create $ORACLE_HOME/.patch_storage/patch_free
% touch $ORACLE_HOME/.patch_storage/patch_free
4. Verify that "opatch lsinventory" no longer reports the error
% opatch lsinventory -detail

最新文章

  1. ansible中tag的用法
  2. js 四舍五入保留二位小数
  3. 爬网页?--Chrome帮你计算XPath
  4. 范式(Oracle)
  5. Java Annotation 机制源码分析与使用
  6. csqlite编译相关配置问题
  7. 使用ant自动编译、打包生成apk文件
  8. 第二章实例:SimpleAdapter结合listview实现列表视图
  9. hprose rpc使用实例(同时有Java和Delphi客户端的例子)
  10. MySQL-数据检索
  11. ueditor笔记
  12. 【题解】 bzoj2462: [BeiJing2011]矩阵模板
  13. OpenStack实践系列⑤网络服务Neutron
  14. MySQL 5.7.16 字符串拆分 -> 单列变多行记录(转发)
  15. CTSC/APIO2018滚粗记
  16. 几款开源的ETL工具及ELT初探
  17. HttpServletRequest介绍
  18. hdu-1277--字典树坑题
  19. http://zhidao.baidu.com/link?url=3tJ_i5gyYLrd7rFPk0eRYre_oxjCZvTOMOutp89LGhUgi6Ic6Ncama_GMAHnwfF73SVYGqy364vDfv6AY4ERPa
  20. 搜索4--noi6264:走出迷宫

热门文章

  1. 【翻译】口袋妖怪X/Y 制作技法
  2. memcached学习笔记6--浅谈memcached的机制 以及 memcached细节讨论
  3. Machine Learning in Action -- Support Vector Machines
  4. php + ajax + html 简单跨域问题
  5. php 请求参数限制
  6. Jetbrains phpstorm pycharm 免费授权注册码
  7. ServletContextDemo
  8. Bootstrap 进度条媒体对象和 Well 组件
  9. 面向对象与面向过程 $this的注意事项和魔术方法set和get
  10. Java科普之加密算法