Skip to content

Commit cccdf01

Browse files
authored
Merge pull request #20103 from jrowlandjones/patch-3
remove space from function name
2 parents 3eeacc8 + 2639429 commit cccdf01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/big-data-cluster/tutorial-query-oracle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ If your scenario requires the usage of an oracle proxy user, __replace the previ
107107
```sql
108108
CREATE EXTERNAL DATA SOURCE [OracleSalesSrvr]
109109
WITH (LOCATION = 'oracle://<oracle_server,nvarchar(100)>',
110-
CONNECTION_OPTIONS = 'ImpersonateUser=% CURRENT_USER',
110+
CONNECTION_OPTIONS = 'ImpersonateUser=%CURRENT_USER',
111111
CREDENTIAL = [OracleProxyCredential]);
112112
```
113113

0 commit comments

Comments
 (0)