Hello,
# cat /etc/issue
Oracle Linux Server release 6.7
Kernel \r on an \m
[root@hostname bin]# lsnrctl
-bash: lsnrctl: command not found
[root@hostname bin]# sqlplus
-bash: sqlplus: command not found
[root@hostname bin]# ps -elf |grep -i smon
0 S oracle 23239 1 0 80 0 - 315538 semtim 16:37 ? 00:00:00 xe_smon_XE
0 S root 23411 23043 0 80 0 - 25840 - 16:39 pts/3 00:00:00 grep -i smon
We setup one XEN VPS with Oracle linux. This is really strange for me that db is running but I am not able to run sqlplus command even from $ORACLE_PATH/bin
Please advise
Thanks in anticipation