Thursday, July 5, 2018

Kill Session

select s.sid,s.serial#, s.status,p.spid
from v$session s,v$process p
where s.username='USER_NAME'
and p.addr(+)=s.paddr;

alter system kill session '<sid>,<serial#>';
Previous Post
Next Post

Overall 5+ Years Hands-on Experience in RICE COMPONENTS i.e. Reports, Interfaces, Conversions and Enhancements of screens/reports (using Oracle FORMS/Oracle REPORT/ XML Publisher) for standard and customize Oracle Applications. Write, debug, database packages, procedures/Function/Triggers in RDBMS using Oracle Technologies i.e. (SQL, PL/SQL) as per business requirement with SQL/PLSQL Tuning, Code Review, Testing, Training and providing Technical support to Clients.

0 comments: