How To Start SQLPlus From The Linux Command Line
Run the following commands from the Linux command line to start SQLPlus: export ORACLE_HOME=/path/to/install/dir export PATH=$PATH:$ORACLE_HOME/bin sqlplus
Run the following commands from the Linux command line to start SQLPlus: export ORACLE_HOME=/path/to/install/dir export PATH=$PATH:$ORACLE_HOME/bin sqlplus