sqlplus command not found on ubuntu 14.04
Sebastian Wright
I have completely installed Oracle 10g Xe on Ubuntu 14.04, configured it and in that session I have successfully created some tables in the database.
I closed the terminal and after some time I opened it again and wrote the command sqlplus.
It shows sqlplus: command not found.
What might be the problem and how to fix it?
21 Answer
Check your $PATH variable. Add $ORACLE_HOME/bin to it. Or wherever the Xe places its binaries.