Wednesday 17 August 2016

How to find PSU Version.




Patch Set Updates are referenced by their 5-place version number. You may use the below commands depending on hte ORACLE_HOME.
Database PSU:
$opatch lsinventory -bugs_fixed | grep -i 'DATABASE PSU' 
CRS (Cluster Ready Services) PSU:
$opatch lsinventory -bugs_fixed | grep -i 'TRACKING BUG' | grep -i 'PSU'
GI (Grid Infrastructure) PSU:
$opatch lsinventory -bugs_fixed | grep -i 'GI PSU' 
Enterprise Manager Agent PSU:
$ opatch lsinventory -bugs_fixed | grep -i 'ENTERPRISE MANAGER AGENT' | grep -i 'PSU'
Enterprise Manager OMS PSU:
$opatch lsinventory -bugs_fixed | grep -i 'ENTERPRISE MANAGER OMS' | grep -i 'PSU'
WebLogic Server PSU:
Enter the following commands, where WL_HOME is the path of the WebLogic home:
$ . $WL_HOME/server/bin/SetWLSEnv.sh  
$ java weblogic.version 

1 comment:

  1. Your blog is exceptionally enlightening. Eating carefully has been hard for individuals nowadays. It's all a result of their bustling calendars, work or absence of concentrate on themselves. As an understudy I should concede that I have not been eating carefully but rather due to this I will begin now. It could help me make the most of my nourishment and time alone. Eating carefully may help me know about sound sustenance and acknowledging nourishment.mykonos private driver

    ReplyDelete

OS Watcher Installation in RAC

 Step:1 Download and untar the oswbb812.tar under the grid user in RAC on the both nodes. Follow the OS Watcher User's Guide (Doc ID 153...