Skip to content

Commit 9b1714f

Browse files
committed
Improve documentation for connecting with special chars
1 parent cb5072a commit 9b1714f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ To connect using TNS, you need to have the ORACLE_HOME environment variable set.
6969
The file tnsnames.ora must exist in path %ORACLE_HOME%/network/admin
7070
The file tnsnames.ora must contain valid TNS entries.
7171

72+
In case you use a username containing `/` or a password containing `@` you should encapsulate it with double quotes `"`:
73+
```
74+
utplsql run "my/Username"/"myP@ssword"@connectstring
75+
```
76+
7277
### run
7378
`utplsql run <ConnectionURL> [<options>]`
7479

0 commit comments

Comments
 (0)