We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c467c31 commit 914e2d8Copy full SHA for 914e2d8
doc/src/user_guide/connection_handling.rst
@@ -142,7 +142,7 @@ may cause complications if the password contains '@' or '/' characters:
142
port = 1521
143
service_name = "orclpdb"
144
145
- dsn = f'{username}/{userpwd}@{port}:{host}/{service_name}'
+ dsn = f'{username}/{userpwd}@{host}:{port}/{service_name}'
146
connection = oracledb.connect(dsn)
147
148
Closing Connections
0 commit comments