Files
notes/tiddlywiki/kill_schema_sessions.sql.txt
2026-03-12 22:01:38 +01:00

8 lines
167 B
Plaintext
Executable File

select
'alter system disconnect session '''|| SID ||','|| SERIAL# ||',@'||inst_id||''' immediate;'
from
gv$session
where
USERNAME in ('GREECE_WCR','GREECE')
/