OEM creation for non localhost database ?
I'm having a small java issue with 3rd party software and Oracle OEM and had a thoughtis it possible to setup/run a standalone OEM on a separate machine to the database machine with identical Windows OS and Oracle versions?
server "A" has 11gr2 installed and an oracle instance "db1"
server "B" has 11gr2 installed.
"A" has listener and tnsnames setup for "db1", "B" has tnsnames setup for "db1"
i can connect (sqlplus) to "db1" from "A" and "B"
what i would like to do is run EMCA on "B" which points to the database on "A"
e.g. emca -config dbcontrol db -repos create
0