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: How to recognise which Oracle client version is installed on an Unix box

Re: How to recognise which Oracle client version is installed on an Unix box

From: Matthias Rogel <rogel_at_web.de>
Date: Thu, 07 Nov 2002 08:21:33 +0100
Message-ID: <aqd49t$95jhi$2@ID-86071.news.dfncis.de>


Valentin Iolov
> Hi,
>
> Is there a sure-fire way to recognise which version is the Oracle client
> currently installed on an Unix box ?
> I look for some automated way to tell, in a shell script, if the version
> is, for example, 8.1.7, or 9.0.1, and take different actions.
>
> Thank you,
>
> Val
>
>

echo exit | sqlplus /nolog | grep Release | cut -d' ' -f3 Received on Thu Nov 07 2002 - 01:21:33 CST

Original text of this message

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