Not able to start enterprise manager for orcl<-- database [message #145527] |
Thu, 03 November 2005 12:47 |
sunil_v_mishra
Messages: 506 Registered: March 2005
|
Senior Member |
|
|
hi,
I have two oracle 10g database
[1]orcl <--- (first instance created)
[2]sunilhcl <--- (second instance)
now i want to start enterprise manager to manage orcl.
For one database
when i write this link
http://10.103.93.86:5501/em
in address bar of web page enterprise manger is started.and it also show me the name of database which it is connected (i.e sunilhcl in my case)
But i want to start enterprise manger for orcl which link i should write in address bar of web page
Note:- My all services for both the database is started.
Thank you
Regards
Always Friend sunilkumar.
|
|
|
|
|
|
|
Re: Not able to start enterprise manager for orcl<-- database [message #159308 is a reply to message #145527] |
Fri, 17 February 2006 04:53 |
alexzeng
Messages: 133 Registered: August 2005 Location: alexzeng.wordpress.com
|
Senior Member |
|
|
I had met the same problem. After I reset the configuration file listener.ora by dbca, it's all right then. Below is my listener.ora, FYI
# listener.ora Network Configuration File: /opt/oracle/product/10.2.0/network/admin/listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /opt/oracle/product/10.2.0)
(PROGRAM = extproc)
)
(SID_DESC =
(GLOBAL_DBNAME = orcl)
(ORACLE_HOME = /opt/oracle/product/10.2.0)
(SID_NAME = orcl)
)
)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
(ADDRESS = (PROTOCOL = TCP)(HOST = db31)(PORT = 1521))
)
)
|
|
|