Categories:System functions (System Control) SYSTEM$ABORT_SESSION¶ Aborts the specified session. Syntax¶ Copy codeExpand code blockSYSTEM$ABORT_SESSION( <session_id> )Show lessSee moreScroll to top 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 codeExpand code blockSELECT SYSTEM$ABORT_SESSION(1065153868222); +-------------------------------------+ | SYSTEM$ABORT_SESSION(1065153868222) | |-------------------------------------| | session [1065153868222] terminated. | +-------------------------------------+Show lessSee moreScroll to top