Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle version via SQL
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
![]() |
![]() |