首页 > 数据库技术 > 详细

OUI-67076 : OracleHomeInventory was not able to create a lock file" in Unix

时间:2014-08-14 14:08:18      阅读:833      评论:0      收藏:0      [点我收藏+]

Symptoms


The command "opatch lsinventory" reports the error:

OUI-67076:OracleHomeInventory was not able to create a lock file, probably due to a failed OPatch Session. The loaded inventory might not show correctly what you have in the Oracle Home.

Cause

A previous "opatch apply" session failed and so a lock still exists on the local inventory

Solution


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

 

Assuming "opatch lsinventory" no longer reports the error, if a previous "opatch apply" failed then you may want to try applying the patch again


OUI-67076 : OracleHomeInventory was not able to create a lock file" in Unix,布布扣,bubuko.com

OUI-67076 : OracleHomeInventory was not able to create a lock file" in Unix

原文:http://blog.csdn.net/xiangsir/article/details/38556927

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!