Archive for Juni 16th, 2019

Oracle Database – the user Commits/Sec Oracle metric data item represents the number of user commits performed per second during the sample period

Sonntag, Juni 16th, 2019

Oracle Metric User Commits/Sec – when a user commits a transaction the redo generated that reflects the changes made to database blocks must be written to disk. Commits often represent the closest thing to a user transaction rate

col STAT_NAME for a20
col VALUE_DIFF for 9999,999,999
col STAT_PER_MIN for 9999,999,999
set lines 200 pages 1500 long 99999999
col BEGIN_INTERVAL_TIME for a30
col END_INTERVAL_TIME for a30
set pagesize 40
set pause on
 
select hsys.SNAP_ID,
       hsnap.BEGIN_INTERVAL_TIME,
       hsnap.END_INTERVAL_TIME,
           hsys.STAT_NAME,
           hsys.VALUE,
           hsys.VALUE – LAG(hsys.VALUE,1,0) OVER (ORDER BY hsys.SNAP_ID) AS „VALUE_DIFF“,
           round((hsys.VALUE – LAG(hsys.VALUE,1,0) OVER (ORDER BY hsys.SNAP_ID)) /
           round(abs(extract(hour from (hsnap.END_INTERVAL_TIME – hsnap.BEGIN_INTERVAL_TIME))*60 +
           extract(minute from (hsnap.END_INTERVAL_TIME – hsnap.BEGIN_INTERVAL_TIME)) +
           extract(second from (hsnap.END_INTERVAL_TIME – hsnap.BEGIN_INTERVAL_TIME))/60),1)) „STAT_PER_MIN“
from dba_hist_sysstat hsys, dba_hist_snapshot hsnap
 where hsys.snap_id = hsnap.snap_id
 and hsnap.instance_number in (select instance_number from v$instance)
 and hsnap.instance_number = hsys.instance_number
 and hsys.STAT_NAME=’user commits‘
 order by 1;

Cerner Healthcare – the focus is uniquely positioned to help customers maximize existing software investments and embrace innovation in a world of Hybrid IT from mainframe to mobile to cloud

Sonntag, Juni 16th, 2019

Künstliche Intelligenz (KI) ist kaputt – denn mit immer mehr Trainingsdaten werde die Monopolbildung unterstützt

Sonntag, Juni 16th, 2019

Microsoft 365 Unified Endpoint Management (UEM) – is the most secure and most flexible approach to manage Windows 10 and other mobile devices in your modern workplace

Sonntag, Juni 16th, 2019

AVG AntiVirus ≤ 19.5.3093 – blockt die Passwortspeicherung von Firefox 67.0.2

Sonntag, Juni 16th, 2019

Müssen kleinere Kliniken bald schließen – denn komplizierte Operationen könnte es künftig nur noch an großen Zentren geben

Sonntag, Juni 16th, 2019

Kreiskrankenhaus Osterholz – die geplante Intensivstation und die Erhöhung der Bettenkapazität kostet 10,5 Millionen Euro und mehr als 70 Prozent trägt das Land

Sonntag, Juni 16th, 2019

Drittanbietersperre – so schützen Sie sich vor ungewollten Abos

Sonntag, Juni 16th, 2019

ON1 Photo RAW 2019 – includes an abundance of new features and technologies along with a streamlined workflow that is elegant, powerful, and easy to learn

Sonntag, Juni 16th, 2019

Argentinien & Uruguay sind derzeit von einem massiven Stromausfall betroffen – insgesamt sind rund 48 Millionen Menschen ohne Stromversorgung

Sonntag, Juni 16th, 2019

Volksbank Freiburg – hat aufgrund einer Zunahme an Betrugsfällen im Online Banking den Zahlungsverkehr mit der Direktbank N26 & Co. temporär eingestellt

Sonntag, Juni 16th, 2019

Ein Einfallstor für Angriffe auf Kundenkonten ist das sogenannte mTAN- oder mobileTAN-Verfahren hierbei wird die für Überweisungen notwendige TAN per SMS auf eine zuvor hinterlegte Handynummer geschickt. Kriminelle greifen zunächst die Zugangsdaten für das Online-Banking ab etwa über Phishing-Mails oder Schadprogramme die auf den Computer des Kunden eingeschleust werden. An die TANs kommen sie dann über Ersatz-SIM-Karten die sie mit falschen Angaben beim Mobilfunkanbieter sich erschleichen

Sonntag, Juni 16th, 2019

Microsoft Windows 10 Version 1903 – wenn Festplatte voll dann alte Version löschen

Sonntag, Juni 16th, 2019

FRITZ!DECT 200 – damit steuern Sie clever die Stromzufuhr angeschlossener Geräte und können deren Energieverbrauch messen, aufzeichnen und auswerten

Sonntag, Juni 16th, 2019

Prof. Dr. Harald Lesch – die Digitale Diktatur

Sonntag, Juni 16th, 2019