a***e 发帖数: 188 | 1 I configure oracle database replication using
master-snapshot achitecture. My java program will access the
data in the database by JDBC. I want to make sure when one
site is down(for example, one site is offline), JDBC can
switch to access other sites automatically.
Can oracle switch to others automatically if one is down?
Do I need additional programming to let JDBC point to other
sites manually?
Thank you very much. | a***e 发帖数: 188 | 2 I configure oracle database replication using
master-snapshot achitecture. My java program will access the
data in the database by JDBC. I want to make sure when one
site is down(for example, one site is offline), JDBC can
switch to access other sites automatically.
Can oracle switch to others automatically if one is down?
Do I need additional programming to let JDBC point to other
sites manually?
Thank you very much. | o*********l 发帖数: 17 | 3 U should write the alternative route in ur java program and set
the route swtich regulation, then the program can connect to the
running database 'automatically'.
【在 a***e 的大作中提到】 : I configure oracle database replication using : master-snapshot achitecture. My java program will access the : data in the database by JDBC. I want to make sure when one : site is down(for example, one site is offline), JDBC can : switch to access other sites automatically. : Can oracle switch to others automatically if one is down? : Do I need additional programming to let JDBC point to other : sites manually? : Thank you very much.
|
|