Check the session details for PL/SQL objects

Check the session details which used by PL/SQL objects like procedure, function, package

Check the Session Detail for PL/SQL objects

select sid, sql_id,serial#, status, username, program
from v$session
where PLSQL_ENTRY_OBJECT_ID in (select object_id
from dba_object s
where object_name in ('&PROCEDURE_NAME'));

This entry was posted in Oracle on by .
Unknown's avatar

About SandeepSingh

Hi, I am working in IT industry with having more than 15 year of experience, worked as an Oracle DBA with a Company and handling different databases like Oracle, SQL Server , DB2 etc Worked as a Development and Database Administrator.

Leave a Reply