zyllf2009 发表于 2018-9-26 10:04:25

查看ORACLE的BIT version-Jason

  方法一.
  1.使用echo %path%查看安装路径
  2.Cd进入到安装路径c:\oracle\product\11.2.0\client_1\bin
  3.使用java.exe -version查看软件版本

  4.使用sqlplus /nolog连接数据库
  方法二.
  %ORACLE_HOME%\perl\bin\perl.exe -version
  This is perl, v5.8.3 built for MSWin32-x86-multi-thread   ( output for 32-bit ORACLE_HOME )
  This is perl, v5.8.3 built for MSWin32-X64-multi-thread( output for 64-bit ORACLE_HOME )

页: [1]
查看完整版本: 查看ORACLE的BIT version-Jason