I have two 10g database servers at my site, one using Windows Server 2003 and other using Solaris 10.

I want to configure database controls for both these databases on my machine (which is on Windows XP Professional).

I tried doing it using:

emca -config dbcontrol db -repos create -host <host name>

But in the summary section just before configuring database control, I see it still showing the name of my machine as database host rather than showing the name of remote database host.

e.g.
You have specified the following settings

Database ORACLE_HOME ................ C:\oracle\product\10.2.0\db_1

Database hostname ................ es-xp1.india.quark.com (this should be the name of remote database host)
Listener port number ................ 1521
Database SID ................ orac
Email address for notifications ...............
Outgoing Mail (SMTP) server for notifications ...............


I have googled how tio configure database control for a remote database host but haven't got anything.
Has anybody done it before?