<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Running a Windows Batch file from DBMS_SCHEDULER</title>
	<atom:link href="http://mikesmithers.wordpress.com/2012/06/12/running-a-windows-batch-file-from-dbms_scheduler/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikesmithers.wordpress.com/2012/06/12/running-a-windows-batch-file-from-dbms_scheduler/</link>
	<description>Oracle - for when it was like that when you got there</description>
	<lastBuildDate>Wed, 01 May 2013 11:15:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: mikesmithers</title>
		<link>http://mikesmithers.wordpress.com/2012/06/12/running-a-windows-batch-file-from-dbms_scheduler/#comment-19288</link>
		<dc:creator><![CDATA[mikesmithers]]></dc:creator>
		<pubDate>Thu, 14 Jun 2012 12:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://mikesmithers.wordpress.com/?p=1372#comment-19288</guid>
		<description><![CDATA[Sean,
the issue, or potential issue, is that by granting a database user the CREATE EXTERNAL JOB privilege, you implicitly give them the same privileges on the Database Server as the OS user who starts the OracleJobScheduler service. If this happens to be the Administrator user, you are then able to do anything you like on the server from the database account. Remember, you don&#039;t have to execute a batch script, you can just pass in a DOS command to the job you create.
This is less of an issue in 11g (see the link in the post).

HTH

Mike]]></description>
		<content:encoded><![CDATA[<p>Sean,<br />
the issue, or potential issue, is that by granting a database user the CREATE EXTERNAL JOB privilege, you implicitly give them the same privileges on the Database Server as the OS user who starts the OracleJobScheduler service. If this happens to be the Administrator user, you are then able to do anything you like on the server from the database account. Remember, you don&#8217;t have to execute a batch script, you can just pass in a DOS command to the job you create.<br />
This is less of an issue in 11g (see the link in the post).</p>
<p>HTH</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Molloy</title>
		<link>http://mikesmithers.wordpress.com/2012/06/12/running-a-windows-batch-file-from-dbms_scheduler/#comment-19221</link>
		<dc:creator><![CDATA[Sean Molloy]]></dc:creator>
		<pubDate>Tue, 12 Jun 2012 15:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://mikesmithers.wordpress.com/?p=1372#comment-19221</guid>
		<description><![CDATA[Can you explain the security issue?]]></description>
		<content:encoded><![CDATA[<p>Can you explain the security issue?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
