2026-03-12 20:23:15
This commit is contained in:
9
tpt/aot/fatal_bg_proc.sql
Normal file
9
tpt/aot/fatal_bg_proc.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- a simple script for (hopefully) showing just the "fatal" background
|
||||
-- processes. when these processes disappear, it will bring the whole
|
||||
-- database instance down. other processes are typically just restarted
|
||||
|
||||
SELECT indx,ksuprpnm,TO_CHAR(ksuprflg,'XXXXXXXXXXXXXXXX')
|
||||
FROM x$ksupr
|
||||
WHERE BITAND(ksuprflg,4) = 4 ORDER BY indx
|
||||
/
|
||||
|
||||
Reference in New Issue
Block a user