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: Checking the release version of Oracle.

Re: Checking the release version of Oracle.

From: Andy <as.no.spam.stedat_at_gmx.net>
Date: Fri, 07 Dec 2001 07:45:49 GMT
Message-ID: <3c10736c.782249014@by-news.bayer-ag.com>


On Fri, 07 Dec 2001 15:11:23 +0800, Yiu <mashburn_at_hornet.com> wrote:

>Where and how to check the release version of the oracle after install?
>I mean the release level, not the version of the oracle.
>Thanks
>
>Yiu
>

sqlplus /nolog
connect / as sysdba;
select * from v$version;

hth
Andy Received on Fri Dec 07 2001 - 01:45:49 CST

Original text of this message

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