How to check the version of the Oracle database?
To check the version of an Oracle database, you can use one of the following methods:
- Login to the Oracle database using SQL*Plus and execute the following command:
- Retrieve all rows and columns from the V$VERSION table.
- This will display the database version and other related information.
- Log in to the Oracle database using database management tools like SQL Developer, and then execute the following command in the query editor.
- Retrieve all columns from the table V$VERSION.
- Similarly, this will display the database version and other relevant information.
No matter which method you choose, you will get a query result containing the database version.