dbTalk Databases Forums  

How to determine the Edition for Oracle 9i

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss How to determine the Edition for Oracle 9i in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jeffbam@yahoo.com
 
Posts: n/a

Default How to determine the Edition for Oracle 9i - 08-06-2008 , 01:29 PM






Hi All--

I have a machine running 9.2.0.6.0 on Windows 2003. I would like to
confirm whether it is Standard or Enterprise Edition that is
installed. I have tried

select banner from v$version

The output is:

Oracle9i Release 9.2.0.6.0 - Production
PL/SQL Release 9.2.0.6.0 - Production
CORE 9.2.0.6.0 Production
TNS for 32-bit Windows: Version 9.2.0.6.0 - Production
NLSRTL Version 9.2.0.6.0 - Production

I've also tried

select product, version from product_component_version;

but it does not indicate Standard or Enterprise.

If anyone knows how to determine the edition that is running that
would be great.

thank you.

Reply With Quote
  #2  
Old   
fitzjarrell@cox.net
 
Posts: n/a

Default Re: How to determine the Edition for Oracle 9i - 08-06-2008 , 02:23 PM






On Aug 6, 1:29*pm, jeff... (AT) yahoo (DOT) com wrote:
Quote:
Hi All--

I have a machine running 9.2.0.6.0 on Windows 2003. *I would like to
confirm whether it is Standard or Enterprise Edition that is
installed. *I have tried

select banner from v$version

The output is:

Oracle9i Release 9.2.0.6.0 - Production
PL/SQL Release 9.2.0.6.0 - Production
CORE * *9.2.0.6.0 * * * Production
TNS for 32-bit Windows: Version 9.2.0.6.0 - Production
NLSRTL Version 9.2.0.6.0 - Production

I've also tried

select product, version from product_component_version;

but it does not indicate Standard or Enterprise.

If anyone knows how to determine the edition that is running that
would be great.

thank you.
You're running Standard. Enterprise would be explicitly listed:

SQL> select banner
2 from v$version;

BANNER
----------------------------------------------------------------
Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
PL/SQL Release 9.2.0.8.0 - Production
CORE 9.2.0.8.0 Production
TNS for Solaris: Version 9.2.0.8.0 - Production
NLSRTL Version 9.2.0.8.0 - Production


David Fitzjarrell



Reply With Quote
  #3  
Old   
fitzjarrell@cox.net
 
Posts: n/a

Default Re: How to determine the Edition for Oracle 9i - 08-06-2008 , 02:23 PM



On Aug 6, 1:29*pm, jeff... (AT) yahoo (DOT) com wrote:
Quote:
Hi All--

I have a machine running 9.2.0.6.0 on Windows 2003. *I would like to
confirm whether it is Standard or Enterprise Edition that is
installed. *I have tried

select banner from v$version

The output is:

Oracle9i Release 9.2.0.6.0 - Production
PL/SQL Release 9.2.0.6.0 - Production
CORE * *9.2.0.6.0 * * * Production
TNS for 32-bit Windows: Version 9.2.0.6.0 - Production
NLSRTL Version 9.2.0.6.0 - Production

I've also tried

select product, version from product_component_version;

but it does not indicate Standard or Enterprise.

If anyone knows how to determine the edition that is running that
would be great.

thank you.
You're running Standard. Enterprise would be explicitly listed:

SQL> select banner
2 from v$version;

BANNER
----------------------------------------------------------------
Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
PL/SQL Release 9.2.0.8.0 - Production
CORE 9.2.0.8.0 Production
TNS for Solaris: Version 9.2.0.8.0 - Production
NLSRTL Version 9.2.0.8.0 - Production


David Fitzjarrell



Reply With Quote
  #4  
Old   
fitzjarrell@cox.net
 
Posts: n/a

Default Re: How to determine the Edition for Oracle 9i - 08-06-2008 , 02:23 PM



On Aug 6, 1:29*pm, jeff... (AT) yahoo (DOT) com wrote:
Quote:
Hi All--

I have a machine running 9.2.0.6.0 on Windows 2003. *I would like to
confirm whether it is Standard or Enterprise Edition that is
installed. *I have tried

select banner from v$version

The output is:

Oracle9i Release 9.2.0.6.0 - Production
PL/SQL Release 9.2.0.6.0 - Production
CORE * *9.2.0.6.0 * * * Production
TNS for 32-bit Windows: Version 9.2.0.6.0 - Production
NLSRTL Version 9.2.0.6.0 - Production

I've also tried

select product, version from product_component_version;

but it does not indicate Standard or Enterprise.

If anyone knows how to determine the edition that is running that
would be great.

thank you.
You're running Standard. Enterprise would be explicitly listed:

SQL> select banner
2 from v$version;

BANNER
----------------------------------------------------------------
Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
PL/SQL Release 9.2.0.8.0 - Production
CORE 9.2.0.8.0 Production
TNS for Solaris: Version 9.2.0.8.0 - Production
NLSRTL Version 9.2.0.8.0 - Production


David Fitzjarrell



Reply With Quote
  #5  
Old   
fitzjarrell@cox.net
 
Posts: n/a

Default Re: How to determine the Edition for Oracle 9i - 08-06-2008 , 02:23 PM



On Aug 6, 1:29*pm, jeff... (AT) yahoo (DOT) com wrote:
Quote:
Hi All--

I have a machine running 9.2.0.6.0 on Windows 2003. *I would like to
confirm whether it is Standard or Enterprise Edition that is
installed. *I have tried

select banner from v$version

The output is:

Oracle9i Release 9.2.0.6.0 - Production
PL/SQL Release 9.2.0.6.0 - Production
CORE * *9.2.0.6.0 * * * Production
TNS for 32-bit Windows: Version 9.2.0.6.0 - Production
NLSRTL Version 9.2.0.6.0 - Production

I've also tried

select product, version from product_component_version;

but it does not indicate Standard or Enterprise.

If anyone knows how to determine the edition that is running that
would be great.

thank you.
You're running Standard. Enterprise would be explicitly listed:

SQL> select banner
2 from v$version;

BANNER
----------------------------------------------------------------
Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
PL/SQL Release 9.2.0.8.0 - Production
CORE 9.2.0.8.0 Production
TNS for Solaris: Version 9.2.0.8.0 - Production
NLSRTL Version 9.2.0.8.0 - Production


David Fitzjarrell



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.