Last active
March 2, 2017 07:57
-
-
Save loinguyenduc101/d3e50cda5cae3a538ca9c1a449858c45 to your computer and use it in GitHub Desktop.
JDBC Failover - Highly Available Oracle Databases ( TNSPing ).txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jdbc:oracle:thin:@(DESCRIPTION=(FAILOVER=on)(LOAD_BALANCE=on)(CONNECT_TIMEOUT=3)(RETRY_COUNT=3)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=10.32.11.44)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=10.32.11.45)(PORT=1521)))(CONNECT_DATA=(SERVER=share)(SERVICE_NAME=pdb1))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment