2 lines
121 B
SQL
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);
|