Oracle DBMS_TELEMETRY_JOBS
Version 26ai

General Information
Library Note Morgan's Library Page Header
The best Oracle News for FY2026

Oracle Database 26ai is now availble. If you haven't you downloaded already: Why?
Purpose Undocumented
AUTHID DEFINER
Dependencies
DBMS_OUTPUT DBMS_TELEMETRY_ADMIN_INTERNAL
DBMS_SCHEDULER DBMS_TELEMETRY_DBA_INTERNAL
Documented No
First Available 26ai
Security Model Owned by TELEMETRY_DBA with no privileges granted
Source {ORACLE_HOME}/rdbms/admin/prvthtelemetry_int.plb
{ORACLE_HOME}/rdbms/admin/prvtbtelemetry_int.plb

Do not install by running the above scripts. Install with telemetry_install_plsql.sql running with oracle_script enabled.
Subprograms
 
CREATE_JOB (new 26ai)
Undocumented dbms_telemetry_jobs.create_job(job_owner IN VARCHAR2);
conn / as sysdba

exec telemetry_dba.dbms_telemetry_jobs.create_job('TELEMETRY_DBA');

ORA-27486: insufficient privileges
 
CREATE_NEW_SCHEDULER_JOB (new 26ai)
Undocumented dbms_telemetry_jobs.create_new_scheduler_job(
function_name IN VARCHAR2,
job_owner     IN VARCHAR2,
job_name      IN VARCHAR2,
freqtype      IN VARCHAR2,
frequency     IN NUMBER,
runby         IN NUMBER);
TBD
 
CREATE_PROGRAM (new 26ai)
Undocumented dbms_telemetry_jobs.create_program(job_owner IN VARCHAR2);
TBD
 
CREATE_SCHEDULER (new 26ai)
Undocumented dbms_telemetry_jobs.create_scheduler(job_owner IN VARCHAR2);
TBD
 
CREATE_SCHEDULER_JOBS (new 26ai)
Undocumented dbms_telemetry_jobs.create_scheduler_jobs(job_owner IN VARCHAR2);
TBD
 
DROP_JOB (new 26ai)
Undocumented dbms_telemetry_jobs.drop_job(job_name IN VARCHAR2);
TBD
 
SET_SCHEDULE (new 26ai)
Undocumented dbms_telemetry_jobs.set_schedule(
job_owner     IN VARCHAR2,
job_name      IN VARCHAR2,
schedule_name IN VARCHAR2);
TBD
 
START_SCHEDULER_JOB (new 26ai)
Undocumented dbms_telemetry_jobs.start_scheduler_job(job_name IN VARCHAR2);
TBD
 
STOP_AND_DISABLE_JOB (new 26ai)
Undocumented dbms_telemetry_jobs.stop_and_disable_job(job_name IN VARCHAR2);
TBD
 
STOP_SCHEDULER_JOB (new 26ai)
Undocumented dbms_telemetry_jobs.stop_scheduler_job(job_owner IN VARCHAR2);
TBD

Related Topics
Built-in Functions
Built-in Packages
Database Security
DBMS_SCHEDULER
DBMS_TELEMETRY
What's New In 21c
What's New In 26ai

Morgan's Library Page Footer
This site is maintained by Daniel Morgan. Last Updated: This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2026 Daniel A. Morgan All Rights Reserved