<?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>步凡</title>
			    <link>http://space.itpub.net/10522815</link>
			    <description></description>
			    <copyright>Copyright(C) 步凡</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Mon, 13 Oct 2008 09:52:04 GMT</lastBuildDate><item>
								<title>Oracle PLSQL_DBA</title>
								<link>http://space.itpub.net/10522815/viewspace-421338</link>
								<description><![CDATA[<H1><SPAN><SPAN><A href="http://writeblog.csdn.net/Editor/FCKeditor/editor/fckeditor.html?InstanceName=ctl00_cphContent_EntryEditor1_richTextEditor_richTextEditor&amp;Toolbar=Default#_Toc198465044"><SPAN><SPAN>一、</SPAN>DBA<SPAN>. </SPAN><SPAN><SPAN>2...]]></description>
								<category>blog</category>
								<author>wesley006</author>
								<pubDate>Wed, 06 Aug 2008 21:43:37 GMT</pubDate>
							</item>
							<item>
								<title>Oracle正则表达式函数</title>
								<link>http://space.itpub.net/10522815/viewspace-421337</link>
								<description><![CDATA[<DIV>1、<SPAN>正则表达式</SPAN>中的元字符 
<TABLE height=766 cellSpacing=1 cellPadding=1 width=685 summary="" border=1>
<TBODY>
<TR>
<TD>
<DIV align=center><STRONG>元字符</STRONG></DIV></TD>
<TD>
<DIV align=center><STRONG>意思</STRONG></DIV></TD...]]></description>
								<category>blog</category>
								<author>wesley006</author>
								<pubDate>Wed, 06 Aug 2008 21:40:28 GMT</pubDate>
							</item>
							<item>
								<title>Oracle SQL性能优化技巧大总结</title>
								<link>http://space.itpub.net/10522815/viewspace-420424</link>
								<description><![CDATA[（1） 选择最有效率的表名顺序(只在基于规则的优化器中有效)： <BR>&nbsp;&nbsp;&nbsp; Oracle的解析器按照从右到左的顺序处理FROM子句中的表名，FROM子句中写在最后的表(基础表 driving table)将被最先处理，在FROM子句中包含多个表的情况下,你必须选择记录条数最少的表作...]]></description>
								<category>blog</category>
								<author>wesley006</author>
								<pubDate>Tue, 05 Aug 2008 22:15:55 GMT</pubDate>
							</item>
							<item>
								<title>oracle重建索引(一)</title>
								<link>http://space.itpub.net/10522815/viewspace-420423</link>
								<description><![CDATA[导读： <BR>　　重建索引有多种方式，如drop and re-create、rebuild、rebuild online等。下面简单比较这几种方式异同以及优缺点： <BR>　　首先建立测试表及数据： <BR>　　SQL&gt; CREATE TABLE TEST AS SELECT CITYCODE C1 FROM CITIZENINFO2; <BR>　　Table created <...]]></description>
								<category>blog</category>
								<author>wesley006</author>
								<pubDate>Tue, 05 Aug 2008 22:07:35 GMT</pubDate>
							</item>
							<item>
								<title>(转)关于复合分区索引状态的研究</title>
								<link>http://space.itpub.net/10522815/viewspace-420422</link>
								<description><![CDATA[<P>为了得到测试目的，我建立了一个range_list的复合分区表zrp_part。建表语句如下：</P>
<P>SQL&gt; create table zrp_part (<BR>2 region number(3),<BR>3 proc_no number(2)<BR>4 )<BR>5 partition by range (region)<BR>6 subpartition by list (proc_no)<BR>7 subpa...]]></description>
								<category>blog</category>
								<author>wesley006</author>
								<pubDate>Tue, 05 Aug 2008 21:32:32 GMT</pubDate>
							</item>
							<item>
								<title>ora-04031处理过程,欢迎进行讨论</title>
								<link>http://space.itpub.net/10522815/viewspace-364436</link>
								<description><![CDATA[
						
						
																											<div id="postmessage_10513" class="t_msgfont">解决ora-04031错误 <br>
 一、错误提示： <br>
 &gt; EXP-00008: ORACLE error 4031 encountered <br>
 &gt; ORA-04031: unable to allocate 4096 bytes of shared memor...]]></description>
								<category>blog</category>
								<author>wesley006</author>
								<pubDate>Sun, 22 Jun 2008 20:35:04 GMT</pubDate>
							</item>
							<item>
								<title>SQL语句优化技术分析</title>
								<link>http://space.itpub.net/10522815/viewspace-257173</link>
								<description><![CDATA[一、操作符优化　　 <BR><BR>　1、IN 操作符 　　 <BR><BR>　　用IN写出来的SQL的优点是比较容易写及清晰易懂，这比较适合现代软件开发的风格。但是用IN的SQL性能总是比较低的，从Oracle执行的步骤来分析用IN的SQL与不用IN的SQL有以下区别：　　 <BR><BR>　　ORACLE试图将...]]></description>
								<category>blog</category>
								<author>wesley006</author>
								<pubDate>Wed, 30 Apr 2008 20:06:56 GMT</pubDate>
							</item>
							<item>
								<title>oracle中的pctfree、pctused和row chainig</title>
								<link>http://space.itpub.net/10522815/viewspace-237936</link>
								<description><![CDATA[<FONT size=4>几个概念：</FONT>
<P><FONT size=4>1.pctfree:</FONT> 如果在建表时指定 <STRONG>PCTFREE 20 </STRONG>在一个段的每个数据块中，最多可以insert到总容量的80%，如果要再insert数据就要增加新的块，剩余的20%是为以后update使用的</P>
<P><IMG style="WIDT...]]></description>
								<category>blog</category>
								<author>wesley006</author>
								<pubDate>Tue, 15 Apr 2008 21:32:52 GMT</pubDate>
							</item>
							<item>
								<title>ORACLE索引与高性能SQL介绍</title>
								<link>http://space.itpub.net/10522815/viewspace-235646</link>
								<description><![CDATA[<P>导读： <BR>　　<STRONG>什么是索引</STRONG> <BR>　　 <BR>　　索引是建立在表的一列或多个列上的辅助对象，目的是加快访问表中的数据； <BR>　　 <BR>　　Oracle存储索引的数据结构是B*树，位图索引也是如此，只不过是叶子节点不同B*数索引； <BR>　　 <BR>　　索引由...]]></description>
								<category>blog</category>
								<author>wesley006</author>
								<pubDate>Sun, 13 Apr 2008 21:47:53 GMT</pubDate>
							</item>
							<item>
								<title>perl中shift 和unshift 操作</title>
								<link>http://space.itpub.net/10522815/viewspace-235645</link>
								<description><![CDATA[<TABLE style="TABLE-LAYOUT: fixed">
<TBODY>
<TR>
<TD>
<DIV class=cnt id=blog_text>
<DIV>####################################################################<BR># unshift 和shift 对一个数组的开头进行操作（数组的左端有最小下标的元素）。<BR># unshift...]]></description>
								<category>blog</category>
								<author>wesley006</author>
								<pubDate>Sun, 13 Apr 2008 21:45:28 GMT</pubDate>
							</item>
							
		</channel>
	</rss>