Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to find out if Enterprise or Standard installed

Re: How to find out if Enterprise or Standard installed

From: Mladen Gogala <mgogala_at_adelphia.net>
Date: Mon, 17 Jun 2002 02:48:02 -0400
Message-ID: <aek0n8$7ghht$1@ID-82084.news.dfncis.de>


On Mon, 17 Jun 2002 00:01:36 -0400, Craig Robinson wrote:

> Experts,
> If you came across an Oracle 8.1.7 install that you had never seen
> before, is there any easy way to determine if Oracle Enterprise or Oracle
> Standard is installed?
>
> Thanks for your help.
>
> Cheers, Craig Robinson
> (craig.robinson_at_epa.qld.gov.au)
 

select banner from v$version where lowerr(banner) like '%enterprise%';

-- 
Mladen Gogala
In God We Trust. 
All others must provide data.
Received on Mon Jun 17 2002 - 01:48:02 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US