Home » Infrastructure » Windows » Ora 10g Client Question on W2k8 (Windows 2008 Standard)
|
|
|
|
|
|
Re: Ora 10g Client Question on W2k8 [message #516183 is a reply to message #516139] |
Fri, 15 July 2011 06:45  |
 |
ramoradba
Messages: 2457 Registered: January 2009 Location: AndhraPradesh,Hyderabad,I...
|
Senior Member |
|
|
SQL*Plus: Release 10.2.0.3.0 - Production on Fri Jul 15 17:08:26 2011
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
ind> select '&&_O_VERSION' as "Oracle server Version" from dual ;
old 1: select '&&_O_VERSION' as "Oracle server Version" from dual
new 1: select 'Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options' as "Oracle server Version" from dual
Oracle server Version
--------------------------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
1 row selected.
ind> select '&_SQLPLUS_RELEASE' "client version" from dual;
old 1: select '&_SQLPLUS_RELEASE' "client version" from dual
new 1: select '1002000300' "client version" from dual
client ver
----------
1002000300
1 row selected.
[Updated on: Fri, 15 July 2011 06:48] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sun Aug 17 19:08:20 CDT 2025
|