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: Oracle version via SQL

Re: Oracle version via SQL

From: Satish <satishs_at_breedtech.com>
Date: 30 Jun 1999 17:04:29 -0500
Message-ID: <377a865d@discussions>

Hi,

You can get the version of oracle using v$version system table. The query is
"Select * from v$version". Hope this should help u.

Satish

EG <anonymous_at_web.remarq.com> wrote:
>Actually the subject says it all, but to
rephrase it:>
>Is there a way to identify the version of
the Oracle DBMS
>via SQL? I am looking for a way to get that
data from a
>PL/SQL block.
>
>Thanks in advance,
>
>Eric
>
>
>
>**** Posted from RemarQ -

http://www.remarq.com - Discussions Start Here (tm) **** Received on Wed Jun 30 1999 - 17:04:29 CDT

Original text of this message

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