Finding out the Oracle Version using SQL

| No Comments
If you ever have to find out the version of Oracle using SQL, use the following SQL command and it will spit out all the details.

SQL
 SELECT * FROM V$VERSION;

OUTPUT

BANNER                                                          
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
PL/SQL Release 10.2.0.1.0 - Production                          
CORE    10.2.0.1.0    Production                                        
TNS for 32-bit Windows: Version 10.2.0.1.0 - Production         
NLSRTL Version 10.2.0.1.0 - Production
----------------------------------------------------------------

Happy Coding :)

Leave a comment

About this Entry

This page contains a single entry by Armaghan published on October 5, 2009 11:00 AM.

Changing the default port number in Apache Tomcat was the previous entry in this blog.

SQL : Get a list of tables,views and sequences for a given user is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Categories