rlwrap: error: Cannot execute sqlplus: No such file or directory
June 25, 2017
Errors/Workarounds10g, Errors/Workarounds11g, Errors/Workarounds12c, Oracle APPS DBA, Oracle Database Material
ERROR
$ sqlplus / as sysdba
rlwrap: error: Cannot execute sqlplus: No such file or directory
SOLUTION
Add the following to the environment file:
export PATH=$ORACLE_HOME/bin:$PATH
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
Related Posts