進入到client的安裝目錄(CLIENT_HOME)的bin目錄下
$ cd CLIENT_HOME/bin
使用file 命令檢證其中的可履行文件
$ file sqlplus
sqlplus: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, not stripped
64位機器上運行exp,或imp 等 oracle客戶端命令后,
去任務管理器上看進程,文件名后面帶有 *32 的就是32位的程序,否則就是64位的程序
上一篇 Git服務器搭建和使用