Listando conteúdo Job

Query

 

Columns

  • schema_name – name of the schema
  • job_name – name of the job
  • job_style:
    • REGULAR
    • LIGHTWEIGHT
  • job_type – inline job action type
    • PLSQL_BLOCK
    • STORED_PROCEDURE
    • EXECUTABLE
    • CHAIN
    • SQL_SCRIPT
    • BACKUP_SCRIPT
    • EXTERNAL_SCRIPT
    • PROGRAM
  • job_action – PL/SQL code or program/routine name to call
  • start_date – when job will be launched first time
  • schedule – inline schedule PL/SQL expression, calendar string or name of the schedule
  • last_start_date – last date on which the job started running
  • next_run_date: next date on which the job is scheduled to run
  • state:
    • Disabled
    • Scheduled

Rows

  • One row: represents one job
  • Scope of rows: all jobs in database
  • Ordered by job schema, job name

Deixe um comentário

O seu endereço de e-mail não será publicado. Campos obrigatórios são marcados com *