Hi All,
I have some queries. Hope I expect some clarification.
1) We are trying to setup Oracle Xstream with RAC having SCAN address, can we use "database.url" so we can mention Primary and Standy cluster SCAN address respectively. Could let me know if I can mention like below ?
database.url": "jdbc:oracle:thin:@(DESCRIPTION="
+ "(ADDRESS_LIST="
+ ")"
+ "(CONNECT_DATA=(SERVICE_NAME=XSTREAM_SVC)))",
2) We are using Terraform, can I use this docker image
3) While using RAC does it handle node failover when DB switches from Node1 to Node2, I hope it does.
Thanks,
Akhil Mohammad.