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 4c86e20 commit 0e3b150Copy full SHA for 0e3b150
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