解决sqlplus: command not found

解决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

猜你喜欢

转载自blog.csdn.net/lxbibibi/article/details/84026096