I installed and setup ORACLE 11gR2 in Oracle Linux 6 and having the issue SQLPLUS command not found.
[oracle@localhost ~]$ sqlplus
bash: sqlplus: command not found
my .bash_profile showed below:
PATH=$PATH:$HOME/bin
export PATH
ORACLE_HOSTNAME=ora-svr7.localdomain; export ORACLE_HOSTNAME
ORACLE_UNQNAME=DB11G; export ORACLE_UNQNAME
ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db_1; export ORACLE_HOME
ORACLE_SID=DB11G; export ORACLE_SID
PATH=/usr/sbin:$PATH; export PATH
PATH=$ORACLE_HOME/bin:$PATH; export PATH
Can you help please.
Thank you.
Edwin