Skip to content

Instantly share code, notes, and snippets.

@Kuassim
Last active April 2, 2019 23:14
Show Gist options
  • Save Kuassim/d0957fe4f6d739301637482f6abb41bf to your computer and use it in GitHub Desktop.
Save Kuassim/d0957fe4f6d739301637482f6abb41bf to your computer and use it in GitHub Desktop.
alias =(DESCRIPTION =
(CONNECT_TIMEOUT=120) (RETRY_COUNT=20)(RETRY_DELAY=3)(TRANSPORT_CONNECT_TIMEOUT=3)
(ADDRESS_LIST =
(LOAD_BALANCE=on)
( ADDRESS = (PROTOCOL = TCP)(HOST=primary-scan)(PORT=1521)))
(ADDRESS_LIST =
(LOAD_BALANCE=on)
( ADDRESS = (PROTOCOL = TCP)(HOST=secondary-scan)(PORT=1521)))
(CONNECT_DATA=(SERVICE_NAME = <ATP-D service name>)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment