﻿<?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>评论: 并发容易出现的问题与并发控制</title>
	<atom:link href="http://www.ixdba.com/html/y2007/m04/36-oracle-faq-coordinate.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ixdba.com/html/y2007/m04/36-oracle-faq-coordinate.html</link>
	<description>dba on unix</description>
	<lastBuildDate>Wed, 17 Mar 2010 08:22:04 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>作者: hjw</title>
		<link>http://www.ixdba.com/html/y2007/m04/36-oracle-faq-coordinate.html/comment-page-1#comment-2005</link>
		<dc:creator>hjw</dc:creator>
		<pubDate>Tue, 11 Aug 2009 06:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ixdba.com/html/y2007/m04/36-oracle-faq-coordinate.html#comment-2005</guid>
		<description>现在还可以用ORA_ROWSCN</description>
		<content:encoded><![CDATA[<p>现在还可以用ORA_ROWSCN</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: kk</title>
		<link>http://www.ixdba.com/html/y2007/m04/36-oracle-faq-coordinate.html/comment-page-1#comment-1940</link>
		<dc:creator>kk</dc:creator>
		<pubDate>Sun, 04 Jan 2009 08:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ixdba.com/html/y2007/m04/36-oracle-faq-coordinate.html#comment-1940</guid>
		<description>T3&gt; SQL&gt; update bmw_users set rated_sum =
          (select count(*) from auction_feedbacks
             where username=?)
         where id=?;
         1 row updated                             

T4&gt;                                        SQL&gt; update bmw_users set rated_sum =
                                                 (select count(*) from auction_feedbacks
                                                where username=?)
                                                where id=?;
                                               1 row updated 
t3 应该锁住t4了吧？</description>
		<content:encoded><![CDATA[<p>T3&gt; SQL&gt; update bmw_users set rated_sum =<br />
          (select count(*) from auction_feedbacks<br />
             where username=?)<br />
         where id=?;<br />
         1 row updated                             </p>
<p>T4&gt;                                        SQL&gt; update bmw_users set rated_sum =<br />
                                                 (select count(*) from auction_feedbacks<br />
                                                where username=?)<br />
                                                where id=?;<br />
                                               1 row updated<br />
t3 应该锁住t4了吧？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
