Skip to content

Instantly share code, notes, and snippets.

@mtrl
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtrl/c57d1f69242369c172ba to your computer and use it in GitHub Desktop.
Save mtrl/c57d1f69242369c172ba to your computer and use it in GitHub Desktop.
tnsnames sample file
ORACLE1 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = ip-172-30-0-147.us-west-1.compute.internal)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = oracle1.content-bloom.com)
)
)
PDBORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = ip-172-30-0-147.us-west-1.compute.internal)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = pdborcl.content-bloom.com)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment