Find UNIX OS and Oracle Version information

Modified on Wed, 15 Feb, 2023 at 5:02 PM

To view the current OS version we are using in UNIX. Use the command


uname -mrs


The "m" flag is to display the machine hardware/model names.

The "r" flag is to display the current release level of the OS.

The "s" flag is to display the name of the OS.


Example from 2/15/2023: 



To find Oracle Version Information, open TOAD and run the query


SELECT * FROM v$version

You will get output, such as: 


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article