Files
oracle/Kevin_Meade/showmyworkareas.sql
2026-03-12 21:23:47 +01:00

2 lines
121 B
SQL

select * from gv$sql_workarea_active where (inst_id,sid) in (select inst_id,sid from gv$session where username = user);