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

Home -> Community -> Usenet -> c.d.o.misc -> Re: What Versions are Installed

Re: What Versions are Installed

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Wed, 16 Jun 2004 13:38:58 -0700
Message-ID: <1087418359.25617@yasure>


spelegan_at_csc.com wrote:

>
> Is there some SQL script or some app. I can run that will tell me what
> Oracle components I have installed and which version of these components
> are installed. I'd also like to do this from the command line. Thanks.

select banner from v$version;

and/or

select * from v$option;

and/or

SELECT comp_name, status, substr(version,1,10) as version FROM dba_registry;

Perhaps.

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Wed Jun 16 2004 - 15:38:58 CDT

Original text of this message

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