lsnrctl command not found
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
在linux安装完oracle时,当你遇到lsnrctl command not found等问题都不能用时,会有几种情况
1,首先你先查看下环境变量里面有没有加入oracle的配置
执行 echo $ORACLE_HOME 没有的话,你执行
export ORACLE_HOME=<your Oracle Home> . 比如your orcal home是/db/product/11.2.0/dbhome_1
然后再执行
export PATH=$ORACLE_HOME/bin;$PATH
重起profile
source profile
2,当配置完环境变量后,还是不行,可以执行如下操作
cd /
su - root
su - oracle
这样基本上是可以解决了,如果还不行的话,把电脑搬到楼顶,你懂的.
source /home/oracle/.bash_profile
原文地址:https://blog.csdn.net/xiangrong530/article/details/7465023




A beautiful web dashboard for Linux
最近提交(Master分支:17 天前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
更多推荐
所有评论(0)