Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Finding the latest GI PSU version on Linux

3373116Feb 2 2017 — edited Feb 13 2017

Hi Team,

I want to know GI PSU version installed on any server/node. Currently I am finding it through the below command, but its not giving me the correct value.. Can you please help me on this?

$GRID_HOME/OPatch/opatch lsinventory -invPtrLoc $GRID_HOME/oraInst.loc | egrep -i 'OCW Patch Set Update' | cut -d ':' -f3 | awk -F '(' '{print $1}' | awk -F '.' '{print $5}'

Do you know any other reliable way to find the GI PSU version number and details?

Thanks,

Gurunath Mulay

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 13 2017
Added on Feb 2 2017
10 comments
1,894 views