Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to recognise which Oracle client version is installed on an Unix box
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
![]() |
![]() |