<?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/?uid-498744</link>
			    <description>深入学习和研究Oracle，希望结交更多志同道合的朋友。</description>
			    <copyright>Copyright(C) 木头小屋</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Fri, 16 May 2008 23:41:23 GMT</lastBuildDate><item>
								<title>2008中国首届Oracle数据库精英工程师评选电子试题（选择题部分）</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-269241</link>
								<description><![CDATA[<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><FONT size=2><SPAN lang=EN-US style="FONT-FAMILY: 'Tahoma','sans-serif'; mso-fareast-language: ZH-CN">1</SPAN><SPAN style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-a...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Thu, 15 May 2008 22:00:38 GMT</pubDate>
							</item>
							<item>
								<title>2008中国首届Oracle数据库精英工程师评选电子试题（论述题部分）</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-269239</link>
								<description><![CDATA[<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial">二、论述题</SPAN></B><B styl...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Thu, 15 May 2008 21:48:25 GMT</pubDate>
							</item>
							<item>
								<title>木头小屋装修啦</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-269150</link>
								<description><![CDATA[<P><FONT size=3>今天把木头小屋装修了下<IMG src="/images/edit/face/030.gif">，主要是把所有文章的字体改大了，并用颜色区分了不同的内容：</FONT></P>
<P><FONT color=#ff0000 size=3>红色：执行的命令</FONT></P>
<P><FONT color=#0080ff size=3>蓝色：命令的返回结...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Wed, 14 May 2008 21:52:59 GMT</pubDate>
							</item>
							<item>
								<title>显示Oracle隐藏参数的脚本</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-269147</link>
								<description><![CDATA[<P><FONT color=#000000 size=3>如何知道Oracle所有隐藏参数的名称和描述？在网上查到了SQL脚本，并做了一点点修改<IMG src="/images/edit/face/001.gif">：</FONT></P>
<P><FONT color=#ff0000 size=3>select<BR>i.ksppinm name,<BR>i.ksppdesc description,<BR>cv.kspp...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Wed, 14 May 2008 20:51:12 GMT</pubDate>
							</item>
							<item>
								<title>【原创】trcasst工具的使用</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-266422</link>
								<description><![CDATA[<P><FONT size=3>trcasst是Oracle自带的一个工具，可以用来格式化Oracle Net 服务产生的trace文件，使trace文件更加的易读，就像tkprof用来格式化sql的trace文件一样</FONT></P>
<P><FONT size=3>trcasst的用法: trcasst [options] &lt;filename&gt;<BR>&nbsp;&nbsp;&nbs...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Tue, 13 May 2008 21:55:03 GMT</pubDate>
							</item>
							<item>
								<title>listener.ora的trace相关参数</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-265195</link>
								<description><![CDATA[<P><FONT size=3>listener.ora的trace相关参数（每个listener需要单独设置） </FONT></P>
<P><FONT size=3>#trace的等级：有off（0）,user（4）,admin（6）,support（16） 4个可选值，默认是off的（不进行跟踪）</FONT></P>
<P><FONT color=#ff0000><FONT size=3>TRACE_...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Mon, 12 May 2008 20:48:46 GMT</pubDate>
							</item>
							<item>
								<title>【原创】ORA-02085问题的解决</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-265191</link>
								<description><![CDATA[<P><FONT size=3>创建database link</FONT></P>
<P><FONT color=#ff0000 size=3>sys@ORCL&gt;create database link fgos connect to fgos identified by fgos using 'FGOS';</FONT></P>
<P><FONT color=#0080ff size=3>Database link created.</FONT></P>
<P><FONT siz...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Mon, 12 May 2008 20:13:38 GMT</pubDate>
							</item>
							<item>
								<title>【原创】删除plan_table表的奇怪问题</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-264997</link>
								<description><![CDATA[<P><FONT size=3>实验环境：WinXP SP2</FONT></P>
<P><FONT size=3>数据库版本：10.2.0.1</FONT></P>
<P><FONT size=3>今天在做实验的时候发现了一个奇怪的问题，大家可以先看看这个问题的表象：</FONT></P>
<P><FONT size=3>查询的时候，plan_table没有任何问题</FONT...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Sun, 11 May 2008 14:41:27 GMT</pubDate>
							</item>
							<item>
								<title>【原创】ORA-00054问题的解决（plan_table在autotrace过程中会被锁定）</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-264996</link>
								<description><![CDATA[<P><FONT size=3>实验环境：WinXP SP2</FONT></P>
<P><FONT size=3>数据库版本：10.2.0.1</FONT></P>
<P><FONT size=3>今天在实验过程中发现autotrace是会锁定plan_table表的，具体实验步骤如下：</FONT></P>
<P><FONT color=#ff0000 size=3>sys@ TEST&gt;set autotrac...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Sun, 11 May 2008 14:15:00 GMT</pubDate>
							</item>
							<item>
								<title>【原创】Oracle9i和10g中plan_table表的差异</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-264994</link>
								<description><![CDATA[<P><FONT size=3>实验环境：WinXP SP2</FONT></P>
<P><FONT size=3>数据库版本：10.2.0.1</FONT></P>
<P><FONT size=3>今天在做实验的时候发现，plan_table在不用的Oracle版本间是有一定的差异的。10g相对9i，在plan_table中添加了一些列（下面绿色的部分）</FONT></P>...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Sun, 11 May 2008 13:57:33 GMT</pubDate>
							</item>
							<item>
								<title>【原创】autotrace中statistics为0的问题的解决</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-264991</link>
								<description><![CDATA[<P><FONT size=3>环境：AIX 5.2</FONT></P>
<P><FONT size=3>数据库版本：10.2.0.2</FONT></P>
<P><FONT size=3>在对数据库进行autotrace的时候，发现所有SQL的结果中statistics除了行数外都是0</FONT></P>
<P><FONT color=#ff0000 size=3>fgos@FGOSDB&gt;set autotrac...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Sun, 11 May 2008 13:37:19 GMT</pubDate>
							</item>
							<item>
								<title>【原创】SYS_CONTEXT函数的用法</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-263082</link>
								<description><![CDATA[<P><FONT size=3>实验环境：WinXP SP2</FONT></P>
<P><FONT size=3>数据库版本：10.2.0.1</FONT></P>
<P><FONT size=3>SYS_CONTEXT函数的用法如下：SYS_CONTEXT('namespace', 'parameter' [, length ]) </FONT></P>
<P><FONT size=3>Oracle已经有内置的命名空间（names...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Wed, 07 May 2008 20:15:27 GMT</pubDate>
							</item>
							<item>
								<title>【转帖】如何模拟数据块的损坏及修复</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-261588</link>
								<description><![CDATA[<P><FONT size=3>以下是个测试步骤:<BR><BR><FONT color=#ff0000>E:\Oracle\ora92\bin&gt;sqlplus "/ as sysdba"</FONT><BR><BR></FONT><FONT size=3><FONT color=#0080ff>SQL*Plus: Release 9.2.0.4.0 - Production on 星期一 3月 8 20:27:15 2004<BR><BR>Copyright (c) ...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Tue, 06 May 2008 20:55:54 GMT</pubDate>
							</item>
							<item>
								<title>【原创】表空间相关操作</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-260450</link>
								<description><![CDATA[<P><FONT size=3>实验环境：WinXP SP2</FONT></P>
<P><FONT size=3>数据库版本：10.2.0.1</FONT></P>
<P><FONT size=3>1. 创建普通表空间（来个最复杂，基本上用的所有的参数的）</FONT></P>
<P><FONT color=#ff0000 size=3>create smallfile tablespace test </FONT><...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Mon, 05 May 2008 21:58:03 GMT</pubDate>
							</item>
							<item>
								<title>【原创】Oracle10g bigfile表空间带来的好处</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-260446</link>
								<description><![CDATA[<DIV class=storytext>
<P><FONT size=3>Oracle从10g开始引进了一个新的表空间类型（bigfile）。它不像传统的表空间那样最多由1022个文件组成；一个bigfile表空间只能包含一个数据文件，根据选择的块的大小，最大从32TB至128TB。</FONT></P>
<P><FONT size=3>bigfile表空...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Mon, 05 May 2008 21:40:07 GMT</pubDate>
							</item>
							<item>
								<title>【原创】通过数据字典操作删除表的列</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-258710</link>
								<description><![CDATA[<P><FONT size=3>这几天做实验的时候不小心给dual表添加了一列，造成了数据库所用的drop操作都不能执行了，而sys用户下的表是不能通过alter table ... drop column ... 删除列，最后通过其他方式解决了，请参考：</FONT><A href="http://space.itpub.net/498744/viewspace...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Sat, 03 May 2008 19:17:22 GMT</pubDate>
							</item>
							<item>
								<title>【原创】安装Grid Control造成asmcmd不能运行的问题解决</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-257607</link>
								<description><![CDATA[<P><FONT size=3>实验环境：WinXP SP2<BR>数据库版本：10.2.0.1</FONT></P>
<P><FONT size=3>在安装Grid Control后，运行asmcmd会出现下面的错误：</FONT></P>
<P><FONT color=#ff0000 size=3>C:\WINDOWS&gt;set ORACLE_HOME=F:\oracle\product\10.2.0</FONT></P>
<P><...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Sat, 03 May 2008 09:42:00 GMT</pubDate>
							</item>
							<item>
								<title>【原创】drop操作与dual还是有很大关系的（ORA-01031错误的解决）</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-258714</link>
								<description><![CDATA[<P><FONT face=宋体 size=3>今天做实验的时候发现机器中的一个数据库执行drop tablespace会报下面的错误（很奇怪的错误，sys用户操作楞说权限不足）：</FONT></P>
<P><FONT color=#0080ff><FONT size=3><FONT color=#ff0000>SQL&gt;drop tablespace test1;</FONT><BR></F...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Fri, 02 May 2008 19:51:01 GMT</pubDate>
							</item>
							<item>
								<title>【原创】Rute66 、KLD、DDT三款GPS软件的使用感受</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-257354</link>
								<description><![CDATA[<P>Route66(N8)、凯立德(11127程序+11754地图)、道道通(1.5)三款软件在GPS导航领域还是比较流行的，最近都实际路测了一下，说说感受</P>
<P><STRONG>Route66（个人推荐）：</STRONG></P>
<P>优点：</P>
<P>1、界面还算不错，道路和各种标记的颜色都可以自定义</P>
<P>...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Thu, 01 May 2008 21:43:14 GMT</pubDate>
							</item>
							<item>
								<title>都是GPS惹的货，好几天没有更新空间了，呵呵</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-255115</link>
								<description><![CDATA[<P>前几天想起来家里还有一台闲置已久的Acer n30 PDA，放着也是放着，周六从京东败个了蓝牙GPS模块，想组成个车载GPS玩玩，这几天都在捣鼓这个了。已经配置成功，使用的具体方案是：Acer n30 + Holux M-1000B + Route66 + GPSGate。再研究几天，有时间补充个详细配置步骤 ...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Sun, 27 Apr 2008 22:38:55 GMT</pubDate>
							</item>
							<item>
								<title>【原创】数据库从文件系统转移至ASM实验记录</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-255114</link>
								<description><![CDATA[<DIV class=storytext>
<P><FONT size=3>实验环境：WinXP SP2<BR>数据库版本：10.2.0.1<BR>准备迁移的数据库实例名：TEST<BR>ASM实例名：+ASM<BR>ASM磁盘组：+TEST<BR>创建ASM实例和磁盘组的步骤这里不再重复，请参考：</FONT><A href="http://space.itpub.net/498744/vi...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Sun, 27 Apr 2008 22:37:08 GMT</pubDate>
							</item>
							<item>
								<title>【原创】使用普通文件创建ASM实例</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-247789</link>
								<description><![CDATA[<DIV class=storytext>
<P><FONT size=3>平台：WinXP SP2<BR>数据库版本：10.2.0.1</FONT></P>
<P><FONT size=3>实验需要perl建立文件来模拟asm磁盘，perl解析器可以从下面的地址下载</FONT><A href="http://www.skycn.com/soft/1211.html"><FONT color=#007799 size=3>...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Tue, 22 Apr 2008 21:56:11 GMT</pubDate>
							</item>
							<item>
								<title>【原创】使用dbms_stats但不生成histogram的方法</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-247788</link>
								<description><![CDATA[<P><FONT size=3>由于应用开发的问题，数据库存在大量的SQL硬解析，性能出现很大问题。考虑设置参数cursor_sharing=similar解决硬解析问题，但是10g在自动收集统计值会默认收集histogram，依然会影响SQL的解析性能。此问题可以使用下列方法解决：</FONT></P>
<P><FONT si...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Tue, 22 Apr 2008 21:55:29 GMT</pubDate>
							</item>
							<item>
								<title>【原创】手工创建Oracle数据库</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-246324</link>
								<description><![CDATA[<P><FONT size=3>平台：WinXP SP2<BR>数据库版本：10.2.0.1</FONT></P>
<P><FONT size=3>一、不使用OMF创建数据库</FONT></P>
<P><FONT size=3>1.创建数据库实例，实例名为abc（只是Windows平台需要，Unix平台不需要）<BR><FONT color=#ff0000>C:\WINDOWS&gt;oradim -ne...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Mon, 21 Apr 2008 21:10:57 GMT</pubDate>
							</item>
							<item>
								<title>【原创】SGA相关的视图</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-246014</link>
								<description><![CDATA[<P><FONT size=3>平台：WinXP SP2<BR>数据库版本：10.2.0.1</FONT></P>
<P><FONT size=3>注：下列有些视图内容较多，就没有列出详细内容</FONT></P>
<P><FONT size=3><FONT color=#339999>1.V$SGA</FONT> <BR>#SGA使用情况的概要信息</FONT></P>
<P><FONT color=#ff000...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Sun, 20 Apr 2008 16:06:18 GMT</pubDate>
							</item>
							<item>
								<title>10g OCM的考试要点</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-244157</link>
								<description><![CDATA[<P><FONT size=3>下面是10g OCM的考试要点，就按照这个顺序回顾下各个知识点吧，呵呵</FONT></P>
<P><FONT size=3>Server Configuration&nbsp; <BR>[&nbsp; ] Create the database&nbsp; <BR>[&nbsp; ] Determine and set sizing parameters for database structures <BR...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Sat, 19 Apr 2008 20:37:39 GMT</pubDate>
							</item>
							<item>
								<title>【原创】如何使用SQL生成九九乘法表</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-244156</link>
								<description><![CDATA[<P><FONT size=3>下面的九九乘法表大家应该都很熟悉，它是小学初学乘法时必备的东西：</FONT></P>
<P><FONT size=3></FONT>&nbsp;</P><FONT size=3>&nbsp;1*1=1 </FONT>
<P></P><FONT size=3>&nbsp;1*2=2 2*2=4 </FONT>
<P></P><FONT size=3>&nbsp;1*3=3 2*3=6 3*3=9 <...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Sat, 19 Apr 2008 20:36:10 GMT</pubDate>
							</item>
							<item>
								<title>【原创】sqlnet.ora常用参数研究</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-244155</link>
								<description><![CDATA[<P><FONT size=3>1.设置日志参数<BR>#设置客户端和服务器端的log文件的目录<BR><FONT color=#339999>LOG_DIRECTORY_CLIENT<BR>LOG_DIRECTORY_SERVER<BR></FONT>#设置客户端和服务器端的log文件的名称<BR><FONT color=#339999>LOG_FILE_CLIENT<BR>LOG_FILE_SERVER</FONT></...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Sat, 19 Apr 2008 20:32:55 GMT</pubDate>
							</item>
							<item>
								<title>【原创】使用Oracle分析函数去除重复记录</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-242646</link>
								<description><![CDATA[<P><FONT size=3>1、创建个实验表</FONT></P>
<P><FONT color=#ff0000 size=3>create table t (a number);<BR>insert into t values(1);<BR>insert into t values(1);<BR>insert into t values(1);<BR>insert into t values(2);<BR>insert into t values(2);<BR>insert i...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Thu, 17 Apr 2008 22:49:04 GMT</pubDate>
							</item>
							<item>
								<title>【原创】Oracle10g dual表的研究</title>
								<link>http://space.itpub.net/?uid-498744-action-viewspace-itemid-239009</link>
								<description><![CDATA[<P><FONT size=3>平台：WinXP SP2<BR>数据库版本：10.2.0.1</FONT></P>
<P><FONT size=3>dual表在Oracle数据库中经常会被使用，只要是在获取并没有实际存在于表里的数据时，起到了一个“伪表”的作用。如：<BR><FONT color=#ff0000>SQL&gt;select sysdate from dual;</FO...]]></description>
								<category>blog</category>
								<author>木头一个</author>
								<pubDate>Wed, 16 Apr 2008 23:00:47 GMT</pubDate>
							</item>
							
		</channel>
	</rss>