<?xml version="1.0" encoding="gbk"?>
			<?xml-stylesheet type="text/css" href="http://space.itpub.net/css/rss.css"?>
			<rss version="2.0">
			  <channel>
			    <title>rheet1978的个人空间</title>
			    <link>http://space.itpub.net/9524210</link>
			    <description>程永——IBM软件集团中国区合作伙伴技术支持（BPTS）高级信息工程师。
BPTS团队专注于帮助合作伙伴提升IBM软件平台的技能，构建行业解决方案，辅助方案实施，建立成功客户案例并分享最佳实践经验。
程永在数据库和信息集成领域有7年以上的经验，在DB2规划设计、开发部署和性能调试以及WII（Websphere Information Integration）信息整合等方面有丰富的经验。在电力、政府等行业拥有丰富的开发、维护、系统集成经验。是IT168、IBM DeveloperWorks特约撰稿人，并在IT168拥有专栏，文章主要涉及SOA、XML、数据库、信息集成等。</description>
			    <copyright>Copyright(C) rheet1978的个人空间</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Thu, 08 Jan 2009 14:09:57 GMT</lastBuildDate><item>
								<title>本人新书出版：  DB2 V9 权威指南</title>
								<link>http://space.itpub.net/9524210/viewspace-521274</link>
								<description><![CDATA[<P><FONT face=楷体_GB2312 size=3><STRONG>书名：DB2 V9 权威指南</STRONG></FONT></P>
<P><FONT face=楷体_GB2312 size=3><STRONG>作者：程永;王雪梅;石岩松;姜学军</STRONG></FONT></P>
<P><FONT face=楷体_GB2312 size=3><STRONG>出 版 社： 电子工业出版社&nbsp;&n...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Fri, 26 Dec 2008 00:47:02 GMT</pubDate>
							</item>
							<item>
								<title>DB2 V9.5工作负载管理（七）</title>
								<link>http://space.itpub.net/9524210/viewspace-511960</link>
								<description><![CDATA[工作类（WORK CLASS）和工作操作（WORK ACTION） 
<P>除了使用工作所在的数据库连接属性标识数据库活动以外，你还可以通过创建可选的工作类，通过基于工作的类型来标识数据库活动。这些类型属性可以是READ , WRITE , DML , DDL , LOAD , CALL ，ALL。工作类型属性具体的介...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Mon, 15 Dec 2008 16:53:56 GMT</pubDate>
							</item>
							<item>
								<title>DB2 V9.5工作负载管理（六）</title>
								<link>http://space.itpub.net/9524210/viewspace-511959</link>
								<description><![CDATA[取消一个数据库活动 
<P>在我们生产系统中，可能存在一些正在运行的大SQL，这些活动消耗了太多的资源。如果我们想停止这些正在执行的活动，可以调用WLM_CANCEL_ACTIVITY（）存储过程，如果想捕获一个活动的详细信息可以调用WLM_CAPTURE_ACTIVITY_IN_PROGRESS（）存储过程...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Mon, 15 Dec 2008 16:52:41 GMT</pubDate>
							</item>
							<item>
								<title>DB2 V9.5工作负载管理（五）</title>
								<link>http://space.itpub.net/9524210/viewspace-511958</link>
								<description><![CDATA[阈值（THRESHOLD） 
<P>&nbsp;</P>
<P>可以通过创建阈值的方式对服务类所使用的资源进行控制，阈值可以根据不同的类型进行创建。阈值提供一种方法，用来控制每种工作能够使用的资源数量。在工作负载管理（WLM）解决方案中，你可以使用阈值来防止系统过载或者资源被滥用现...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Mon, 15 Dec 2008 16:50:49 GMT</pubDate>
							</item>
							<item>
								<title>DB2 V9.5工作负载管理（四）</title>
								<link>http://space.itpub.net/9524210/viewspace-511957</link>
								<description><![CDATA[工作负载（WORKLOAD）工作负载（WORKLOAD）通过工作所在的数据库连接属性来标识数据库活动。工作负载（WORKLOAD）是用来分配工作给服务类（Service Class）的方法，是一个根据工作的来源（source）标识区分工作的对象，以方便随后对工作进行相应的管理。来源（source）是由...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Mon, 15 Dec 2008 16:46:42 GMT</pubDate>
							</item>
							<item>
								<title>DB2 V9.5工作负载管理（三）</title>
								<link>http://space.itpub.net/9524210/viewspace-511956</link>
								<description><![CDATA[定义服务类（SERVICE CLASS） 
<P>服务类的目的是为工作运行定义一个执行环境，这个环境包含可用的资源和不同的执行阈值，当你定义一个工作负载时，你必须为之指定对应的服务类。如果你没有显式的定义工作负载，用户数据库请求会被认为是系统默认的工作负载，其对应的服务...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Mon, 15 Dec 2008 16:44:13 GMT</pubDate>
							</item>
							<item>
								<title>DB2 V9.5工作负载管理（二）</title>
								<link>http://space.itpub.net/9524210/viewspace-511955</link>
								<description><![CDATA[构建数据库环境 
<P>首先我们在WINDOWS XP环境下安装DB2 ESE V9.5，安装完成后，打开一个DB2CLP窗口，发出CREATE DB命令，创建示例数据库DB2TEST1，命令中需要指定数据库代码页或数据库代码集，因为在DB2 V9.5中所有创建的数据库默认情况下数据库代码页都是1208，数据库代...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Mon, 15 Dec 2008 16:40:46 GMT</pubDate>
							</item>
							<item>
								<title>DB2 V9.5工作负载管理（一）</title>
								<link>http://space.itpub.net/9524210/viewspace-511954</link>
								<description><![CDATA[<P>关键字：IBM DB2 V9.5 工作负载管理 WLM 服务类 工作负载 阈值 工作类集 工作操作集 工作负载事件监控器</P>
<P>&nbsp;</P>内容提要： IBM的DB2 V9.5引入并完善了工作负载管理（WORKLOAD MANAGEMENT）功能，使得我们可以更深入地洞察系统的运行情况并更好地控制资源和...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Mon, 15 Dec 2008 15:39:27 GMT</pubDate>
							</item>
							<item>
								<title>深入浅出SOA(二)</title>
								<link>http://space.itpub.net/9524210/viewspace-509585</link>
								<description><![CDATA[体系结构相比于传统应用，基于SOA的系统是针对业务随时会发生变化进行设计，而不再针对某一个固定的业务进行设计，各个业务组件之间通过松耦合的方式连接，而不是通过紧耦合的方式，通过原子服务、复合服务保证资产的可重用。
<P></P>&nbsp;
<P></P>如果想构建一个SOA系...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Tue, 09 Dec 2008 22:20:56 GMT</pubDate>
							</item>
							<item>
								<title>深入浅出SOA(一)</title>
								<link>http://space.itpub.net/9524210/viewspace-509584</link>
								<description><![CDATA[<P>关键字：SOA &nbsp;体系结构 SOA参考体系架构 SOA解决方案堆栈 SCA 服务</P>
<P>&nbsp;</P>内容提要： 面向服务的架构(Service-Oriented Architecture，SOA)是一种IT术语，不是一种商业术语，这使得很多人难以理解SOA的概念。本文通过日常生活中小卖部到百货商店再到超...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Tue, 09 Dec 2008 22:16:09 GMT</pubDate>
							</item>
							<item>
								<title>DB2 pureXML实现和其它数据库对比(五)</title>
								<link>http://space.itpub.net/9524210/viewspace-496196</link>
								<description><![CDATA[<P>pureXML的技术应用及展望 </P>
<P>pureXML技术及混合型数据库的出现，超越了关系型数据库固有的局限性，为数据库的应用及开发开辟了新的领域。其意义不仅仅是提供了一种存储XML数据的更有效的方式，可用于广泛使用XML数据的各类领域，同时由于pureXML所代表的层次型数...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Mon, 17 Nov 2008 22:24:52 GMT</pubDate>
							</item>
							<item>
								<title>DB2 pureXML实现和其它数据库对比(四)</title>
								<link>http://space.itpub.net/9524210/viewspace-496193</link>
								<description><![CDATA[<P>DB2 9 是第一个能同时支持关系型又能支持层次型的混合型数据库。混合型的引擎面向过去，能够兼容老的基于关系型数据库设计的系统；面向未来，能够很好的适应未来IT和业务系统灵活多变的业务需求，发挥XML的灵活性优势。</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Mon, 17 Nov 2008 21:57:15 GMT</pubDate>
							</item>
							<item>
								<title>DB2 pureXML实现和其它数据库对比(三)</title>
								<link>http://space.itpub.net/9524210/viewspace-496192</link>
								<description><![CDATA[与其它数据库的XML的技术对比 
<P>XML被越来越广泛地用于信息交换和对复杂信息的描述。对XML的存储和管理并不是什么新的技术。各大数据库厂商Oracle,DB2,SQLServer从较早版本都能够通过各种途径来支持。但由于XML本质上是一种层次型的数据模型，通过关系型数据库技术对XM...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Mon, 17 Nov 2008 21:39:45 GMT</pubDate>
							</item>
							<item>
								<title>DB2 pureXML实现和其它数据库对比(二)</title>
								<link>http://space.itpub.net/9524210/viewspace-496187</link>
								<description><![CDATA[DB2&nbsp; pureXML技术创新 
<P>IBM 的新一代数据库 DB2 9中第一次实现了关系型引擎与层次型引擎的结合，实现了混合数据库。IBM将此技术称为pureXML技术．</P>
<P>关系型数据库很早就已经开始考虑对XML的支持，但传统的技术一般还是基于关系型数据库的基本框架，用表之间...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Mon, 17 Nov 2008 21:31:04 GMT</pubDate>
							</item>
							<item>
								<title>DB2 pureXML实现和其它数据库对比(一)</title>
								<link>http://space.itpub.net/9524210/viewspace-496185</link>
								<description><![CDATA[内容提要： DB2 pureXML功能部件允许您将格式良好的 XML 文档以分层结构的形式存储在具有 XML 数据类型的表列中。通过将 XML 数据存储在 XML 列中，数据可保持其本机分层结构形式，而不是将其作为文本存储或映射为其他数据模型。因为 pureXML 数据存储已完全集成，所以可利...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Mon, 17 Nov 2008 21:22:56 GMT</pubDate>
							</item>
							<item>
								<title>DB2 V9表压缩(四)</title>
								<link>http://space.itpub.net/9524210/viewspace-496184</link>
								<description><![CDATA[对表启用空值、系统缺省值压缩 
<P>除了数据行压缩以外，以前的空值压缩在DB2 V9中继续可以使用。创建表时，可使用可选 VALUE COMRESSION 子句来指定表在使用表级别也可能是列级别的节省空间的行格式。使用 VALUE COMRESSION 时，不会将已指定给已定义的变长数据类型（VA...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Mon, 17 Nov 2008 21:15:37 GMT</pubDate>
							</item>
							<item>
								<title>DB2 V9表压缩(三)</title>
								<link>http://space.itpub.net/9524210/viewspace-496181</link>
								<description><![CDATA[对已经存在的表使用数据行压缩（表压缩） 
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 下面我看一下如何对一个已经存在的表（表中有数据存在）启用数据行压缩（表压缩），首先我们需要创建一个示例表 TEST2，并插入部分数据。接下来发出ALTER　TABLE命令对示例表TEST2指定...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Mon, 17 Nov 2008 21:08:31 GMT</pubDate>
							</item>
							<item>
								<title>DB2 V9表压缩(二)</title>
								<link>http://space.itpub.net/9524210/viewspace-496180</link>
								<description><![CDATA[对新表使用数据行压缩（表压缩）： 
<P>数据行压缩的目标是节省磁盘存储空间。它还可以减少磁盘I/O。另外，可以在缓冲池中高速缓存更多数据，这样就可以提高缓冲池命中率。但是，关联的成本以压缩和解压缩数据所需的额外CPU周期形式出现。数据行压缩节省的存储量和对性能...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Mon, 17 Nov 2008 21:05:24 GMT</pubDate>
							</item>
							<item>
								<title>DB2 V9表压缩(一)</title>
								<link>http://space.itpub.net/9524210/viewspace-496177</link>
								<description><![CDATA[<P>关键字：IBM DB2 V9 表压缩 压缩字典 数据行压缩 值压缩</P>
<P>内容提要：DB2　V9新增了可用来压缩数据对象的基于字典的行压缩功能。在压缩数据时，通过使用较少的数据库页来表示相同数据，从而达到节省磁盘存储空间的目的。对于那些行中包含重复模式的大型表，将能从...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Mon, 17 Nov 2008 21:01:02 GMT</pubDate>
							</item>
							<item>
								<title>自己整理的学习资料——DB2 V8数据库基础（二十八）</title>
								<link>http://space.itpub.net/9524210/viewspace-481951</link>
								<description><![CDATA[<H2 style="MARGIN: 13pt 0cm 13pt 37.8pt">6<A name=_Toc176160958><SPAN style="mso-bookmark: _Toc176161535"><SPAN lang=EN-US style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"><SPAN style="mso-list: Ignore">.4<SPAN style="FONT: 7pt 'Time...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Thu, 30 Oct 2008 11:58:16 GMT</pubDate>
							</item>
							<item>
								<title>自己整理的学习资料——DB2 V8数据库基础（二十七）</title>
								<link>http://space.itpub.net/9524210/viewspace-481948</link>
								<description><![CDATA[<H1 style="MARGIN: 17pt 0cm 16.5pt 30.6pt">6<A name=_Toc176160945><SPAN style="mso-bookmark: _Toc176161522"><SPAN lang=EN-US style="mso-fareast-font-family: 'Times New Roman'"><SPAN style="mso-list: Ignore"><FONT face="Times New Roman"><SPAN style="FON...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Thu, 30 Oct 2008 11:53:27 GMT</pubDate>
							</item>
							<item>
								<title>自己整理的学习资料——DB2 V8数据库基础（二十六）</title>
								<link>http://space.itpub.net/9524210/viewspace-481945</link>
								<description><![CDATA[<H1 style="MARGIN: 17pt 0cm 16.5pt 30.6pt">5<A name=_Toc176160940><SPAN style="mso-bookmark: _Toc176161517"><SPAN lang=EN-US style="mso-fareast-font-family: 'Times New Roman'"><SPAN style="mso-list: Ignore"><FONT face="Times New Roman"><SPAN style="FON...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Thu, 30 Oct 2008 11:50:06 GMT</pubDate>
							</item>
							<item>
								<title>自己整理的学习资料——DB2 V8数据库基础（二十五）</title>
								<link>http://space.itpub.net/9524210/viewspace-481943</link>
								<description><![CDATA[<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><B><SPAN style="FONT-FAMILY: 宋体; mso-bidi-font-size: 10.5pt; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-bidi-font-family: Arial; mso-font-kerning: 0pt">表状态</SPAN></B>...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Thu, 30 Oct 2008 11:37:29 GMT</pubDate>
							</item>
							<item>
								<title>自己整理的学习资料——DB2 V8数据库基础（二十四）</title>
								<link>http://space.itpub.net/9524210/viewspace-475075</link>
								<description><![CDATA[<P>&nbsp;</P>
<P>接前面的表格。</P>
<TABLE class=MsoNormalTable style="MARGIN-LEFT: 3.7pt; mso-cellspacing: 0cm; mso-padding-alt: " cellSpacing=0 cellPadding=0 width=520 border=1 2.25pt 2.25pt?>
<TBODY>
<TR style="mso-yfti-irow: 0; mso-yfti-firstro...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Thu, 23 Oct 2008 14:58:25 GMT</pubDate>
							</item>
							<item>
								<title>自己整理的学习资料——DB2 V8数据库基础（二十三）</title>
								<link>http://space.itpub.net/9524210/viewspace-475035</link>
								<description><![CDATA[<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-pagination: widow-orphan" align=left>接上节。</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: left; mso-margin-t...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Thu, 23 Oct 2008 11:04:13 GMT</pubDate>
							</item>
							<item>
								<title>自己整理的学习资料——DB2 V8数据库基础（二十二）</title>
								<link>http://space.itpub.net/9524210/viewspace-475029</link>
								<description><![CDATA[<H1 style="MARGIN: 17pt 0cm 16.5pt 30.6pt">4<A name=_Toc176160939><SPAN style="mso-bookmark: _Toc176161516"><SPAN lang=EN-US style="mso-fareast-font-family: 'Times New Roman'"><SPAN style="mso-list: Ignore"><FONT face="Times New Roman"><SPAN style="FON...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Thu, 23 Oct 2008 10:41:01 GMT</pubDate>
							</item>
							<item>
								<title>自己整理的学习资料——DB2 V8数据库基础（二十一）</title>
								<link>http://space.itpub.net/9524210/viewspace-475028</link>
								<description><![CDATA[<P>接上节。</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 21pt; TEXT-INDENT: -21pt; mso-list: l0 level1 lfo1; tab-stops: list 21.0pt"><SPAN lang=EN-US style="FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdin...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Thu, 23 Oct 2008 10:39:56 GMT</pubDate>
							</item>
							<item>
								<title>自己整理的学习资料——DB2 V8数据库基础（二十）</title>
								<link>http://space.itpub.net/9524210/viewspace-475027</link>
								<description><![CDATA[<P>接上节。</P>
<P>&nbsp;</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 21pt; TEXT-INDENT: -21pt; mso-list: l0 level1 lfo1; tab-stops: list 21.0pt"><SPAN lang=EN-US style="FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Thu, 23 Oct 2008 10:37:13 GMT</pubDate>
							</item>
							<item>
								<title>自己整理的学习资料——DB2 V8数据库基础（十九）</title>
								<link>http://space.itpub.net/9524210/viewspace-471547</link>
								<description><![CDATA[<H2 style="MARGIN: 13pt 0cm 13pt 37.8pt">3<A name=_Toc176160818><SPAN style="mso-bookmark: _Toc176161395"><SPAN lang=EN-US style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"><SPAN style="mso-list: Ignore">.5<SPAN style="FONT: 7pt 'Time...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Fri, 17 Oct 2008 13:02:54 GMT</pubDate>
							</item>
							<item>
								<title>自己整理的学习资料——DB2 V8数据库基础（十八）</title>
								<link>http://space.itpub.net/9524210/viewspace-471546</link>
								<description><![CDATA[<H3 style="MARGIN: 13pt 0cm 13pt 36pt"><A name=_Toc176160799><SPAN style="mso-bookmark: _Toc176161376"><FONT face="Times New Roman"><SPAN lang=EN-US style="mso-fareast-font-family: 'Times New Roman'"><SPAN style="mso-list: Ignore"><FONT size=5>3.3.5</F...]]></description>
								<category>blog</category>
								<author>rheet1978</author>
								<pubDate>Fri, 17 Oct 2008 12:57:32 GMT</pubDate>
							</item>
							
		</channel>
	</rss>