Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: CLIENT VERSION
Hello,
The UNIX grep will fail if the libclntsh.so has 0 bytes, so just for a quickie look, it may be better to see what's there for the libclntsh, and grep that, or use a wildcard.
$ strings $ORACLE_HOME/lib/libclntsh.s* | grep "^Version [7-9]"
Version 8.1.7.0.0
Version 8.1.7.0.0
$
Thank you,
Paul Sherman
DBA
voice - 781-501-4143 (office)
fax - 781-278-8341 (office)
email - psherman_at_elcom.com
-----Original Message-----
Sent: Friday, March 29, 2002 12:03 PM
To: Multiple recipients of list ORACLE-L
is there any way to check on WIN2K
-----Original Message-----
Sent: Thursday, March 28, 2002 6:43 PM
To: Multiple recipients of list ORACLE-L
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 - 12:28:28 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: Harvinder Singh INET: Harvinder.Singh_at_MetraTech.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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Sherman, Paul R. INET: PSherman_at_elcom.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).