Your error means it cannot find the sqlplus executable. It has nothing to do with Oracle being started.
If Oracle is on your system, then ORACLE_HOME has to be defined. If it is not, get your sysadmin to put into /etc/profile
Then change your path like this in your personal profile:
Code:
export PATH=$PATH:$ORACLE_HOME/bin