i'm connecting to my database via scan name and my scan name resolve to 3 IPs
but the issue is sometimes 1 or 2 IPs get unavailable
my question how i can set the connection to retry all IPs as below
jdbc_connection_string => "jdbc:oracle:thin:@ip1:0000"
if not available retry
jdbc_connection_string => "jdbc:oracle:thin:@ip2:0000"
if not available retry
jdbc_connection_string => "jdbc:oracle:thin:@ip3:0000"
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.