Skip to main content

Primary links

  • Home
  • AI
  • Kubernetes
  • Incus
  • Ansible
  • Terraform
  • OpenStack
  • Virtualization
  • Linux
  • SmartHome
  • HowTo

Misc

  • Linux
  • Hardware
  • Programming
  • Databases
    • MySQL / MariaDB
    • Oracle
      • Jobs
        • job_remove_ndxsys.sql
        • job_set_ndxsys.sql
        • job_show.sql
        • update_customer_payment.sql
      • Queries
    • MS SQL
    • PostgreSQL
  • Multimedia
  • Windows

Cloud

  • OpenStack
  • cloud-config
  • nextcloud

Virtualization

  • Virtualization
  • Incus
  • Docker
  • KVM
  • Kubernetes
  • LXC
  • LXD
  • QEMU
  • VMware
  • VirtualBox
  • multipass
  • podman
  • vagrant
  • XEN

Network

  • DNS
  • Firewall
  • Linux
  • OpenvSwitch
  • SSL
  • VLAN
  • VPN
  • iPXE
  • namespaces
  • nmcli
  • tcpdump

Storage

  • CEPH
  • DRBD
  • LVM
  • S3
  • ZFS
  • btrfs

Automation / CI/CD

  • Install
  • Ansible
  • GitLab
  • LLM
  • Preseed
  • Puppet
  • Terraform
  • Ubuntu autoinstall

Monitoring / Visualisation

  • Grafana
  • Icinga
  • Prometheus
  • Monitoring
  • ELK
  • mermaid
set pagesize 50000
set linesize 240
set echo off

column job          format 9999  heading 'Job'          justify right
column schema_user  format a20   heading 'Oracle User'  justify left
column broken       format a6    heading 'Broken'       justify left
column last_date    format a20   heading 'Last Date'    justify left

column this_date    format a20   heading 'This Date'    justify left
column next_date    format a20   heading 'Next Date'    justify left
column interval     format a60   heading 'Interval'     justify left
column what         format a80   heading 'What'         justify left
column failures     format 9999  heading 'Failures'     justify right

spool job_show.log;

select JOB, SCHEMA_USER, BROKEN,
       to_char(LAST_DATE, 'DD-MON-YYYY, HH24:MI') LAST_DATE,
       to_char(THIS_DATE, 'DD-MON-YYYY, HH24:MI') THIS_DATE,
       to_char(NEXT_DATE, 'DD-MON-YYYY, HH24:MI') NEXT_DATE,
       INTERVAL, WHAT
from dba_jobs;

select JOB, FAILURES,
       to_char(LAST_DATE, 'DD-MON-YYYY, HH24:MI') LAST_DATE,
       to_char(THIS_DATE, 'DD-MON-YYYY, HH24:MI') THIS_DATE
from dba_jobs_running;

spool off;

-------------------------------------------------------------------------------
-- remove job
begin
SYS.DBMS_IJOB.REMOVE(7);
end
Profiles GitHub StackOverflow LinkedIn Xing
Contact Imprint
© panticz 2026

Cookie-Einstellungen

Diese Website nutzt eingebettete Inhalte von Drittanbietern (z.B. YouTube, SoundCloud). Beim Laden dieser Inhalte werden Daten an die jeweiligen Anbieter übermittelt. Datenverarbeitungserklärung