 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; DBMS_SCHEDULER</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/dbms_scheduler/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 21:33:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>job problem</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/job-problem/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/job-problem/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 11:21:24 +0000</pubDate>
		<dc:creator>Abdo</dc:creator>
				<category><![CDATA[DBMS_SCHEDULER]]></category>
		<category><![CDATA[PL/SQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[i create a job for updating table and make auto drop after that , the problem that when i create this job, one time it&#8217;s created and one time not , in regular way , and this is the procedure. begin dbms_scheduler.create_job( job_name =&#62; &#8216;DropIp_test&#8217;, job_type =&#62; &#8216;plsql_block&#8217;, job_action =&#62; &#8216;begin dbms_output.put_line(&#8221;DELETE EXPIRE : this [...]]]></description>
				<content:encoded><![CDATA[<p>i create a job for updating table and make auto drop after that ,<br />
the problem that when i create this job, one time it&#8217;s created and one time not , in regular way , and this is the procedure.</p>
<p>begin<br />
dbms_scheduler.create_job(<br />
    job_name =&gt; &#8216;DropIp_test&#8217;,<br />
    job_type   =&gt; &#8216;plsql_block&#8217;,<br />
    job_action =&gt;   &#8216;begin<br />
    dbms_output.put_line(&#8221;DELETE EXPIRE : this ip is not expired .&#8221;);<br />
    update isppro.goldenip_offer_tab set used= 0 where usrname=&#8221;testcase&#8221; ; commit; end;&#8217;,<br />
    repeat_interval =&gt; &#8216;FREQUENCY=secondly;INTERVAL=1 &#8216;,<br />
    start_date =&gt; systimestamp ,&#8211; &#8217;05-AUG-08 04.05.00.859000000 PM -07:00&#8242;,<br />
    end_date =&gt; systimestamp + 1/24/60/60 ,&#8211;&#8217;05-AUG-08 04.05.10.859000000 PM -07:00&#8242;,<br />
    enabled =&gt; true,<br />
    auto_drop =&gt; true);<br />
    end;<br />
.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/job-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/14 queries in 0.021 seconds using memcached
Object Caching 313/330 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 11:34:20 -->