Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

sqlplus command not found on ubuntu 14.04

Writer 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?

2

1 Answer

Check your $PATH variable. Add $ORACLE_HOME/bin to it. Or wherever the Xe places its binaries.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy