<?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>Kugooo的窝窝</title>
			    <link>http://space.itpub.net/10714335</link>
			    <description>欢迎您的到来！本空间用来记录日常工作心得和一些小经验.内容可能部分摘自您的辛苦创作,再次对您表示感谢.希望本空间能给您或者其他朋友一些帮助.

PS:寻求福州ORACLE DBA工作,期待您的惠顾(kugooo@live.cn)</description>
			    <copyright>Copyright(C) Kugooo的窝窝</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Mon, 08 Sep 2008 10:32:08 GMT</lastBuildDate><item>
								<title>Index Coalesce vs Index Rebuild</title>
								<link>http://space.itpub.net/10714335/viewspace-441096</link>
								<description><![CDATA[<P><STRONG><EM><FONT face="Times New Roman" color=#ff0000 size=3>Q:</FONT></EM><SPAN class=Apple-style-span style="WORD-SPACING: 0px; FONT: italic 16px 'times new roman'; TEXT-TRANSFORM. none; COLOR: rgb(153,0,153); TEXT-INDENT: 0px; WHITE-SPACE: norma...]]></description>
								<category>blog</category>
								<author>awaydog</author>
								<pubDate>Wed, 03 Sep 2008 23:21:14 GMT</pubDate>
							</item>
							<item>
								<title>【转】关于Restore Point</title>
								<link>http://space.itpub.net/10714335/viewspace-399603</link>
								<description><![CDATA[<P>还原点(Restore point)是Oracle10gR2配合Flashback database推出的一个新特性。Restore point可以单独使用，也可以和Flashback database联合使用。</P>
<P>我们知道，Flashback database提供了一种将数据库整个的回滚到之前某个时间点的功能，相当于使用之前的某个备份...]]></description>
								<category>blog</category>
								<author>awaydog</author>
								<pubDate>Sat, 12 Jul 2008 22:18:36 GMT</pubDate>
							</item>
							<item>
								<title>create index with PARALLEL option 原理</title>
								<link>http://space.itpub.net/10714335/viewspace-374918</link>
								<description><![CDATA[<P>CREATE INDEX indx_name ON schema.table_name(column_name) PARALLEL n;</P>
<P>=================================</P>
<P>The table is randomly sampled and a set of index keys is found that equally divides the index into the same number of pieces as th...]]></description>
								<category>blog</category>
								<author>awaydog</author>
								<pubDate>Thu, 10 Jul 2008 12:51:44 GMT</pubDate>
							</item>
							<item>
								<title>V$LOG.status与V$LOGFILE.status详解</title>
								<link>http://space.itpub.net/10714335/viewspace-374820</link>
								<description><![CDATA[<H1 class=indexterm><A id=REFRN30127 name=REFRN30127></A>V$LOG<A id=sthref2586 name=sthref2586></A></H1>
<P><CODE><FONT face=新宋体>V$LOG</FONT></CODE> displays log file information from the control file.</P>
<DIV class=inftblinformalwidemax>
<TABLE...]]></description>
								<category>blog</category>
								<author>awaydog</author>
								<pubDate>Wed, 09 Jul 2008 21:55:06 GMT</pubDate>
							</item>
							<item>
								<title>【转】Oracle常见等待事件说明(五)</title>
								<link>http://space.itpub.net/10714335/viewspace-374810</link>
								<description><![CDATA[<STRONG>11. log file parallel write</STRONG>
<P>　　从log buffer 写redo 记录到redo log 文件，主要指常规写操作(相对于log file sync)。如果你的Log group 存在多个组成员，当flush log buffer 时，写操作是并行的，这时候此等待事件可能出现。</P>
<P>　　尽管这个...]]></description>
								<category>blog</category>
								<author>awaydog</author>
								<pubDate>Wed, 09 Jul 2008 20:37:38 GMT</pubDate>
							</item>
							<item>
								<title>【转】Oracle常见等待事件说明(四)</title>
								<link>http://space.itpub.net/10714335/viewspace-374809</link>
								<description><![CDATA[<STRONG>8. Log File Switch-日志文件切换</STRONG>
<P>　　当这个等待出现时，表示所有的提交(commit)的请求都需要等待"日志文件切换"的完成。</P>
<P>　　Log file Switch 主要包含两个子事件:</P>
<P>　　log file switch (archiving needed)</P>
<P>　　log file ...]]></description>
								<category>blog</category>
								<author>awaydog</author>
								<pubDate>Wed, 09 Jul 2008 20:35:29 GMT</pubDate>
							</item>
							<item>
								<title>【转】Oracle常见等待事件说明(三)</title>
								<link>http://space.itpub.net/10714335/viewspace-374808</link>
								<description><![CDATA[<STRONG>5. latch free-latch 释放</STRONG>
<P>　　latch是一种低级排队机制，用于保护SGA中共享内存结构。latch就像是一种快速地被获取和释放的内存锁。用于防止共享内存结构被多个用户同时访问。如果latch不可用，就会记录latch释放失败(latch free miss )。有两种与闩...]]></description>
								<category>blog</category>
								<author>awaydog</author>
								<pubDate>Wed, 09 Jul 2008 20:34:20 GMT</pubDate>
							</item>
							<item>
								<title>【转】Oracle常见等待事件说明(二)</title>
								<link>http://space.itpub.net/10714335/viewspace-374807</link>
								<description><![CDATA[<STRONG>2. db file sequential read-DB 文件顺序读取。</STRONG>
<P>　　这一事件通常显示与单个数据块相关的读取操作(如索引读取)。如果这个等待事件比较显著，可能表示在多表连接中，表的连接顺序存在问题，可能没有正确的使用驱动表;或者可能说明不加选择地进行索引。...]]></description>
								<category>blog</category>
								<author>awaydog</author>
								<pubDate>Wed, 09 Jul 2008 20:32:58 GMT</pubDate>
							</item>
							<item>
								<title>【转】Oracle常见等待事件说明(一)</title>
								<link>http://space.itpub.net/10714335/viewspace-374806</link>
								<description><![CDATA[Oracle的等待事件是衡量Oracle运行状况的重要依据及指标。等待事件的概念是在Oracle7.0.1.2中引入的，大致有100个等待事件。在Oracle 8.0中这个数目增加到了大约150个，在Oracle8i中大约有200个事件,在Oracle9i中大约有360个等待事件。主要有两种类别的等待事件，即空闲(i...]]></description>
								<category>blog</category>
								<author>awaydog</author>
								<pubDate>Wed, 09 Jul 2008 20:30:08 GMT</pubDate>
							</item>
							<item>
								<title>alter system switch logfile 和 alter system archive log current 的区别</title>
								<link>http://space.itpub.net/10714335/viewspace-374802</link>
								<description><![CDATA[<P><FONT face=Verdana size=2>主要区别： </FONT></P>
<P><FONT face=Verdana size=2>ALTER SYSTEM SWITCH LOGFILE 对单实例数据库或RAC中的当前实例执行日志切换。<BR>ALTER SYSTEM ARCHIVE LOG CURRENT 会对数据库中的所有实例执行日志切换。 </FONT></P><BR>
<P><FO...]]></description>
								<category>blog</category>
								<author>awaydog</author>
								<pubDate>Wed, 09 Jul 2008 18:15:02 GMT</pubDate>
							</item>
							<item>
								<title>【转】如何获取SCN,SCN与TIME关系总结</title>
								<link>http://space.itpub.net/10714335/viewspace-374580</link>
								<description><![CDATA[<P>闪回恢复时我们往往需要知道恢复到具体哪个SCN或者哪个时间点。这个成为闪回是否有效的关键一点。</P>
<P>&nbsp; 第一、如何获取SCN</P>
<P>&nbsp;&nbsp; 1、当前SCN以及如何获取</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; a、 9I之前 ：select max(ktuxescnw * power...]]></description>
								<category>blog</category>
								<author>awaydog</author>
								<pubDate>Tue, 08 Jul 2008 16:15:44 GMT</pubDate>
							</item>
							<item>
								<title>Oracle DBA优化数据库性能心得体会</title>
								<link>http://space.itpub.net/10714335/viewspace-348214</link>
								<description><![CDATA[<P>很多的时侯，做<A href="/tag.php?k=Oracle DBA" target=_blank>Oracle DBA</A>的我们，当应用管理员向我们通告现在应用很慢、<SPAN class=t_tag nclick=tagshow(event) href="tag.php?name=%CA%FD%BE%DD%BF%E2">数据库</SPAN>很慢的时侯，我们到数据库时做几个示例的S...]]></description>
								<category>blog</category>
								<author>awaydog</author>
								<pubDate>Sun, 15 Jun 2008 22:07:02 GMT</pubDate>
							</item>
							<item>
								<title>写在泉州电信CRM系统上线之际</title>
								<link>http://space.itpub.net/10714335/viewspace-343088</link>
								<description><![CDATA[<P>&nbsp; 时光飞逝,从08年的第一天下来泉州做福建电信泉州CRM项目推广工程割接到现在，转眼间已经半年多了。明天晚上,泉州电信将迎来六大系统同时割接上线的历史时刻,尽管比计划迟来了一个月,但是总算兑现了。在这半年里,总是想着写些东西,哪怕流水帐般的散乱文字也好,可...]]></description>
								<category>blog</category>
								<author>awaydog</author>
								<pubDate>Sun, 08 Jun 2008 23:29:41 GMT</pubDate>
							</item>
							<item>
								<title>MSN Live Messenger 乱码解决方法</title>
								<link>http://space.itpub.net/10714335/viewspace-343087</link>
								<description><![CDATA[<P>前几天装了MSN Live Messenger Build 8.5.1302.1018版本,在添加了几个群组和好友后重启,发现原来的中文都变成了乱码，搞了半天也没搞好,只好上网GOOGLE了一下，找到了解决方法,现记录如下,希望对遇到类似问题的朋友有所帮助:</P>
<P>1.下载inetcomm.dll,(网上到处都有...]]></description>
								<category>blog</category>
								<author>awaydog</author>
								<pubDate>Sun, 08 Jun 2008 23:11:20 GMT</pubDate>
							</item>
							<item>
								<title>OCA 95% 嘻嘻</title>
								<link>http://space.itpub.net/10714335/viewspace-167567</link>
								<description><![CDATA[&nbsp; 昨天上午去考了LZ0-042,经过一个小时的努力之后－》PASS,95% 嘻嘻。<BR>&nbsp;&nbsp;最近几个月一直都在忙，一方面是忙工作，另方面更忙的是准备OCP认证。其实昨天考完后一点都没高兴起来。在我认为应该是100%的，这个结果多少还是有点出乎意外。原因1是我已经准备...]]></description>
								<category>blog</category>
								<author>awaydog</author>
								<pubDate>Sun, 03 Feb 2008 00:46:47 GMT</pubDate>
							</item>
							<item>
								<title>关于UTL_FILE包体的使用说明及应用</title>
								<link>http://space.itpub.net/10714335/viewspace-167566</link>
								<description><![CDATA[<P>由于每次割接每跑完一个教本都需要去服务器上查看日志，并且使用VI查看很是不方便，如果有能直接读取日志的内容并且提取出有错误部分的信息的工具岂不是省了不少事？手工开发界面又太麻烦，如果ORACLE能提供这样的包体岂不是更方便么？别说，前几天看SG的书还真看到了关...]]></description>
								<category>blog</category>
								<author>awaydog</author>
								<pubDate>Sun, 03 Feb 2008 00:24:29 GMT</pubDate>
							</item>
							<item>
								<title>关于spring+hibernate处理CLOB字段问题</title>
								<link>http://space.itpub.net/10714335/viewspace-167565</link>
								<description><![CDATA[最近在用<B><WBR>dwr</B><WBR>+<B><WBR>spring</B><WBR>+<B><WBR>hibernate</B><WBR>开发一个小的东东，其间需要对<B><WBR>ORACLE</B><WBR>的大数据类型<B><WBR>CLOB</B><WBR>字段进行插入操作，发现CLOB字段不像一般数据类型那么处理简单。在查阅了许多资料后，终于找到了...]]></description>
								<category>blog</category>
								<author>awaydog</author>
								<pubDate>Sun, 03 Feb 2008 00:19:11 GMT</pubDate>
							</item>
							
		</channel>
	</rss>