Re: Version of Oracle Database without connecting to the database.

From: David Ballester <ballester.david_at_gmail.com>
Date: Fri, 24 Oct 2008 18:20:58 +0200
Message-ID: <6a29f8b0810240920k5eb65ed4r4ed468ad5ffa21cd@mail.gmail.com>


2008/10/24 Fuad Arshad <fuadar_at_yahoo.com>

> here is what i did to get my solution
> sqlplus -v | awk -F"." '{ print $1 }' | awk '{ print $NF }'
>
> the answer gives me what i was looking for
>
> Thanks all.
>

May be I'm wrong but, sqlplus -v gives you the sqlplus binary version, not the server one. You can have a client in 11g and several databases in 11g, 10g, 9i... in the same host

D.

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Oct 24 2008 - 11:20:58 CDT

Original text of this message