I was applying July CPU patch on 10.2.0.4 installation, when running the opatch napply, I came across the following error:
The following make actions have failed :
Re-link fails on target "client_sharedlib".
Re-link fails on target "client_sharedlib".
Also there were some warnings about the busy text files.
In this case, check the hung oracle process through this command and kill them:
prod:oracle:xxx ) ps -fu oracle|grep sqlplus
oracle 13694 4346 0 Aug 31 pts/3 0:00 sqlplus e4@prod
prod:oracle:xxx ) kill -9 13694
Re run the opatch, and it will go like a breeze, hopefully.
No comments:
Post a Comment