Created
November 11, 2016 10:15
-
-
Save tmwatchanan/d5ccd47262206cf4e822911e4ed4bac7 to your computer and use it in GitHub Desktop.
[Oracle] data connections
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
| XE = | |
| (DESCRIPTION = | |
| (ADDRESS = (PROTOCOL = TCP)(HOST = DESKTOP-C2QMD8S)(PORT = 1521)) | |
| (CONNECT_DATA = | |
| (SERVER = DEDICATED) | |
| (SERVICE_NAME = XE) | |
| ) | |
| ) | |
| EXTPROC_CONNECTION_DATA = | |
| (DESCRIPTION = | |
| (ADDRESS_LIST = | |
| (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1)) | |
| ) | |
| (CONNECT_DATA = | |
| (SID = PLSExtProc) | |
| (PRESENTATION = RO) | |
| ) | |
| ) | |
| ORACLR_CONNECTION_DATA = | |
| (DESCRIPTION = | |
| (ADDRESS_LIST = | |
| (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1)) | |
| ) | |
| (CONNECT_DATA = | |
| (SID = CLRExtProc) | |
| (PRESENTATION = RO) | |
| ) | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment