Guest User

Untitled

a guest
Jan 24th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. select s.*
  2. from v$lock l, dba_objects d, v$session s
  3. where d.owner='СХЕМА' and d.OBJECT_NAME='ИМЯ-ТАБЛИЦЫ'
  4. and l.id1=d.object_id and l.type='TO' and s.sid=l.sid
Add Comment
Please, Sign In to add comment