Skip to main content

How to find the date and time of weblogic patch applied

How to find when is the last time patch applied in weblogic product


To find out when is the last time weblogic patch applied on the server or to know the date/time of the patch applied recently


1) Go to <installation_dir > , if you dont know how to find the weblogic installation dir, follow the link How to find weblogic home directory

2) Go to <installation_dir>/Opatch folder

3) Execute the command ./opatch lsinv | grep -i applied

4) It will list out the patches applied along with date





Comments

Popular Posts

How to find the list of patches applied in Weblogic 12c

How to find the list of patches applied in Weblogic 12c   As you know oracle is releasing critical patches every quarter. It is highly recommended to apply the patch in the servers whenever its released. To see what are the patches applied in the server, follow the below way to find out. 1) Go to <installation_dir>. Follow the link if you dont know Find the weblogic home directory 2) Navigate to Opatch folder 3) execute the command ./opatch patches 4) It will show the list of patches applied in the environment along with the dates its applied. To know when the patch is applied on the environment. Follow the link  Find the date and time of weblogic patch applied