linux bash: sqlplus: command not found 错误处理

在oracle用户下 ,执行sqlplus命令,抛出如上错误。

 

解决办法:

 

1.su oracle

 

2.cd /home/oracle

 

3. 执行命令 source .bash_profile

 

这样就可以了。

原文地址:https://www.cnblogs.com/yg_zhang/p/4234406.html