I have two databases on seperate servers with the same sid name. however the dbcontrols on each serv
However when I shut down either database the dbcontrol on the server correcty tells me the db is down. when I start up the database the dbcontrol incorectly accesses the db on the other server.
what is the problem?
Both serve are windows Server 2008 R2 Enterprise both running Oracle 11.2.0.3 each has a different access https address server 1 = //server1.our.group:1158/em
and the other //server2.our.group.5502/em
the server1 dbcontrol always accesses the correct db, however the server2 dbcontrol will access the server1 db when the db on its own server is running. when you shutdown the db on server2 the dbcontrol on server2 will tell you the db is not running. I have checked the tnsnames on both servers and all is set up correctly using ADDRESS = HOST = PORT = and SERVICE_NAME = as far as I can tell. I'm loosing hair fast.