Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save loinguyenduc101/d3e50cda5cae3a538ca9c1a449858c45 to your computer and use it in GitHub Desktop.
Save loinguyenduc101/d3e50cda5cae3a538ca9c1a449858c45 to your computer and use it in GitHub Desktop.
JDBC Failover - Highly Available Oracle Databases ( TNSPing ).txt
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