Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: CLIENT VERSION
Jeremiah,
> strings $ORACLE_HOME/lib/libclntsh.so | grep "^Version"
Version 8.1.7.0.0
This is not showing me what I expect. On a 8.1.7.3 database environment, SQL*Plus shows me that it is 8.1.7.0.0. Does the 8.1.7.3.0 patch not perform upgrades to SQL*Plus? Or is there a separate client-side patch? Or is none needed?
Stephen Andert
>>> jwilton_at_speakeasy.net 03/28/02 04:43PM >>> Here's a way on unix:
strings $ORACLE_HOME/lib/libclntsh.so | grep "^Version [7-9]"
-- Jeremiah Wilton http://www.speakeasy.net/~jwilton On Thu, 28 Mar 2002, Harvinder Singh wrote:Received on Fri Mar 29 2002 - 09:33:26 CST
> In batch script If we need to verify the version of oracle software
on
> server we issue:
> select * from v$version;
>
> But how to find the client version from some batch script??????
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jeremiah Wilton INET: jwilton_at_speakeasy.net Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Stephen Andert INET: StephenAndert_at_firsthealth.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).