Skip to content

Commit 2639429

Browse files
Update tutorial-query-oracle.md
1 parent 9fc4eb9 commit 2639429

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)