在oracle用户下输入:sqlplus

抛出bash: sqlplus: command not found

解决办法:

在root用户下输入如下命令:

ln -s $ORACLE_HOME/bin/sqlplus /usr/bin

这样就可以了。