This Oracle tutorial explains how to find the Oracle version information with syntax and examples.
You can check the Oracle version by running a query from the command prompt. The version information is stored in a table called v$version. In this table you can find the version information for Oracle, PL/SQL, etc.
The syntax to retrieve the Oracle version information is:
OR ...
There are no parameters or arguments.
Let's look at some of examples of how to retrieve version information from Oracle.
To retrieve all version information from Oracle, you could execute the following SQL statement:
This query would output something like this:
If you only wanted the Oracle version information, you execute the following SQL statement:
It should return something like this: