Skip to main content

Script to get the list of sessions for a user currently in the Database

Script to get the list of sessions for a user currently in the Database

select
sid,serial#,username,status,module,command,
to_char(logon_time,'dd-mm-yy hh:mi:ss') "LOGON", program,last_call_et
from
v$session
where
username like '%&usr%'
order by logon_time;

 Changes the usr as per your requirement.

Comments

Popular posts from this blog

Workflow Agent Listener Service WF_DEFERRED + Business Event not processing

Output Post Processor - EBS 12.2.4 Troubleshoot

How to Diagnose Workflow Notification Mailer Issue