Hi,
Look at the banner when you login with sqlplus:
SQL*Plus: Release 10.1.0.2.0 - Production on Mon Jan 3 10:52:38 2005
Copyright (c) 1982, 2004, Oracle. All rights reserved.
Connected to:
Oracle Database 10g <b>Enterprise Edition</b> Release 10.1.0.2.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
... or execute the following query:
SQL> SELECT * FROM v$version;
BANNER
----------------------------------------------------------------
Oracle Database 10g <b>Enterprise Edition</b> Release 10.1.0.2.0 - 64bi
PL/SQL Release 10.1.0.2.0 - Production
CORE 10.1.0.2.0 Production
TNS for Solaris: Version 10.1.0.2.0 - Production
NLSRTL Version 10.1.0.2.0 - Production
Best regards.
Frank