Archive for März 14th, 2022

Montag, März 14th, 2022

Oracle Database – find sessions consuming lot of CPU

Montag, März 14th, 2022

   Oracle Database – use below query to find the sessions using a lot of CPU

col program form a30 heading „Program“
col CPUMins form 99990 heading „CPU in Mins“
select rownum as rank, a.*
from (
SELECT v.sid, program, v.value / (100 * 60) CPUMins
FROM v$statname s , v$sesstat v, v$session sess
WHERE s.name = ‚CPU used by this session‘
and sess.sid = v.sid
and v.statistic#=s.statistic#
and v.value>0
ORDER BY v.value DESC) a
where rownum < 11;

90% of the world’s top students did not solve this simple problem

Montag, März 14th, 2022

Montag, März 14th, 2022

Statistische Bundesamt (Destatis) – Krankenhäuser 2019 nach Trägern und Bundesländern

Montag, März 14th, 2022

Ukraine Kiew – online webcam

Montag, März 14th, 2022