在oracle用户下输入:sqlplus抛出bash: sqlplus: command not found解决办法:在root用户下输入如下命令:ln -s $ORACLE_HOME/bin/sqlplus /usr/bin这样就可以了。