Starting Oracle Enterprise Management Console
I have oracle11gR2 database instance up and running on RHEL and i am able to connect to this instance using sqldeveloper. I need to have access to enterprise manager console too.
I tried to start enterprise manager using following command
[ora112@localhost ~]$ emctl start dbconsole
Environment variable ORACLE_UNQNAME not defined. Please set ORACLE_UNQNAME to database unique name.
then it tells me that ORACLE_UNQNAME is not defined.
the i set ORACLE_UNQNAME=JIP (JIP=ORACLE_SID), even after doing this , i get the same message when i try to start enterprise manager console.
could anybody help me resolve this issue
thanks in advance for any help