<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>深入解析Oracle &#8211; dbtan 谈DB</title>
	<atom:link href="https://dbtan.com/tag/%e6%b7%b1%e5%85%a5%e8%a7%a3%e6%9e%90oracle/feed" rel="self" type="application/rss+xml" />
	<link>https://dbtan.com</link>
	<description>dbtan 的生活、Oracle 及 Linux 等的学习笔记、观点。      说，永远易于做！</description>
	<lastBuildDate>Thu, 13 May 2010 10:18:00 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Oracle 10g/11g Latch机制的变化</title>
		<link>https://dbtan.com/2010/05/oracle-10g11g-latch.html</link>
					<comments>https://dbtan.com/2010/05/oracle-10g11g-latch.html#respond</comments>
		
		<dc:creator><![CDATA[dbtan]]></dc:creator>
		<pubDate>Thu, 13 May 2010 10:18:00 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[深入解析Oracle]]></category>
		<category><![CDATA[读书笔记]]></category>
		<category><![CDATA[Event]]></category>
		<guid isPermaLink="false">http://www.dbtan.com/2010/05/oracle-10g11g-latch.html</guid>

					<description><![CDATA[Oracle 10g/11g Latch机制的变化：前面曾经提到，Oracle的Latch机制采用spin来进 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Oracle 10g/11g Latch机制的变化：前面曾经提到，Oracle的Latch机制采用spin来进行持有CPU的不断尝试，虽然通常Latch的获取会非常快（一般在微秒级），但是很多时候Latch竞争还是会引发极为严重的CPU争用。所以从Oracle 10g开始，Oracle尝试引入一种新[......]</p>
<p class="read-more"><a href="https://dbtan.com/2010/05/oracle-10g11g-latch.html">阅读全文</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dbtan.com/2010/05/oracle-10g11g-latch.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Latch Free（闩锁释放）</title>
		<link>https://dbtan.com/2010/05/latch-free.html</link>
					<comments>https://dbtan.com/2010/05/latch-free.html#respond</comments>
		
		<dc:creator><![CDATA[dbtan]]></dc:creator>
		<pubDate>Thu, 13 May 2010 10:12:00 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[深入解析Oracle]]></category>
		<category><![CDATA[读书笔记]]></category>
		<category><![CDATA[Event]]></category>
		<guid isPermaLink="false">http://www.dbtan.com/2010/05/latch-free.html</guid>

					<description><![CDATA[Latch Free（闩锁释放）：Latch Free通常被称为闩锁释放，这个名称常常引起误解，实际上我们应该 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Latch Free（闩锁释放）：Latch Free通常被称为闩锁释放，这个名称常常引起误解，实际上我们应该在前面加上一个“等待”（wait），当数据库出现这个等待时，说明有进程正在等待某个Latch被释放，也就是waiting latch free。  Latch是一种低级排队（串行）机制，用于[......]</p>
<p class="read-more"><a href="https://dbtan.com/2010/05/latch-free.html">阅读全文</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dbtan.com/2010/05/latch-free.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Enqueue （队列等待）</title>
		<link>https://dbtan.com/2010/05/enqueue.html</link>
					<comments>https://dbtan.com/2010/05/enqueue.html#respond</comments>
		
		<dc:creator><![CDATA[dbtan]]></dc:creator>
		<pubDate>Thu, 13 May 2010 09:53:00 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[深入解析Oracle]]></category>
		<category><![CDATA[读书笔记]]></category>
		<category><![CDATA[Event]]></category>
		<guid isPermaLink="false">http://www.dbtan.com/2010/05/enqueue.html</guid>

					<description><![CDATA[Enqueue （队列等待）：Enqueue是一种保护共享资源的锁定机制。该锁定机制保护共享资源，以避免因并发 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Enqueue （队列等待）：Enqueue是一种保护共享资源的锁定机制。该锁定机制保护共享资源，以避免因并发操作而损坏数据，比如通过锁定保护一行记录，避免多个用户同时更新。Enqueue采用排队机制，即FIFO（先进先出）来控制资源的使用。  在Oracle 10g之前，Enqueue事件是一组锁[......]</p>
<p class="read-more"><a href="https://dbtan.com/2010/05/enqueue.html">阅读全文</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dbtan.com/2010/05/enqueue.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>日志文件相关等待</title>
		<link>https://dbtan.com/2010/05/event-about-log.html</link>
					<comments>https://dbtan.com/2010/05/event-about-log.html#respond</comments>
		
		<dc:creator><![CDATA[dbtan]]></dc:creator>
		<pubDate>Thu, 13 May 2010 09:35:00 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[深入解析Oracle]]></category>
		<category><![CDATA[读书笔记]]></category>
		<category><![CDATA[Event]]></category>
		<guid isPermaLink="false">http://www.dbtan.com/2010/05/event-about-log.html</guid>

					<description><![CDATA[日志文件相关等待：redo对于数据库来说非常重要，有一系统等待事件和日志相关，通过v$event_name视图 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>日志文件相关等待：redo对于数据库来说非常重要，有一系统等待事件和日志相关，通过v$event_name视图可以找到这些等待事件：  sys@CCDB&gt; select name from v$event_name where name like '%log%';NAME-----------[......]</p>
<p class="read-more"><a href="https://dbtan.com/2010/05/event-about-log.html">阅读全文</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dbtan.com/2010/05/event-about-log.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>direct path read/write （直接路径读／写）</title>
		<link>https://dbtan.com/2010/04/direct-path-readwrite.html</link>
					<comments>https://dbtan.com/2010/04/direct-path-readwrite.html#comments</comments>
		
		<dc:creator><![CDATA[dbtan]]></dc:creator>
		<pubDate>Mon, 12 Apr 2010 07:06:00 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[深入解析Oracle]]></category>
		<category><![CDATA[读书笔记]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[重要等待事件]]></category>
		<guid isPermaLink="false">http://www.dbtan.com/2010/04/direct-path-readwrite.html</guid>

					<description><![CDATA[direct path read/write （直接路径读／写）： 直接路径读（direct path rea [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>direct path read/write （直接路径读／写）：  直接路径读（direct path read）通常发生在Oracle直接读数据到进程PGA时，这个读取不需要经过SGA。直接路径读等待事件的3个参数分别是file number（指绝对文件号）、first dba、block cn[......]</p>
<p class="read-more"><a href="https://dbtan.com/2010/04/direct-path-readwrite.html">阅读全文</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dbtan.com/2010/04/direct-path-readwrite.html/feed</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
		<item>
		<title>db file scattered read 等待事件</title>
		<link>https://dbtan.com/2010/04/db-file-scattered-read.html</link>
					<comments>https://dbtan.com/2010/04/db-file-scattered-read.html#respond</comments>
		
		<dc:creator><![CDATA[dbtan]]></dc:creator>
		<pubDate>Sat, 10 Apr 2010 15:24:00 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[深入解析Oracle]]></category>
		<category><![CDATA[读书笔记]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[重要等待事件]]></category>
		<guid isPermaLink="false">http://www.dbtan.com/2010/04/db-file-scattered-read.html</guid>

					<description><![CDATA[db file scattered read 等待事件： 我们经常会见到db file scattered r [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>db file scattered read 等待事件：  我们经常会见到db file scattered read等待事件，在生产环境中，这个等待事件可能更为常见。这个事件表明用户进程正在读数据到Buffer Cache中，等待直到I/O调用返回。db file scattered read发出[......]</p>
<p class="read-more"><a href="https://dbtan.com/2010/04/db-file-scattered-read.html">阅读全文</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dbtan.com/2010/04/db-file-scattered-read.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>db file sequential read （数据文件顺序读取）</title>
		<link>https://dbtan.com/2010/04/db-file-sequential-read.html</link>
					<comments>https://dbtan.com/2010/04/db-file-sequential-read.html#comments</comments>
		
		<dc:creator><![CDATA[dbtan]]></dc:creator>
		<pubDate>Sat, 10 Apr 2010 15:02:00 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[深入解析Oracle]]></category>
		<category><![CDATA[读书笔记]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[重要等待事件]]></category>
		<guid isPermaLink="false">http://www.dbtan.com/2010/04/db-file-sequential-read.html</guid>

					<description><![CDATA[db file sequential read （数据文件顺序读取）： db file sequential  [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>db file sequential read （数据文件顺序读取）：  db file sequential read是个非常常见的I/O相关的等待事件，通常显示与单个数据块相关的读取操作，在大多数的情况下，读取一个索引块或者通过索引读取一个数据块时，都会记录这个等待。  这个等待事件有3个参数P[......]</p>
<p class="read-more"><a href="https://dbtan.com/2010/04/db-file-sequential-read.html">阅读全文</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dbtan.com/2010/04/db-file-sequential-read.html/feed</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>顶级等待事件</title>
		<link>https://dbtan.com/2010/04/top-events.html</link>
					<comments>https://dbtan.com/2010/04/top-events.html#respond</comments>
		
		<dc:creator><![CDATA[dbtan]]></dc:creator>
		<pubDate>Sat, 10 Apr 2010 14:52:00 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[深入解析Oracle]]></category>
		<category><![CDATA[读书笔记]]></category>
		<category><![CDATA[Event]]></category>
		<guid isPermaLink="false">http://www.dbtan.com/2010/04/top-events.html</guid>

					<description><![CDATA[顶级等待事件： 前文还提到另外一个重要视图v$system_event，该视图记录的是数据库自启动以来等待事件 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>顶级等待事件：  前文还提到另外一个重要视图v$system_event，该视图记录的是数据库自启动以来等待事件的汇总。通过查询该视图，就可以快速获得数据库等待事件的总体概况，了解数据库运行的基本状态：  sys@CCDB&gt; select * &nbsp; 2&nbsp; from (sele[......]</p>
<p class="read-more"><a href="https://dbtan.com/2010/04/top-events.html">阅读全文</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dbtan.com/2010/04/top-events.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>自动负载信息库：AWR的引入</title>
		<link>https://dbtan.com/2010/04/awr.html</link>
					<comments>https://dbtan.com/2010/04/awr.html#respond</comments>
		
		<dc:creator><![CDATA[dbtan]]></dc:creator>
		<pubDate>Fri, 09 Apr 2010 10:52:00 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[深入解析Oracle]]></category>
		<category><![CDATA[读书笔记]]></category>
		<category><![CDATA[AWR]]></category>
		<category><![CDATA[Event]]></category>
		<guid isPermaLink="false">http://www.dbtan.com/2010/04/awr-2.html</guid>

					<description><![CDATA[自动负载信息库：AWR的引入内存中记录的ASH信息始终是有限的，为了保存历史数据，这些信息最终需要写入磁盘。这 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>自动负载信息库：AWR的引入内存中记录的ASH信息始终是有限的，为了保存历史数据，这些信息最终需要写入磁盘。这些历史信息的存储，引出了Oracle 10g的另外一个新特性：自动负载信息库（Automatic Workload Repository，AWR）。  1. AWR的采样机制：AWR收集关于[......]</p>
<p class="read-more"><a href="https://dbtan.com/2010/04/awr.html">阅读全文</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dbtan.com/2010/04/awr.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ASH新特性</title>
		<link>https://dbtan.com/2010/04/ash.html</link>
					<comments>https://dbtan.com/2010/04/ash.html#respond</comments>
		
		<dc:creator><![CDATA[dbtan]]></dc:creator>
		<pubDate>Fri, 09 Apr 2010 10:34:00 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[深入解析Oracle]]></category>
		<category><![CDATA[读书笔记]]></category>
		<category><![CDATA[ASH]]></category>
		<category><![CDATA[Event]]></category>
		<guid isPermaLink="false">http://www.dbtan.com/2010/04/ash.html</guid>

					<description><![CDATA[ASH新特性： 如果说v$session_wait_history是一小步，那么ASH则是Oracle迈出根本 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>ASH新特性：  如果说v$session_wait_history是一小步，那么ASH则是Oracle迈出根本变革的一大步。  从Oracle 10g开始，Oracle引入了ASH新特性，也就是活动session历史信息记录（Active Session History，ASH）。ASH以v$se[......]</p>
<p class="read-more"><a href="https://dbtan.com/2010/04/ash.html">阅读全文</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dbtan.com/2010/04/ash.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
