How to know installed Oracle Client is 32 bit or 64 bit?

前端 未结 9 1507
独厮守ぢ
独厮守ぢ 2020-12-23 01:46

OS: Windows 2008 Server R2

Oracle Client: 11.2

Many Thanks

9条回答
  •  独厮守ぢ
    2020-12-23 02:30

    The following, taken from here, was not mentioned here:

    If the Oracle Client is 32 bit, it will contain a "lib" folder; but if it is a 64 bit Oracle Client it will have both "lib" and "lib32" folders.

    Also, starting in Oracle 11.2.0.1, the client version for 64-bit and the Oracle client for 32-bit are shipped separately, and there is an $ORACLE_HOME/lib64 directory.

    $ORACLE_HOME/lib/ ==> 32 bit $ORACLE_HOME/lib64 ==> 64 bit

    Or

    $ORACLE_HOME/lib/ ==> 64 bit $ORACLE_HOME/lib32 ==> 32 bit

提交回复
热议问题