<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>CREATE_JOB on Oracle Scripts</title><link>https://www.oraclescripts.com/tags/create_job/</link><description>Recent content in CREATE_JOB on Oracle Scripts</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>OracleScripts.com</copyright><lastBuildDate>Mon, 08 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.oraclescripts.com/tags/create_job/index.xml" rel="self" type="application/rss+xml"/><item><title>Oracle DBMS_SCHEDULER: Create and Manage Jobs with PL/SQL</title><link>https://www.oraclescripts.com/post/oracle-dbms-scheduler-create-manage-jobs/</link><pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate><guid>https://www.oraclescripts.com/post/oracle-dbms-scheduler-create-manage-jobs/</guid><description>
&lt;h2 id="oracle-dbms_scheduler-create-and-manage-jobs-with-plsql"&gt;Oracle DBMS_SCHEDULER: Create and Manage Jobs with PL/SQL&lt;/h2&gt;
&lt;h2 id="purpose"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Automating a recurring task — a nightly statistics gather, a log purge, an end-of-month rollup — is a standard part of running an Oracle database. &lt;code&gt;DBMS_SCHEDULER.CREATE_JOB&lt;/code&gt; is the procedure that registers that task with the database so it runs on a calendar schedule without an external cron entry. The job, its action, and its schedule all live inside the database, which means they are backed up, replicated to a standby, and visible in the data dictionary.&lt;/p&gt;</description></item></channel></rss>