 




<?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: PL/SQL</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/plsql/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/plsql/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 11:54:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: inprise</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/plsql/#comment-60170</link>
		<dc:creator>inprise</dc:creator>
		<pubDate>Fri, 20 Feb 2009 10:12:23 +0000</pubDate>
		<guid isPermaLink="false">#comment-60170</guid>
		<description><![CDATA[yes it s the problem,where clause causing the problem.i am looking into my code.]]></description>
		<content:encoded><![CDATA[<p>yes it s the problem,where clause causing the problem.i am looking into my code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sivu</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/plsql/#comment-60165</link>
		<dc:creator>sivu</dc:creator>
		<pubDate>Fri, 20 Feb 2009 07:12:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-60165</guid>
		<description><![CDATA[Yes!! what carlos saying is perfect can you send check the Where Clause criteria. Are you finding any rows with this condition??]]></description>
		<content:encoded><![CDATA[<p>Yes!! what carlos saying is perfect can you send check the Where Clause criteria. Are you finding any rows with this condition??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/plsql/#comment-60085</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Wed, 18 Feb 2009 20:56:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-60085</guid>
		<description><![CDATA[Inserts don&#039;t include a condition.  Anytime you execute an insert, the desired row will be inserted unless an error occurs, on the other hand updates will affect only rows satisfying the WHERE clause (if it is present).  So, the fact that the insert is being done doesn&#039;t mean the update will for sure affect some row, because it have a WHERE clause that needs to be satisfied.

The WHERE clause of the update statement is key here.]]></description>
		<content:encoded><![CDATA[<p>Inserts don&#8217;t include a condition.  Anytime you execute an insert, the desired row will be inserted unless an error occurs, on the other hand updates will affect only rows satisfying the WHERE clause (if it is present).  So, the fact that the insert is being done doesn&#8217;t mean the update will for sure affect some row, because it have a WHERE clause that needs to be satisfied.</p>
<p>The WHERE clause of the update statement is key here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: inprise</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/plsql/#comment-60041</link>
		<dc:creator>inprise</dc:creator>
		<pubDate>Wed, 18 Feb 2009 09:06:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-60041</guid>
		<description><![CDATA[Hello,

Yes i checked with sqlcount -- its don&#039;t hav rows to update,but the update column and INSERT column on second table are same,defeintly if record Insert happening,UPDATEshould also happen 

It looks strange

Any table creation criteria stops from this update??]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Yes i checked with sqlcount &#8212; its don&#8217;t hav rows to update,but the update column and INSERT column on second table are same,defeintly if record Insert happening,UPDATEshould also happen </p>
<p>It looks strange</p>
<p>Any table creation criteria stops from this update??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/plsql/#comment-59990</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Tue, 17 Feb 2009 13:41:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-59990</guid>
		<description><![CDATA[Remember to set serveroutput on if you run your procedure from sql*plus.]]></description>
		<content:encoded><![CDATA[<p>Remember to set serveroutput on if you run your procedure from sql*plus.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.015 seconds using memcached
Object Caching 321/327 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 11:55:02 -->