How to determine the version of Oracle client and server software
Procedure Steps
Method 1:
- Open a command prompt.
- TypeSQLPLUS lenel/MULTIMEDIA@lenel.
The following is shown:
C:\Documents and Settings\atal1>sqlplus lenel/MULTIMEDIA@bamba
 
SQL*Plus: Release 11.1.0.7.0 - Production on Tue Jul 13 09:41:55 2010
 
Copyright (c) 1982, 2008, Oracle. All rights reserved.
 
 
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
With the Partitioning, OLAP and Data Mining options
Another option is to type SELECT * from v$version; at the command prompt. This will return the database version for the database to which you are connected.
 
SQL> select * from v$version
 2 /
 
BANNER
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
PL/SQL Release 10.2.0.3.0 - Production
CORE    10.2.0.3.0      Production
TNS for 32-bit Windows: Version 10.2.0.3.0 - Production
NLSRTL Version 10.2.0.3.0 – Production
 Your Privacy Choices
 Your Privacy Choices