CLOSE_SESSION closes the specified external session, rolls back the current transaction, and closes the socket.
Syntax
CLOSE_SESSION(sessionid)
Semantics
sessionid |
specifies the session to close. This identifier is unique within the cluster at any point in time but can be reused when the session closes. |
Notes
Messages
Session sessionid closed.
Success.
Examples