<?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/7819485</link>
			    <description></description>
			    <copyright>Copyright(C) 太极虫的个人空间</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Fri, 05 Sep 2008 15:44:03 GMT</lastBuildDate><item>
								<title>恭喜您成功申请ITPUB BLOG</title>
								<link>http://space.itpub.net/7819485/viewspace-262678</link>
								<description><![CDATA[请牢记您BLOG的域名<br /><a href="http://kelsoncong.itpub.net/">http://kelsoncong.itpub.net/</a><br />您BLOG的控制面板在<br /><a href="http://kelsoncong.itpub.net/admin.php">http://kelsoncong.itpub.net/admin.php</a><br />登陆口令就是论坛口令，BLOG的口令...]]></description>
								<category>blog</category>
								<author>kelsoncong</author>
								<pubDate>Wed, 07 May 2008 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>继续发个有关字符集的PPT</title>
								<link>http://space.itpub.net/7819485/viewspace-262690</link>
								<description><![CDATA[公司最近在搞ORACLE培训,我负责搞了一个字符集的SHARESESSION,借鉴了版上的许多珍贵资料,尤其是flywolf2000的一个字符集的PPT,<br />
为了表示对flywolf2000的尊重,所以将flywolf2000的标题的名字修改为&lt;继续发个有关字符集的PPT&gt;作为本帖的标题.<br />
是office ...]]></description>
								<category>blog</category>
								<author>kelsoncong</author>
								<pubDate>Mon, 21 Apr 2008 08:52:22 GMT</pubDate>
							</item>
							<item>
								<title>飞刀,又见飞刀</title>
								<link>http://space.itpub.net/7819485/viewspace-262689</link>
								<description><![CDATA[<font color="Blue"><br />
呵呵，这个题目有点吓人的，借用了古龙的小说名字，<br />
<br />
之所以想到这么个题目实在是需要探讨的是一个非常古老且常见且平凡发生且不易解决且令人难以解决的问题，说了这么多废话，很多人可能已经猜到了我想说什么了，对的，那就是从...]]></description>
								<category>blog</category>
								<author>kelsoncong</author>
								<pubDate>Fri, 11 Apr 2008 13:44:25 GMT</pubDate>
							</item>
							<item>
								<title>飞刀,又见飞刀</title>
								<link>http://space.itpub.net/7819485/viewspace-234445</link>
								<description><![CDATA[<P style="MARGIN: 0cm 0cm 0pt"><SPAN style="COLOR: #0070c0; FONT-FAMILY: 宋体">呵呵，这个题目有点吓人的，借用了古龙的小说名字，</SPAN><SPAN lang=EN-US style="COLOR: #0070c0"></SPAN></P>
<P style="MARGIN: 0cm 0cm 0pt"><SPAN style="COLOR: #0070c0; FONT-...]]></description>
								<category>blog</category>
								<author>kelsoncong</author>
								<pubDate>Fri, 11 Apr 2008 10:41:39 GMT</pubDate>
							</item>
							<item>
								<title>UTF8的字符集问题</title>
								<link>http://space.itpub.net/7819485/viewspace-262688</link>
								<description><![CDATA[环境:<br />
OS:WINXP SP2<br />
ORACLE 10.2.0.1<br />
服务器和客户端在一台机器上<br />
服务器字符集:AL32UTF8 国家字符集 AL16UTF16<br />
客户端字符集:936 GBK<br />
<br />
在SQL PLUS下面发生了一件奇怪的事情,<br />
<br />
SQL&gt; create table test...]]></description>
								<category>blog</category>
								<author>kelsoncong</author>
								<pubDate>Thu, 10 Apr 2008 16:13:55 GMT</pubDate>
							</item>
							<item>
								<title>oracle 10g能够装在windows 2008上面吗</title>
								<link>http://space.itpub.net/7819485/viewspace-262687</link>
								<description><![CDATA[最近被要求研究WINDOWS 2008 SERVER,DBA研究2008有啥好研究的,只能在上面跑个数据库看看是不是可以运行的很好,<br />
于是直接装了个WINDOWS 2008,然后准备安装ORACLE 10g<br />
点击setup 出现图形界面,然后选择了高级安装,结果蹦出个对话框,提示说:<br />
<br />
Ab...]]></description>
								<category>blog</category>
								<author>kelsoncong</author>
								<pubDate>Tue, 01 Apr 2008 11:21:04 GMT</pubDate>
							</item>
							<item>
								<title>10.2版本CBO计算中的基数问题</title>
								<link>http://space.itpub.net/7819485/viewspace-262686</link>
								<description><![CDATA[最近在看LEWIS的基于成本的优化,发现一个小的问题,<br />
书中是采用的10.1做了很多的DEMO,<br />
其中一个衡量SQL语句的优化的重要指标是基数值(CARD值),<br />
但是在10.2版本了,Card值没有了,取而代之的是ROWS值,<br />
是不是10.2的CBO发生了大的调整,取消了基数值...]]></description>
								<category>blog</category>
								<author>kelsoncong</author>
								<pubDate>Fri, 28 Mar 2008 15:21:50 GMT</pubDate>
							</item>
							<item>
								<title>分区表小研究</title>
								<link>http://space.itpub.net/7819485/viewspace-262685</link>
								<description><![CDATA[今天BIAN同志咨询了我一个关于分区表效率问题，说有一张非常大的表，想提高一下查询的效率，单表提高查询效率，<br />
很自然的就想到了采用分区表的方法。我的感觉是做一个基于范围的分区，Bian建议做一个HASH分区。为了比较两者的<br />
效率，做了如下的简单测试:<br...]]></description>
								<category>blog</category>
								<author>kelsoncong</author>
								<pubDate>Mon, 17 Mar 2008 08:41:51 GMT</pubDate>
							</item>
							<item>
								<title>char,varchar2,nchar,nvarchar2讨论</title>
								<link>http://space.itpub.net/7819485/viewspace-200348</link>
								<description><![CDATA[<BR>
<DIV class=t_msgfont id=message9762155>今天上午和杨老大讨论了一下char,varchar2,nchar,nvarchar2几种字符类型，发现有几种类型不大容易<BR>分的清除，于是做了一下试验，希望能够对大家有所帮助。（高手请跳过）<BR>如果你也搞不太清楚这几种类型，下面的东东可...]]></description>
								<category>blog</category>
								<author>kelsoncong</author>
								<pubDate>Wed, 05 Mar 2008 12:58:54 GMT</pubDate>
							</item>
							<item>
								<title>char,varchar2,nchar,nvarchar2讨论</title>
								<link>http://space.itpub.net/7819485/viewspace-262684</link>
								<description><![CDATA[今天上午和杨老大讨论了一下char,varchar2,nchar,nvarchar2几种字符类型，发现有几种类型不大容易<br />
分的清除，于是做了一下试验，希望能够对大家有所帮助。（高手请跳过）<br />
如果你也搞不太清楚这几种类型，下面的东东可能对你有所帮助。<br />
首先介绍一下环...]]></description>
								<category>blog</category>
								<author>kelsoncong</author>
								<pubDate>Wed, 05 Mar 2008 11:11:08 GMT</pubDate>
							</item>
							<item>
								<title>戊子鼠年,SQL语句调优</title>
								<link>http://space.itpub.net/7819485/viewspace-262683</link>
								<description><![CDATA[UPDATE 戊子鼠年 set 职位=promotion,Salary=Salary*3,中大奖=true where name=you;<br />
commit;]]></description>
								<category>blog</category>
								<author>kelsoncong</author>
								<pubDate>Thu, 07 Feb 2008 10:28:20 GMT</pubDate>
							</item>
							<item>
								<title>(转贴)建立IIS的HTTPS连接</title>
								<link>http://space.itpub.net/7819485/viewspace-167516</link>
								<description><![CDATA[<DIV style="WORD-BREAK: break-all" align=left>
<P align=left>由于NT系统的易维护性，越来越多的中小企业在自己的网站上和内部办公管理系统上采用它，而且很多都是用默认的IIS来做WEB服务器使用。当然不能否认近来威胁NT系统的几个漏洞都是由于IIS配置不当造成的，而且...]]></description>
								<category>blog</category>
								<author>kelsoncong</author>
								<pubDate>Sat, 02 Feb 2008 16:14:00 GMT</pubDate>
							</item>
							<item>
								<title>一个大表建立物化视图的问题(已解决)</title>
								<link>http://space.itpub.net/7819485/viewspace-262682</link>
								<description><![CDATA[库里有张大表(百万条记录以上)需要建立物化视图,语句如下:<br />
CREATE MATERIALIZED VIEW MV_CALENDAR_MONTH<br />
REFRESH complete on demand with primary key<br />
AS<br />
SELECT PG_FY_YEAR <br />
&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; ,PG_FY_QUART...]]></description>
								<category>blog</category>
								<author>kelsoncong</author>
								<pubDate>Mon, 07 Jan 2008 16:17:25 GMT</pubDate>
							</item>
							<item>
								<title>有没人发现盖国强长的很像BBC啊?</title>
								<link>http://space.itpub.net/7819485/viewspace-262681</link>
								<description><![CDATA[买了盖国强的书,发现长的很脸熟,猛的一想,不就是GAMES TV的BBC变瘦以后的样子吗<br />
<img src="http://www.itpub.net/images/smilies/14.gif" align="absmiddle" border="0">]]></description>
								<category>blog</category>
								<author>kelsoncong</author>
								<pubDate>Fri, 04 Jan 2008 11:58:02 GMT</pubDate>
							</item>
							<item>
								<title>如何提高远程维护的速度?</title>
								<link>http://space.itpub.net/7819485/viewspace-262680</link>
								<description><![CDATA[前两天远程维护了一个数据库,先远程桌面登陆到application服务器上,然后在远程桌面登陆到DB SERVER,结果因为网速太慢,敲一个字母要等5秒才能跳出来,移鼠标就更让人发疯了,飘忽半天才能移动上去,万一不小心点错了,更是想骂人.结果三个小时就建了一个用户,三个表空间.<br />...]]></description>
								<category>blog</category>
								<author>kelsoncong</author>
								<pubDate>Tue, 01 Jan 2008 13:14:58 GMT</pubDate>
							</item>
							<item>
								<title>解决VMWARE磁盘共享的问题（原创，希望兄弟们在遇到类似问题的时候少走弯路）</title>
								<link>http://space.itpub.net/7819485/viewspace-262679</link>
								<description><![CDATA[前几日接到杨老大指示，可能需要在Windows环境下做一个RAC，因为以前只是在Linux环境下做过这个工作，因此打算自己搭建一个环境做一些测试。<br />
由于手头没有多余的电脑和磁盘阵列，想来想去只能用虚拟机来解决这个问题。<br />
早些日子从公司的共享资源里下载并安装...]]></description>
								<category>blog</category>
								<author>kelsoncong</author>
								<pubDate>Thu, 06 Dec 2007 15:21:57 GMT</pubDate>
							</item>
							
		</channel>
	</rss>