Linux 执行sql命令报 command not found错误
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
出现这个报错,说明我们的Linux环境变量配置的有问题。
有两种解决方案:
一,修改配置文件
1、输入 cd / 进入根目录 ,cd root 进入root目录
2、输入ls -a(显示所有文件,找到.bash_profile(隐藏文件))
3: 输入vi .bash_profile (编辑 .bash_profile),此时进入了编辑器文件内容界面:添加 :/sbin:usr/bin:/usr/sbin后,保存退出
4、reboot 重新启动计算机,配置文件生效
二、只修改当前会话中的参数
su oracle 切换到oracle用户 ,执行一下
export ORACLE_BASE=/data/oracle
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db_1
export ORACLE_SID=orcl
export PATH=$ORACLE_HOME/bin:$PATH;
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)