<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to stop running RMAN jobs in OEM Grid Control</title>
	<atom:link href="http://technology.amis.nl/2008/02/26/how-to-stop-running-rman-jobs-in-oem-grid-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2008/02/26/how-to-stop-running-rman-jobs-in-oem-grid-control/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-stop-running-rman-jobs-in-oem-grid-control</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Jiri Rohlicek</title>
		<link>http://technology.amis.nl/2008/02/26/how-to-stop-running-rman-jobs-in-oem-grid-control/#comment-5225</link>
		<dc:creator>Jiri Rohlicek</dc:creator>
		<pubDate>Thu, 07 May 2009 10:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2892#comment-5225</guid>
		<description><![CDATA[Hi Herman, thank you for the script.
To the sysman connect problem - you can connect as user SYS as well, only need to use prefixes
sysman.mgmt_job and sysman.mgmt_job_engine.stop_all_executions_with_id(...]]></description>
		<content:encoded><![CDATA[<p>Hi Herman, thank you for the script.<br />
To the sysman connect problem &#8211; you can connect as user SYS as well, only need to use prefixes<br />
sysman.mgmt_job and sysman.mgmt_job_engine.stop_all_executions_with_id(&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eva</title>
		<link>http://technology.amis.nl/2008/02/26/how-to-stop-running-rman-jobs-in-oem-grid-control/#comment-5224</link>
		<dc:creator>Eva</dc:creator>
		<pubDate>Tue, 05 May 2009 09:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2892#comment-5224</guid>
		<description><![CDATA[I had to run also
SQL&gt; exec mgmt_job_engine.delete_all_executions(&#039;ARCH_BACKUP_NETL10&#039;,&#039;SYSMAN&#039;);
to delete my job.
SQL&gt;  exec mgmt_job_engine.stop_all_executions_with_id(&#039;623F9047B6596AD6E0&#039;,TRUE);
didn&#039;t delete it only stopped it.]]></description>
		<content:encoded><![CDATA[<p>I had to run also<br />
SQL&gt; exec mgmt_job_engine.delete_all_executions(&#8216;ARCH_BACKUP_NETL10&#8242;,&#8217;SYSMAN&#8217;);<br />
to delete my job.<br />
SQL&gt;  exec mgmt_job_engine.stop_all_executions_with_id(&#8217;623F9047B6596AD6E0&#8242;,TRUE);<br />
didn&#8217;t delete it only stopped it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Med</title>
		<link>http://technology.amis.nl/2008/02/26/how-to-stop-running-rman-jobs-in-oem-grid-control/#comment-5223</link>
		<dc:creator>Med</dc:creator>
		<pubDate>Fri, 01 May 2009 15:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2892#comment-5223</guid>
		<description><![CDATA[Thanks for posting this document. I had the same issue and was able to resolve it following the steps above. However, in my case, I had auditing enabled in Grid Control, so I had to disable it and bounce the OMS as follow:
Turn off audit in OEM

exec mgmt_audit_admin.set_audit(0,null,2);
COMMIT;

 Bounce OMS.
/opmn/bin/opmnctl stopall
/opmn/bin/opmnctl startall

kill the job as outlined in you document above

Turn on audit in OEM
exec mgmt_audit_admin.set_audit(0,null,2);
COMMIT;]]></description>
		<content:encoded><![CDATA[<p>Thanks for posting this document. I had the same issue and was able to resolve it following the steps above. However, in my case, I had auditing enabled in Grid Control, so I had to disable it and bounce the OMS as follow:<br />
Turn off audit in OEM</p>
<p>exec mgmt_audit_admin.set_audit(0,null,2);<br />
COMMIT;</p>
<p> Bounce OMS.<br />
/opmn/bin/opmnctl stopall<br />
/opmn/bin/opmnctl startall</p>
<p>kill the job as outlined in you document above</p>
<p>Turn on audit in OEM<br />
exec mgmt_audit_admin.set_audit(0,null,2);<br />
COMMIT;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shanmugam</title>
		<link>http://technology.amis.nl/2008/02/26/how-to-stop-running-rman-jobs-in-oem-grid-control/#comment-5222</link>
		<dc:creator>Shanmugam</dc:creator>
		<pubDate>Wed, 04 Feb 2009 15:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2892#comment-5222</guid>
		<description><![CDATA[Once you exec the above script in sysman, you need to give the commit; (don&#039;t forgot)
Shans]]></description>
		<content:encoded><![CDATA[<p>Once you exec the above script in sysman, you need to give the commit; (don&#8217;t forgot)<br />
Shans</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shanmugam</title>
		<link>http://technology.amis.nl/2008/02/26/how-to-stop-running-rman-jobs-in-oem-grid-control/#comment-5221</link>
		<dc:creator>Shanmugam</dc:creator>
		<pubDate>Wed, 04 Feb 2009 15:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2892#comment-5221</guid>
		<description><![CDATA[I have same problem in my production server (windows). I used the above valuable comment to solve the problem.
Thanks Shans]]></description>
		<content:encoded><![CDATA[<p>I have same problem in my production server (windows). I used the above valuable comment to solve the problem.<br />
Thanks Shans</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad Ishchenko</title>
		<link>http://technology.amis.nl/2008/02/26/how-to-stop-running-rman-jobs-in-oem-grid-control/#comment-5220</link>
		<dc:creator>Vlad Ishchenko</dc:creator>
		<pubDate>Mon, 22 Dec 2008 07:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2892#comment-5220</guid>
		<description><![CDATA[Thanks! You help me!]]></description>
		<content:encoded><![CDATA[<p>Thanks! You help me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karthick</title>
		<link>http://technology.amis.nl/2008/02/26/how-to-stop-running-rman-jobs-in-oem-grid-control/#comment-5219</link>
		<dc:creator>karthick</dc:creator>
		<pubDate>Fri, 12 Dec 2008 06:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2892#comment-5219</guid>
		<description><![CDATA[Hi i have login through sysman and excuted the script still the job was not stopped.
jobowner is sys what i have to do....?]]></description>
		<content:encoded><![CDATA[<p>Hi i have login through sysman and excuted the script still the job was not stopped.<br />
jobowner is sys what i have to do&#8230;.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karthick</title>
		<link>http://technology.amis.nl/2008/02/26/how-to-stop-running-rman-jobs-in-oem-grid-control/#comment-5218</link>
		<dc:creator>karthick</dc:creator>
		<pubDate>Thu, 11 Dec 2008 05:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2892#comment-5218</guid>
		<description><![CDATA[please guide me and tell me the reason y it happens?]]></description>
		<content:encoded><![CDATA[<p>please guide me and tell me the reason y it happens?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karthick</title>
		<link>http://technology.amis.nl/2008/02/26/how-to-stop-running-rman-jobs-in-oem-grid-control/#comment-5217</link>
		<dc:creator>karthick</dc:creator>
		<pubDate>Thu, 11 Dec 2008 05:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2892#comment-5217</guid>
		<description><![CDATA[Hi have the same problem hw to login as sysman]]></description>
		<content:encoded><![CDATA[<p>Hi have the same problem hw to login as sysman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://technology.amis.nl/2008/02/26/how-to-stop-running-rman-jobs-in-oem-grid-control/#comment-5216</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Mon, 01 Sep 2008 14:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2892#comment-5216</guid>
		<description><![CDATA[Thanks so much for this.  My google search only got me 3 hits and you we the first.]]></description>
		<content:encoded><![CDATA[<p>Thanks so much for this.  My google search only got me 3 hits and you we the first.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
