On Linux:
1) find where sqlplus is located,
[oracle@LINUX db_1]$ `which sqlplus` /app/oracle/product/11.2.0/db_1/bin/sqlplus
2) Determine the type of file,
[oracle @LINUX db_1] $ file /app/oracle/product/11.2.0/db_1/bin/sqlplus
/app/oracle/product/11.2.0/db_1/bin/sqlplus: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libraries). For GNU / Linux 2.6.18 is not shared.
user3068602 Dec 05 '13 at 4:14 2013-12-05 04:14
source share