<?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/701141</link>
			    <description>优秀是一种习惯 , 生活是一种过程， 放弃是一种智慧 , 缺点是一种恩惠。
爱好：看书/Ｋ歌/上网/游泳/汉服  哼着單身情歌，彈着藍色吉它，展示突然的自我  QQ:19636427 另觅：160左右的女孩</description>
			    <copyright>Copyright(C) 浪花七八朵</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Sun, 23 Nov 2008 23:16:22 GMT</lastBuildDate><item>
								<title>突然想使用ASUS 连接电视机</title>
								<link>http://space.itpub.net/701141/viewspace-501503</link>
								<description><![CDATA[<P>本儿里送的那根线应该是S端子转AV视频线。 &nbsp;</P>
<P>&nbsp;1、将这根线S端子那端连本，另一端与AV视频线(黄)相连(AV线一般在VCD/DVD里面应该都有)，再连接到电视的AV视频端口； &nbsp;</P>
<P>&nbsp;2、将台式机的音箱的音频线取下来，一端连本，另一端的两根线...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Sun, 23 Nov 2008 22:06:22 GMT</pubDate>
							</item>
							<item>
								<title>李小龙的精神</title>
								<link>http://space.itpub.net/701141/viewspace-490737</link>
								<description><![CDATA[<P>最近看完 李小龙传奇 </P>
<P>&nbsp;那种精神 值得提倡，一直鼓舞着我。</P>]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Tue, 11 Nov 2008 14:02:25 GMT</pubDate>
							</item>
							<item>
								<title>ORACLE绑定变量的使用</title>
								<link>http://space.itpub.net/701141/viewspace-481994</link>
								<description><![CDATA[<DIV class=postBody>
<P><FONT face="Courier New">在ORACLE中，使用绑定变量，可以降低硬解析，通常可以提高系统的性能（注意，是通常，不是任何情况下）。</FONT></P>
<P><FONT face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 以表tabletest为例，我们来看...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Thu, 30 Oct 2008 14:49:01 GMT</pubDate>
							</item>
							<item>
								<title>oracle split函数(常用)</title>
								<link>http://space.itpub.net/701141/viewspace-481979</link>
								<description><![CDATA[<P><FONT face=宋体 size=2>功能描述：用指定分隔符切割输入的字符串，返回一维数组，每个数组元素为一个子串。<BR><BR>源代码：</FONT></P>
<P><FONT face=宋体 color=#0000ff size=2>CREATE OR REPLACE TYPE ty_str_split IS TABLE OF VARCHAR2 (4000);<BR><BR>CREATE ...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Thu, 30 Oct 2008 13:34:24 GMT</pubDate>
							</item>
							<item>
								<title>oracle 8i 中从汉字获取拼音和拼音首字母(整理)</title>
								<link>http://space.itpub.net/701141/viewspace-480109</link>
								<description><![CDATA[<P>在网上查找过很多资料, 许多人使用 oracle 的<FONT color=#0000bb>Pipelined, 但是,在我的oracle8i上面,不能使用,(也不知道什么原因),</FONT></P>
<P><FONT color=#0000bb>我就采用下面这个方式,&nbsp; 另外, 谢谢三思兄提供的一些资料。</FONT></P>
<P>create or re...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Wed, 29 Oct 2008 10:55:21 GMT</pubDate>
							</item>
							<item>
								<title>有人在深圳南山科技园做ORACLE 数据库的吗?</title>
								<link>http://space.itpub.net/701141/viewspace-478431</link>
								<description><![CDATA[<P>rt:&nbsp; 有人在深圳南山科技园做ORACLE 数据库的吗?</P>
<P>大家可以 互相认识一下, 找时间，一起交流,&nbsp;&nbsp;&nbsp; 我住在大冲.&nbsp; </P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P>]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Tue, 28 Oct 2008 10:15:48 GMT</pubDate>
							</item>
							<item>
								<title>自己维护数据库常用的脚本二</title>
								<link>http://space.itpub.net/701141/viewspace-474939</link>
								<description><![CDATA[<P>6: disable.sql</P>
<P>select 'alter table ' || table_name || ' disable constraint '||constraint_name||' ;'<BR>from user_constraints <BR>where constraint_type='R' or constraint_type='C'<BR>and status='ENABLED'<BR></P>
<P>7:&nbsp; find_error.sql</P>...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Wed, 22 Oct 2008 15:43:23 GMT</pubDate>
							</item>
							<item>
								<title>自己维护数据库常用的脚本一</title>
								<link>http://space.itpub.net/701141/viewspace-474938</link>
								<description><![CDATA[<P>1: deal_back.sql</P>
<P>set pagesize 0 <BR>set long 90000 <BR>set feedback off <BR>set echo off <BR>spool deal_black.sql<BR>select 'update '||table_name||' set&nbsp; '|| column_name||'=ltrim(rtrim(' || column_name||' ));'&nbsp; <BR>from user_tab_co...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Wed, 22 Oct 2008 15:38:45 GMT</pubDate>
							</item>
							<item>
								<title>oracle 面试中的一个题目</title>
								<link>http://space.itpub.net/701141/viewspace-474936</link>
								<description><![CDATA[<P>科技园面试中的一个题目：</P>
<P>1：建表</P>
<P>create table java(id number,name nvarchar2(10),last_id number)</P>
<P>insert into java(id,name,last_id) values(1,'beijing',0);<BR>insert into java(id,name,last_id) values(2,'shanghai',0);<BR>insert i...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Wed, 22 Oct 2008 15:30:07 GMT</pubDate>
							</item>
							<item>
								<title>这样的3个表需要如何连接？（row_number() over(patition by ）</title>
								<link>http://space.itpub.net/701141/viewspace-471277</link>
								<description><![CDATA[<DIV style="FLOAT: right" align=right><A title="评分 0" href="http://www.itpub.net/misc.php?action=viewratings&amp;tid=922978&amp;pid=9352268"></A></DIV>这样的3个表需要如何连接才能得到结果？<BR><BR>
<DIV class=t_msgfont id=message9352268>有3个表，<BR>...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Thu, 16 Oct 2008 09:46:40 GMT</pubDate>
							</item>
							<item>
								<title>日记：紫霞离开的日子(三)</title>
								<link>http://space.itpub.net/701141/viewspace-471134</link>
								<description><![CDATA[我被出售了，一只断了腿的猴子是没有用处了。但是也未必。&nbsp; <BR><BR>　　一个富翁买了我，用极高的价钱。富翁有一个笨笨的女儿，老是考试不及格。&nbsp; <BR><BR>　　于是他买我，要他的女儿吃猴脑。据说人吃了猴脑会聪明许多，我早就听说了这件&nbsp; <BR>事。&nbsp...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Wed, 15 Oct 2008 11:39:12 GMT</pubDate>
							</item>
							<item>
								<title>日记：紫霞离开的日子(二)</title>
								<link>http://space.itpub.net/701141/viewspace-471133</link>
								<description><![CDATA[有一个神仙出来。&nbsp; <BR><BR>　　神仙说：那妖魔是他的坐骑。&nbsp; <BR><BR>　　紫霞，每当我这时就想起了你，才能把金箍棒收回。我实在是很想一棒结果了它&nbsp; <BR>们。&nbsp; <BR><BR>　　我已经忍耐了太久。这一次，我不想再忍了。&nbsp; <BR><BR>　　我看了看三...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Wed, 15 Oct 2008 11:37:43 GMT</pubDate>
							</item>
							<item>
								<title>日记：紫霞离开的日子(一)</title>
								<link>http://space.itpub.net/701141/viewspace-471132</link>
								<description><![CDATA[那天下午，我犹豫了好久。我望着面前的金箍圈和手中的金箍棒。&nbsp; <BR>　　我不明白，为什么我和‘箍’字有缘？这完全背离了我离开花果山的初衷。&nbsp; <BR><BR>　　我之所以从石头中蹦出来，就是因为周围的石质箍得我太紧了。我感受到了呼吸的&nbsp; <BR>艰难，我太难...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Wed, 15 Oct 2008 11:36:04 GMT</pubDate>
							</item>
							<item>
								<title>Oracle DBA 问题记录</title>
								<link>http://space.itpub.net/701141/viewspace-470430</link>
								<description><![CDATA[<FONT style="BACKGROUND-COLOR: #ffffff" size=2>1.select执行时<STRONG>oracle</STRONG>内部的过程<BR>　　分析：其中包括语法分析、语义分析、视图转换、表达式转换、选择优化器、选择连接方式、选择连接顺序、选择数据搜索路径等等，然后在SGA中的共享SQL区中找是否执...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Tue, 14 Oct 2008 11:38:16 GMT</pubDate>
							</item>
							<item>
								<title>打阎崇年的青年被“人肉”出来了:原来早有“过节”(图)</title>
								<link>http://space.itpub.net/701141/viewspace-470390</link>
								<description><![CDATA[<FONT size=2>昨日本博报道：10月5日，北京满学会会长、百家讲坛主讲之一<B style="COLOR: black; BACKGROUND-COLOR: #ffff66">阎崇年</B>，在无锡新华书店进行签售时，遭一20多岁的年轻男子掌掴。无锡警方在事后对袭阎男子处以拘留15天，罚款1000元的处罚，拘留时限和罚款...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Tue, 14 Oct 2008 11:15:13 GMT</pubDate>
							</item>
							<item>
								<title>最近忙着给 大汉之风 捐款</title>
								<link>http://space.itpub.net/701141/viewspace-470383</link>
								<description><![CDATA[<P>&nbsp;目前,袭击阎崇年者已被无锡崇安寺派出所治安拘留15天，并处以1500元的罚金，</P>
<P>无论法律专业人士和群众都认为这个处罚过重。平常大家都会说，法律面前人人平等，阎崇年受了一点皮肉之苦，身体并无大碍，为什么当地警方一定要如此一本正经地重罚打人者呢？<...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Tue, 14 Oct 2008 10:09:50 GMT</pubDate>
							</item>
							<item>
								<title>一份ORACLE DBA 經典題目</title>
								<link>http://space.itpub.net/701141/viewspace-470204</link>
								<description><![CDATA[<FONT size=2><STRONG>一：SQL tuning 类<BR></STRONG>1:列举几种表连接方式<BR>答:merge join,hash join,nested loop</FONT><BR><FONT size=2>2:不借助第三方工具，怎样查看sql的执行计划<BR>答:sqlplus <BR>set autotrace ...<BR>utlxplan.sql创建plan_table表</FONT><B...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Mon, 13 Oct 2008 09:58:33 GMT</pubDate>
							</item>
							<item>
								<title>怎么样创建使用虚拟索引_3</title>
								<link>http://space.itpub.net/701141/viewspace-468480</link>
								<description><![CDATA[　&lt;21&gt;. /*+ORDERED*/<BR>　　根据表出现在FROM中的顺序,ORDERED使ORACLE依此顺序对其连接.<BR>　　例如:<BR><FONT color=#000099>　　SELECT /*+ORDERED*/ A.COL1,B.COL2,C.COL3 FROM TABLE1 A,TABLE2 B,TABLE3 C<BR>　　WHERE A.COL1=B.COL1 AND B.COL1=C.COL1;</...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Thu, 09 Oct 2008 09:21:14 GMT</pubDate>
							</item>
							<item>
								<title>ORACLE学习笔记--性能优化FAQ——2</title>
								<link>http://space.itpub.net/701141/viewspace-468479</link>
								<description><![CDATA[<STRONG>11.怎么样创建使用虚拟索引<BR></STRONG>　　可以使用nosegment选项，如<BR><FONT color=#000099>　　create index virtual_index_name on table_name(col_name) nosegment;</FONT> 
<P>　　如果在哪个session需要测试虚拟索引，可以利用隐含参数来处理<BR><FONT...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Thu, 09 Oct 2008 09:15:53 GMT</pubDate>
							</item>
							<item>
								<title>ORACLE学习笔记--性能优化FAQ。</title>
								<link>http://space.itpub.net/701141/viewspace-421326</link>
								<description><![CDATA[<P> <FONT color=#000099>select * from v$sql_plan where hash_value = (select sql_hash_value from v$session where sid = 1111);</FONT><BR>&nbsp;&nbsp;&nbsp; 其中id和parent_id表示了执行数的结构,数值最大的为最先执行 </P>
<P></P>
<P><SPAN>&nbsp;&nbsp;&nbsp...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Wed, 06 Aug 2008 20:11:20 GMT</pubDate>
							</item>
							<item>
								<title>第一篇--v$sysstat</title>
								<link>http://space.itpub.net/701141/viewspace-417726</link>
								<description><![CDATA[<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">按照</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">OracleDocument</FON...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Mon, 04 Aug 2008 12:00:02 GMT</pubDate>
							</item>
							<item>
								<title>通过分析SQL语句的执行计划优化SQL 三</title>
								<link>http://space.itpub.net/701141/viewspace-417723</link>
								<description><![CDATA[<STRONG>第3章&nbsp;&nbsp;SQL语句处理的过程<SPAN style="DISPLAY: none">ITPUB个人空间#rJ8iF;X</SPAN><BR><BR><SPAN style="DISPLAY: none">|+{:l$l!x0`fg!m Al701141</SPAN></STRONG>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;在调整之...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Mon, 04 Aug 2008 11:51:41 GMT</pubDate>
							</item>
							<item>
								<title>通过分析SQL语句的执行计划优化SQL 二</title>
								<link>http://space.itpub.net/701141/viewspace-417720</link>
								<description><![CDATA[<P><STRONG>第2章 有效的应用设计</STRONG></P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;我们通常将最常用的应用分为2种类型：联机事务处理类型(OLTP)，决策支持系统(DSS)。<BR><SPAN style="DISPLAY: none">!D)f$Lw.mfj701141</SPAN><SPAN style="DISPL...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Mon, 04 Aug 2008 11:48:59 GMT</pubDate>
							</item>
							<item>
								<title>通过分析SQL语句的执行计划优化SQL 一</title>
								<link>http://space.itpub.net/701141/viewspace-417716</link>
								<description><![CDATA[<P><STRONG>8月8日，世界中心的鳥巢，來了一群鳥人，在開什麽鳥會，爭奪什麽鳥冠，耗盡百姓的血汗。</STRONG></P>
<P><STRONG>第1章 性能调整综述<SPAN style="DISPLAY: none">ITPUB个人空间,e h];cZQar</SPAN><BR></STRONG>&nbsp; &nbsp;<SPAN style="DISPLAY: none...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Mon, 04 Aug 2008 11:34:11 GMT</pubDate>
							</item>
							<item>
								<title>兩只蝴蝶飛呀飛</title>
								<link>http://space.itpub.net/701141/viewspace-412140</link>
								<description><![CDATA[<P><A href="http://www.tupwk.com.cn/downpage/search.asp\">http://www.tupwk.com.cn/downpage/search.asp\</A></P>
<P><FONT color=#0000cc>MasterExam</FONT></P>]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Tue, 29 Jul 2008 11:44:18 GMT</pubDate>
							</item>
							<item>
								<title>ORACLE性能调整---2</title>
								<link>http://space.itpub.net/701141/viewspace-407196</link>
								<description><![CDATA[<FONT face=隶书 size=2>把用户数据与数据字典数据分开。 <BR>　　把不同应用组的数据分别放在不同的表空间中。 <BR>　　为了减少I/O的竞争，把不同表空间的数据文件放在不同的硬盘上。 <BR>　　分离用户数据和回滚段的数据以防止某个磁盘出现故障丢失数据。 <BR>　　控制...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Wed, 23 Jul 2008 17:30:10 GMT</pubDate>
							</item>
							<item>
								<title>ORACLE性能调整--1</title>
								<link>http://space.itpub.net/701141/viewspace-407193</link>
								<description><![CDATA[一、 为什么要进行<A class=ReplaceKeyword href="http://www.knowsky.com/sql.asp" target=_blank>数据库</A>优化<BR>　　<BR>　　数据库优化不仅仅是DBA（数据库治理员）的事情，它也是应用设计人员、应用开发人员必须作的事情。<BR>　　在确认了由谁来进行数据库优化之...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Wed, 23 Jul 2008 17:15:00 GMT</pubDate>
							</item>
							<item>
								<title>Oracle10g新特性——RMAN(轉來的)——2</title>
								<link>http://space.itpub.net/701141/viewspace-407005</link>
								<description><![CDATA[<STRONG>增量合并 <BR></STRONG>&nbsp;&nbsp;&nbsp; 假如你有以下的备份计划：星期天做level 0的完全备份，标识为level_0；星期一做level 1的增量备份，标识为level_1_mon；星期四做level 1的增量备份，标识为level_1_tue。如果数据库在星期六被损坏了，在10G之前你不得不...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Wed, 23 Jul 2008 10:04:26 GMT</pubDate>
							</item>
							<item>
								<title>Oracle10g新特性——RMAN(轉來的)</title>
								<link>http://space.itpub.net/701141/viewspace-407003</link>
								<description><![CDATA[RMAN增量备份方案、增量备份的离线恢复、恢复预览、从resetlogs中恢复、文件压缩等被重新设计后变得更加强大了。 <BR><BR>&nbsp;&nbsp;&nbsp; 大多数人都赞同RMAN就是Oracle事实上的数据库备份工具。尽管早期版本的RMAN已经很强大，但是人们对它的期待还是有很多。很多DBA...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Wed, 23 Jul 2008 09:22:03 GMT</pubDate>
							</item>
							<item>
								<title>今天回答一個 朋友的提問</title>
								<link>http://space.itpub.net/701141/viewspace-406991</link>
								<description><![CDATA[<DIV style="FLOAT: right" align=right><A title="评分 0" href="http://www.itpub.net/misc.php?action=viewratings&amp;tid=668434&amp;pid=11035553"></A></DIV>你測試的正常的<BR><BR>
<DIV class=t_msgfont>增量備份分2种：<BR>1：差異增量備份<BR>2：累積增量備份...]]></description>
								<category>blog</category>
								<author>tieshuai</author>
								<pubDate>Wed, 23 Jul 2008 09:01:33 GMT</pubDate>
							</item>
							
		</channel>
	</rss>