|
-
sreddy,
What\'s the difference between your method and:
SQL>select username, sid, serial#, status from v$session;
username_____SID______SERIAL#________STATUS
----------------------------------------------------------
SCOTT________22________155___________ACTIVE
.
.
.
SQL> alter system kill session \'22,155\';
SQL> system altered
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|