- Categories:
System functions (System Control)
SYSTEM$ABORT_SESSIONÂļ
Aborts the specified session.
SyntaxÂļ
SYSTEM$ABORT_SESSION( <session_id> )
ArgumentsÂļ
session_id
Identifier for the session to abort. To obtain the ID for a session, log into the web interface as an account administrator (user with the ACCOUNTADMIN role) and go to:
ExamplesÂļ
SELECT SYSTEM$ABORT_SESSION(1065153868222);
+-------------------------------------+
| SYSTEM$ABORT_SESSION(1065153868222) |
|-------------------------------------|
| session [1065153868222] terminated. |
+-------------------------------------+