Categories:System functions (System Control) SYSTEM$ABORT_SESSION¶ Aborts the specified session. Syntax¶ Copy codeSYSTEM$ABORT_SESSION( <session_id> ) Arguments¶ session_idIdentifier 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:Account » Sessions Examples¶ Copy codeSELECT SYSTEM$ABORT_SESSION(1065153868222); +-------------------------------------+ | SYSTEM$ABORT_SESSION(1065153868222) | |-------------------------------------| | session [1065153868222] terminated. | +-------------------------------------+