How to find latest Oracle database patchset

In this tutorial, How to find the latest Oracle database patchset: Patch Set Release (PSR). Sometimes you check the latest patch name.

find latest Oracle database patchset

Which oracle patch has installed your system?

The easiest check Patch Set Release (PSR)as command below

$ sudo su - oracle
$ opatch lsinventory | grep "^Oracle Client"

More verbose list on the installed Oracle patches:

$ sudo su - oracle
$ opatch lsinventory -details

Conclusion

Thought the article, You can “How to find latest Oracle database patchset” as above. I hope will this your helpful. Thank you for reading the DevopsRoles page!

About HuuPV

My name is Huu. I love technology and especially Devops Skill such as Docker, vagrant, git so forth. I likes open-sources. so I created DevopsRoles.com site to share the knowledge that I have learned. My Job: IT system administrator. Hobbies: summoners war game, gossip.
View all posts by HuuPV →

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.