Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 10g - price and expiration?
Andy Hassall wrote:
> On 22 Aug 2006 15:57:55 -0700, joe1977_at_tlen.pl wrote: >
> > That's Oracle Standard Edition. > > Enterprise Edition and Express Edition both show as extra text in the versions > in v$version.
For example:
SQL*Plus: Release 10.2.0.2.0 - Production on Tue Aug 22 16:21:46 2006
Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> SELECT * FROM v$version;
BANNER
SQL>
Also check out the following query for additional information:
set linesize 121
col comp_name format a40
SELECT comp_name, version, status
FROM dba_registry;
Maybe I can regain some small amont of face after that read<>write misinterpretation. ;-)
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Tue Aug 22 2006 - 18:25:04 CDT