sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No suc
该错误是环境变量配置错误,未生效后给出的; 如果安装的是客户端: # vi /etc/profile中,应该这样配置: export ORACLE_BASE=/usr/lib/oracle/11 ...