Skip to content

Instantly share code, notes, and snippets.

@dleborgne
Created February 16, 2018 14:56
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 dleborgne/c53ee2f85ea5fba8d2513f6581b44f86 to your computer and use it in GitHub Desktop.
Save dleborgne/c53ee2f85ea5fba8d2513f6581b44f86 to your computer and use it in GitHub Desktop.
oracle101 listener.ora
SSL_CLIENT_AUTHENTICATION = FALSE
WALLET_LOCATION =
(SOURCE =
(METHOD = FILE)
(METHOD_DATA =
(DIRECTORY = /opt/oracle/product/12.1.0/dbhome_1/owm/wallets/oracle)
)
)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = oracle12c)(PORT = 1521))
)
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCPS)(HOST = oracle101.company.com)(PORT = 2484))
)
)
DIAG_ADR_ENABLED_LISTENER = OFF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment