Check Oracle Version

There are several ways where you can query or retrieve the version number of installed Oracle products:

1. If you just want to check the version information of the Oracle database, simply connect and login to the Oracle database with SQL *Plus. Upon login, you will see:

SQL*Plus: Release 9.2.0.6.0 - Production on Tue Oct 18 17:58:57 2005

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

Connected to:
Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.6.0 - Production

The first italic number is the version of the SQL*Plus client and the second italic number is the version of Oracle database which you are connected to .

2. Retrieve the version information from v$version table by using SQL*Plus. In this table you can find version information on Oracle, PL/SQL, etc.

To retrieve the version information for Oracle, you execute the following SQL statement:

select * from v$version where banner like ‘Oracle%’;

It should return something like this:

Banner
————————————————————————————–
Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production

3. Version information can also be checked from Installed Products from the Oracle Universal Installer. It will tells you what products is installed on the machine and also its version information too.

In Unix, the installer is located at $ORACLE_HOME/bin/runInstaller.
In Windows, access the installer by Start -> All Programs -> Oracle Installed Products -> Universal Installer.

Share and contribute or get technical support and help at My Digital Life Forums.



5 Responses to “Check Oracle Version”

  1. Pankaj
    March 3rd, 2008 22:29
    1

    It was a very helpful to find the oracle version information through sqlplus.

    Thanks,
    pankaj

  2. Karthikeyan
    August 13th, 2008 06:16
    2

    select * from versions;

    The above SQL will do.

  3. A
    August 13th, 2008 19:03
    3

    The above query will not work in oracle
    use the below query
    Select * from v$version;

  4. Jon Schneider
    September 12th, 2008 04:35
    4

    If anyone gets an “invalid character” error after copy & pasting in the query from the article:

    select * from v$version where banner like ‘Oracle%’;”

    Try replacing the “curly” singlequote characters around “Oracle%” with regular straight singlequotes:

    select * from v$version where banner like ‘Oracle%’;

  5. Jon Schneider
    September 12th, 2008 04:39
    5

    Apparently this server is automatically replacing straight singlequotes with curly ones, even in my comment! Still, the suggestion from my previous post above still applies; just do the replace on your own local machine, instead of in a comment here. :-)

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. To receive notification of latest comments posted, subscribe to My Digital Life Comments RSS feed or register to receive new comments in daily email digest.
Custom Search

New Articles

Incoming Search Terms for the Article

oracle version - Check Oracle version - how to check oracle version - oracle version query - version oracle - oracle check version - checking oracle version - version of oracle - get oracle version - check oracle database version - finding oracle version - how to check oracle database version - Get Oracle Database Version - Oracle version - check oracle client version - query oracle version - oracle database version query - what version of oracle - oracle version check - oracle database version - Oracle versions - how to check version of oracle - check version of oracle - query oracle database version - oracle get database version - how to get oracle version - oracle query database version - oracle check database version - how to see oracle version - oracle get version - check version oracle - Oracle version info - oracle version table - how to check the version of Oracle - how to check oracle client version - check oracle db version - oracle query version - "oracle version" - oracle version number - finding oracle database version - get oracle client version - how to get oracle database version - HOW TO CHECK ORACLE DB VERSION - how to find oracle database version - oracle version information - check oracle version - all - which version of oracle - query to find oracle version - version in oracle - which oracle version - versione oracle - get oracle db version - how to check oracle version - see oracle version - SQL check Oracle version - what is my oracle version - sql to check oracle version - query database version oracle - versions of oracle - find oracle version - check database version oracle - finding version of oracle - how to find oracle version - query for oracle version - sql query oracle version - find oracle client version - how to check the oracle version - check oracle edition - oracle sql get database version - how to find oracle client version - how check oracle version - how to check the version of oracle database - oracle how to check version - checking version of oracle -