Connection to host as user oracle failed: NMO not setuid-root
July 18, 2011 3 Comments
Error in Oracle Enterprise Manager:
Error – Connection to host as user oracle failed: ERROR: NMO not setuid-root (Unix-only)
Solution:
–Connect as a root user:
$ su - Password: # /u0/app/oracle/product/10.2.0/db_1/root.sh ORACLE_OWNER= oracle ORACLE_HOME=/u0/app/oracle/product/10.2.0/db_1 Enter the full pathname of the local bin directory: [/usr/local/bin]: PRESS ENTER
The file “dbhome” already exists in /usr/local/bin. Overwrite it? (y/n)[n]:y
.. type y for each question
That’s it!
Best Answer ever, thank you dude
yes.. it work thanks
best answear