Monitoring Database through EM [message #184114] |
Tue, 25 July 2006 07:38 |
bmsharma
Messages: 24 Registered: April 2006 Location: Surat
|
Junior Member |
|
|
Hi All
I am having Oracle 10G Release 2 installed on one of the server. where two databases are running.
First database, DB01 was created through Enterprise manager and second database, DB02 was created through the script.
I am able to see the database db01 through Enterprise manager as http://150.0.142.249:5500/em.
But the database which i created through script, i am not able to monitor.
Moreover I don't know on which port it is working.
Kindly help me to tell how can i view that database
Regards
Bally
|
|
|
Re: Monitoring Database through EM [message #184210 is a reply to message #184114] |
Tue, 25 July 2006 14:20 |
nmacdannald
Messages: 460 Registered: July 2005 Location: Stockton, California - US...
|
Senior Member |
|
|
Make sure the listeners are on seperate ports or that you have a seperate 'service name' for each database.
The sid's can not be the same and they must live in seperate ORACLE_HOME's and owned by different users.
To monitor a database not created by the installer you have to go through the emca process. The emca program is in the ORACLE_HOME/bin directory.
|
|
|