SELECT COUNT(*)
FROM v$open_cursor
WHERE sid = SYS_CONTEXT('USERENV', 'SID');
For further actions, you may consider blocking this person and/or reporting abuse
SELECT COUNT(*)
FROM v$open_cursor
WHERE sid = SYS_CONTEXT('USERENV', 'SID');
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)