-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
- What is the link to the documentation section that needs improving?
https://python-oracledb.readthedocs.io/en/latest/user_guide/connection_handling.html
- Describe the confusion
dsn = f'{username}/{userpwd}@{port}:{host}/{service_name}'
- Suggest changes that would help
dsn = f'{username}/{userpwd}@{host}:{port}/{service_name}'
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request