Re: version number...

From: DA Morgan <damorgan_at_exesolutions.com>
Date: Fri, 10 Jan 2003 09:19:11 -0800
Message-ID: <3E1F008F.1D88F1D_at_exesolutions.com>


ZigZag wrote:

> Hello,
>
> how can i see informations about version number, serial number and ... with
> a sql command ?
>
> Thanks
>
> Pascal

[Quoted] Version number does not require a SQL command. You can see it when you log in [Quoted] with SQL*Plus. But if you must:

SELECT version
FROM v$instance;

will do it.

Now we get to serial number? What serial number?

Daniel Morgan Received on Fri Jan 10 2003 - 18:19:11 CET

Original text of this message