解决sqlplus: command not found

export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1
su - root
ln -s $ORACLE_HOME/bin/sqlplus /usr/bin
su - oracle
sqlplus /nolog

 

posted @ 2017-03-14 15:00  Earic  阅读(9400)  评论(0编辑  收藏  举报