You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Oracle Net Services Name (TNS Alias)](https://docs.oracle.com/en/database/oracle/oracle-database/23/netrf/local-naming-parameters-in-tns-ora-file.html#GUID-12C94B15-2CE1-4B98-9D0C-8226A9DDF4CB) (only for the self-hosted integration runtime)|sales|
131
131
132
-
The location of Oracle database you want to connect to. There are three ways to specify it and you can check the details after tables.
132
+
For the parameters used in `server`, we provide an allow list to avoid security risks, as shown below. You can refer to it to determine which parameters to be set.
133
133
134
-
| Property |Description | Sample |
135
-
|:--- |:--- |:--- |
136
-
|***Connect Required***|||
137
-
| HOST | The host name or IP address used to connect to the Oracle database. | sales-svr |
138
-
| PORT | The server port for the Oracle database. | 1521 |
139
-
| PROTOCOL | The transport protocol to be used while connecting to the Oracle database. | tcp |
140
-
| SERVICE_NAME | Specifies the logical representation of a database. | sales.us.example.com |
141
-
| SID | Specifies the name that identifies a specific instance of an Oracle database. | sales |
142
-
| INSTANCE_NAME | Specifies the database instance to access. | sales1 |
143
-
| SERVER | Specifies type of service handler. | dedicated |
144
-
|***Match Version 1.0***|||
145
-
| CONNECT_TIMEOUT | Specifies the amount of time, in milliseconds, seconds, or minutes, in which clients must establish Oracle Net connections to database instances. | 10ms |
146
-
| RETRY_COUNT | Specifies the number of times to connect before terminating the connection attempt. | 3 |
147
-
| RETRY_DELAY | Specifies the delay between connection retries. | 5 |
148
-
| SSL_VERSION | Define valid Transport Layer Security (TLS) versions to be used for connections. | TLSv1.3 |
149
-
|***Most Secure Behavior***|||
150
-
| SSL_SERVER_DN_MATCH | Enforce server-side certificate validation through distinguished name (DN) matching. | TRUE |
151
-
| SSL_SERVER_CERT_DN | Specifies the distinguished name (DN) of the database server. | cn=finance,cn=OracleContext,c=us,o=example |
134
+
- Allow list for using the Azure integration runtime:
0 commit comments