<?xml version="1.0" encoding="utf-8"?> 
<rss version="2.0"
  xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
  xmlns:atom="http://www.w3.org/2005/Atom">

<channel>

<title>M9K blog: заметки с тегом Jobs</title>
<link>https://blog.m9k.space/tags/jobs/</link>
<description>Заметки обо всём: devops, lifestyle, культура.</description>
<author>M</author>
<language>ru</language>
<generator>E2 (v3877; Aegea)</generator>

<itunes:owner>
<itunes:name>M</itunes:name>
<itunes:email></itunes:email>
</itunes:owner>
<itunes:subtitle>Заметки обо всём: devops, lifestyle, культура.</itunes:subtitle>
<itunes:image href="" />
<itunes:explicit></itunes:explicit>

<item>
<title>Oracle — View Scheduler Jobs</title>
<guid isPermaLink="false">121</guid>
<link>https://blog.m9k.space/all/oracle-view-scheduler-jobs/</link>
<pubDate>Thu, 29 Dec 2022 08:03:30 +0000</pubDate>
<author>M</author>
<comments>https://blog.m9k.space/all/oracle-view-scheduler-jobs/</comments>
<description>
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;SELECT owner, job_name, comments FROM dba_scheduler_jobs;&lt;/code&gt;&lt;/pre&gt;</description>
</item>

<item>
<title>Oracle — Disable Jobs</title>
<guid isPermaLink="false">117</guid>
<link>https://blog.m9k.space/all/oracle-disable-jobs/</link>
<pubDate>Fri, 16 Dec 2022 03:22:18 +0000</pubDate>
<author>M</author>
<comments>https://blog.m9k.space/all/oracle-disable-jobs/</comments>
<description>
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;BEGIN
DBMS_SCHEDULER.disable (NAME =&amp;gt; 'JOB_NAME', FORCE =&amp;gt; TRUE);
END;&lt;/code&gt;&lt;/pre&gt;</description>
</item>


</channel>
</rss>