<?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/13464361</link>
			    <description>空华三界。如风卷烟。
幻影六塵。犹汤沃雪。
廓然無际。唯一真心。</description>
			    <copyright>Copyright(C) 一切入一</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Fri, 05 Dec 2008 20:58:13 GMT</lastBuildDate><item>
								<title>top n 查询之优化</title>
								<link>http://space.itpub.net/13464361/viewspace-245875</link>
								<description><![CDATA[<P><STRONG><FONT size=3>提问</FONT></STRONG>：</P>
<P>应该不少人都遇到过这样的问题吧, 在数据库中选取 位于min行和max行 之间的所有数据,<BR>通常DQL 书写如下.<BR><BR>SELECT * FROM (<BR>SELECT a,b,c,...,rownum rowcount FROM<BR>where ... and rownum &lt; :ma...]]></description>
								<category>blog</category>
								<author>weiran11</author>
								<pubDate>Sun, 20 Apr 2008 10:03:34 GMT</pubDate>
							</item>
							<item>
								<title>rownum 和优化器</title>
								<link>http://space.itpub.net/13464361/viewspace-244212</link>
								<description><![CDATA[<P><FONT size=3><STRONG>提问：</STRONG></FONT></P>
<P>在9i的环境中，现在有个一个表A里面有大概10万行数据，其中有个字段B有10个值，每个值的行数比较平均，可以认为每个值都占1万行。<BR>有条SQL为：<BR>select * from A where B = xxx and rownum &lt;= 100;<BR>这...]]></description>
								<category>blog</category>
								<author>weiran11</author>
								<pubDate>Sun, 20 Apr 2008 09:49:03 GMT</pubDate>
							</item>
							<item>
								<title>为何倒序索引没被使用</title>
								<link>http://space.itpub.net/13464361/viewspace-232242</link>
								<description><![CDATA[<P><FONT color=#000080 size=3><STRONG>提问：</STRONG></FONT></P>
<P><FONT color=#000080><FONT color=#000000>难道索引有优先级<BR></FONT>drop table t;<BR>create table t as select * from dba_objects;<BR>create index t_idx on t(owner, object_type);<BR>cre...]]></description>
								<category>blog</category>
								<author>weiran11</author>
								<pubDate>Wed, 09 Apr 2008 11:17:41 GMT</pubDate>
							</item>
							<item>
								<title>oracle statistics</title>
								<link>http://space.itpub.net/13464361/viewspace-232235</link>
								<description><![CDATA[<P>statistics: It is collected by Oracle about all of useful information<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and it is also used by Oracle to determine its activity</P>
<P>Type:<BR>&nbsp;&nbsp; 1) wait event: v$system...]]></description>
								<category>blog</category>
								<author>weiran11</author>
								<pubDate>Wed, 09 Apr 2008 10:55:29 GMT</pubDate>
							</item>
							<item>
								<title>思考</title>
								<link>http://space.itpub.net/13464361/viewspace-230952</link>
								<description><![CDATA[<HR id=null>
<BR>把遇到的事物都当作是对内心的历练和修养，则不起人我之见，而成内省之功]]></description>
								<category>blog</category>
								<author>weiran11</author>
								<pubDate>Sun, 06 Apr 2008 23:51:29 GMT</pubDate>
							</item>
							<item>
								<title>发现数据库中的热表</title>
								<link>http://space.itpub.net/13464361/viewspace-230923</link>
								<description><![CDATA[<DIV class=storytext>发现数据库中的热表<BR>
<P>1. 如果你使用的是10g，并且statistics_level=typical or all,那么所有的表实际上是monitoring的状态。此时可以通过dba_tab_modifications来查看每个表自上次gather statistics后发生过的动作，从而找出热表. 为了保证内...]]></description>
								<category>blog</category>
								<author>weiran11</author>
								<pubDate>Fri, 04 Apr 2008 12:16:45 GMT</pubDate>
							</item>
							<item>
								<title>读Oracle的书</title>
								<link>http://space.itpub.net/13464361/viewspace-230922</link>
								<description><![CDATA[<DIV class=storytext><BR>读Oracle的书要以‘我’为主，按自己的思维构架去读，将所读之书分崩离析，需要那些材料就去读那些，按自己的思维方式和习惯去构建搭建自己的Oracle知识体系，这样获得的知识才稳固，理解的才深刻，读书才能是自己的。否则读完后多半都还给作者了...]]></description>
								<category>blog</category>
								<author>weiran11</author>
								<pubDate>Fri, 04 Apr 2008 02:15:16 GMT</pubDate>
							</item>
							<item>
								<title>How to design index</title>
								<link>http://space.itpub.net/13464361/viewspace-230921</link>
								<description><![CDATA[<DIV class=storytext>
<P>How to design index</P><BR>
<P>Index design:<BR>1) Think of which columns should be included.<BR>unique column to enable index unique scan<BR>most queried columns to enable index full scan or fast index full scan</P>
<P>2) T...]]></description>
								<category>blog</category>
								<author>weiran11</author>
								<pubDate>Thu, 03 Apr 2008 02:11:51 GMT</pubDate>
							</item>
							<item>
								<title>trace self or other session</title>
								<link>http://space.itpub.net/13464361/viewspace-219055</link>
								<description><![CDATA[<p>privilege related</p><p>trace session</p><p>show explain plan</p><br><p>1. <br />dba_roles -- list available role<br />dba_role_privs -- show who are granted what role<br />dba_sys_privs -- show who or which role are granted which system privilege</...]]></description>
								<category>blog</category>
								<author>weiran11</author>
								<pubDate>Thu, 27 Mar 2008 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>Oracle 可用于查找问题的工具</title>
								<link>http://space.itpub.net/13464361/viewspace-219056</link>
								<description><![CDATA[Oracle 可用于查找问题的工具<br><div class="t_msgfont" id="message9954836">这只是一篇个人小结，还有许多工具没被提到,也许以后会有续篇。<br /><br />1. explain plan: show the explain plan without running the sql<br />    step: <br />      1) @?/rdbms/admin...]]></description>
								<category>blog</category>
								<author>weiran11</author>
								<pubDate>Thu, 27 Mar 2008 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>categories and some comparison of sybase/db2/oracle</title>
								<link>http://space.itpub.net/13464361/viewspace-219054</link>
								<description><![CDATA[<p>some oracle parameter/view categories</p><p>initial parameter file/monitoring/update comparision between sybase/db2/oracle</p><br><p>1. some category:<br /> 1.1 instance level:<br />     parameter:<br />        instance_name<br />        db_name<br ...]]></description>
								<category>blog</category>
								<author>weiran11</author>
								<pubDate>Sat, 22 Mar 2008 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>logical structure design thinking</title>
								<link>http://space.itpub.net/13464361/viewspace-219051</link>
								<description><![CDATA[logical structure thinking<br><p>数据库的logical structure design<br />1）ER design<br />2)Schema refinement(Table design)<br />3)define the views<br />4)index design</p><p>method of table design<br />1) decomposition<br />表设计问题：<br />1）某字段属...]]></description>
								<category>blog</category>
								<author>weiran11</author>
								<pubDate>Wed, 19 Mar 2008 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>something from oracle sample schema</title>
								<link>http://space.itpub.net/13464361/viewspace-219053</link>
								<description><![CDATA[something from oracle schema<br><p>1. where is the demo script to create sample schema<br />$ORACLE_HOME/demo/schema</p><p>2. sqlplus set option<br />set feedback on/off (show how many records are returned)<br />set verify on/off   (show the input of p...]]></description>
								<category>blog</category>
								<author>weiran11</author>
								<pubDate>Wed, 19 Mar 2008 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>DBA learning</title>
								<link>http://space.itpub.net/13464361/viewspace-219052</link>
								<description><![CDATA[<p>What and how to learn </p><br><p>DBA learning</p><p>DBA的学习离不开实际的工作需要。所以在阐述学习什么和如何学习之前有必要回顾DBA在工作中的主要责任和任务。大致来说DBA的工作分为两方面：开发和维护。<br />开发涉及以下方面：<br /> 1）设计：数据库的逻辑机...]]></description>
								<category>blog</category>
								<author>weiran11</author>
								<pubDate>Mon, 17 Mar 2008 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>恭喜您成功申请ITPUB BLOG</title>
								<link>http://space.itpub.net/13464361/viewspace-219048</link>
								<description><![CDATA[请牢记您BLOG的域名<br /><a href="http://weiran11.itpub.net/">http://weiran11.itpub.net/</a><br />您BLOG的控制面板在<br /><a href="http://weiran11.itpub.net/admin.php">http://weiran11.itpub.net/admin.php</a><br />登陆口令就是论坛口令，BLOG的口令和论坛是...]]></description>
								<category>blog</category>
								<author>weiran11</author>
								<pubDate>Fri, 14 Mar 2008 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>something on NLS to begin with</title>
								<link>http://space.itpub.net/13464361/viewspace-219049</link>
								<description><![CDATA[Something about NLS to begin with. It's a note to record what NLS is general about.<br><p>1. What's NLS<br />National Language Support. It control the database message characterset, date format, currency format, timezone,...etc</p><p>2. Where to set NL...]]></description>
								<category>blog</category>
								<author>weiran11</author>
								<pubDate>Fri, 14 Mar 2008 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>something about access method</title>
								<link>http://space.itpub.net/13464361/viewspace-219050</link>
								<description><![CDATA[General idea of access method, explain plan, ... etc<br><p>Access method</p><p>1. Full table scan<br />2. Full index scan/Fas full index scan:<br />     a) used when index contain all of columns needed for the query<br />        and when the query retu...]]></description>
								<category>blog</category>
								<author>weiran11</author>
								<pubDate>Fri, 14 Mar 2008 00:00:00 GMT</pubDate>
							</item>
							
		</channel>
	</rss>