Hello,
I can use xterm just fine as the root, but when I switch to the oracle user, I get connection refused. How do I allow oracle user to use xterm? Thanks in advance!
I was trying to launch the Oracle installer locally. What I discovered is that if I login from the beginning as oracle user, no problems. If I login as root and then su to oracle, xterm doesn't work. I just don't understand why it wouldn't work. Thanks for your help.
because of some login-scripts, differing for oracle and root, which aren't reread when suing? (.bash_login perhaps). So that some variables aren't set (ORACLE_HOME, ...).
Using 'su - oracle' will initialize all of user oracle's variables, and an xterm will certainly not work. Rather use 'su oracle' which will preserve all of the original user's environment
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.