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

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

OS: Windows 2008 Server R2

Oracle Client: 11.2

Many Thanks

9条回答
  •  不思量自难忘°
    2020-12-23 02:37

    A simple way to find this out in Windows is to run SQLPlus from your Oracle homes's bin directory and then check Task Manager. If it is a 32-bit version of SQLPlus, you'll see a process on the Processes tab that looks like this:

    sqlplus.exe *32
    

    If it is 64-bit, the process will look like this:

    sqlplus.exe
    

提交回复
热议问题