Once a connection is closed, it can not be reopened. To reopen a connection, a new connection object must be created and opened.
It is an error to use any object, such as a table or a schema, associated with a closed connection.
The closed connection object is not set to NULL automatically after it is closed. It is recommended that you explicitly set
the connection object to NULL after closing the connection.