<?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: Check to Make Sure My New Record Doesn&#8217;t Already Exist</title>
	<atom:link href="http://kerryosborne.oracle-guy.com/2009/07/check-to-make-sure-my-new-record-doesnt-already-exist/feed/" rel="self" type="application/rss+xml" />
	<link>http://kerryosborne.oracle-guy.com/2009/07/check-to-make-sure-my-new-record-doesnt-already-exist/</link>
	<description>Just another Oracle blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:28:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: osborne</title>
		<link>http://kerryosborne.oracle-guy.com/2009/07/check-to-make-sure-my-new-record-doesnt-already-exist/#comment-3429</link>
		<dc:creator>osborne</dc:creator>
		<pubDate>Wed, 15 Jul 2009 12:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://kerryosborne.oracle-guy.com/?p=1622#comment-3429</guid>
		<description>Actually this is a straight java app without anything like hibernate between the app and the database. So they should be able to tell if a statement succeeded or not. I wouldn&#039;t be surprised if they were vulnerable to SQL injection though as they do a lot of dynamic SQL.

Kerry</description>
		<content:encoded><![CDATA[<p>Actually this is a straight java app without anything like hibernate between the app and the database. So they should be able to tell if a statement succeeded or not. I wouldn&#8217;t be surprised if they were vulnerable to SQL injection though as they do a lot of dynamic SQL.</p>
<p>Kerry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HF</title>
		<link>http://kerryosborne.oracle-guy.com/2009/07/check-to-make-sure-my-new-record-doesnt-already-exist/#comment-3417</link>
		<dc:creator>HF</dc:creator>
		<pubDate>Wed, 15 Jul 2009 07:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://kerryosborne.oracle-guy.com/?p=1622#comment-3417</guid>
		<description>I&#039;ve worked on a couple of apps where the app has had no graceful way to handle a sql-error.  Usually these apps are aimed at non-technical users who don&#039;t want to see a tech message.  So to avoid it the developer does the above.  With the use of the literal I wonder if it has been accepted from a front end gui?  I also wonder if you could try a &#039;; DROP TABLE XYZ_BLAH;&#039; as the data entry value....</description>
		<content:encoded><![CDATA[<p>I&#8217;ve worked on a couple of apps where the app has had no graceful way to handle a sql-error.  Usually these apps are aimed at non-technical users who don&#8217;t want to see a tech message.  So to avoid it the developer does the above.  With the use of the literal I wonder if it has been accepted from a front end gui?  I also wonder if you could try a &#8216;; DROP TABLE XYZ_BLAH;&#8217; as the data entry value&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

