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
$ sqlplus / as sysdba
rlwrap: error: Cannot execute sqlplus: No such file or directory
Add the following to the environment file:
export PATH=$ORACLE_HOME/bin:$PATH
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
ERROR JSP Error: Request URI:/OA_HTML/RF.jsp Exception: java.lang.NoClassDefFoundError JSP Error: Request URI:/OA_HTML/AppsLocalLogin.jsp Exception: java.lang.NoClassDefFoundError More from …