How to set ORACLE_UNQNAME ?
OISKJul 28 2010 — edited Aug 9 2010Hi, greetings.
I am trying to install OEM11g. so far I have done following successfully:
1. installed oracle 11.2 database (orcl) , ORACLE_HOME=/oracle/product/11.2.0/dbhome_1, followed the instruction to deconfigur all the necessary parameters and so on.
2. installed WLS
3. Installed OEM 11g without any error message.
for OMS11g, ORACLE_HOME is /oracle/oracleoem/oms11g,
After installation, I did follwowing:
++++
[oracle@xxxxxx bin]$ emctl status oms
Environment variable ORACLE_UNQNAME not defined. Please set ORACLE_UNQNAME to database unique name.
[oracle@xxxxxx bin]$ export ORACLE_UNQNAME=orcl
[oracle@xxxxxx bin]$ emctl status oms
EM Configuration issue. /oracle/product/11.2.0/dbhome_1/nimhorx.nimh.nih.gov_orsx not found.
[oracle@xxxxxx bin]$ emctl getemhome
EM Configuration issue. /oracle/product/11.2.0/dbhome_1/nimhorx.nimh.nih.gov_orsx not found.
[oracle@xxxxxx bin]$ emctl status dbconsole
OC4J Configuration issue. /oracle/product/11.2.0/dbhome_1/oc4j/j2ee/OC4J_DBConsole_nimhorx.nimh.nih.gov_orsx not found.
++++
now, my questions are:
What ORACLE_UNQNAME supposed to be?
How do I set it?
Thanks a lot for any help or advice.
Wendy