Hi All,
Im trying to set my oracle environment varibles in the linux terminal so that I can start up SQL plus.
What im trying to set seems to map to the directories on my system but im not able to run SQLplus.... maybe im missing somehting obvious?
Any ideas, terminal session follows:
[matt@localhost ~]$ export ORACLE_BASE=/u01/app/oracle
[matt@localhost ~]$ export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
[matt@localhost ~]$ export ORACLE_SID=orcl
[matt@localhost ~]$ export LD_LIBRARY_PATH=$ORACLE_HOME/lib
[matt@localhost ~]$ export PATH=$ORACLE_HOME/bin:$PATH
[matt@localhost ~]$ export EDITOR=/usr/bin/vi
[matt@localhost ~]$ sqlplus /nolog
bash: sqlplus: command not found