Closed
Description
- What is the link to the documentation section that needs improving?
https://cx-oracle.readthedocs.io/en/latest/api_manual/connection.html?highlight=ping#Connection.ping
- Describe the confusion
The function doesn't appear to have a return value? How can I use it to check if the connection is still alive? Is an exception raised it the connection is dead?
- Suggest changes that would help
Please provide additional information about the return and raise value of the function.
Please provide a usage example.