top of page

Kill Session Oracle

Sometimes you might need to kill a session inside the Oracle database. Before you kill, make sure you have permission from the application team to proceed.

Syntax


Below is the syntax to kill a session inside Oracle database

ALTER SYSTEM KILL SESSION 'SID,Serial#';

Example

ALTER SYSTEM KILL SESSION '38,6453';


Related Posts

Heading 2

Add paragraph text. Click “Edit Text” to customize this theme across your site. You can update and reuse text themes.

bottom of page