configure database control for remote database on local machine
Is it possible configure database control for remote database on local machine? I am very much convinced that it is possible as emca has one parameter named "host" that should provide this functionality.
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.
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.
0