<?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>mayitong的个人空间</title>
			    <link>http://space.itpub.net/48620</link>
			    <description></description>
			    <copyright>Copyright(C) mayitong的个人空间</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Fri, 22 Aug 2008 08:22:06 GMT</lastBuildDate><item>
								<title>ORACLE 版本升级问题</title>
								<link>http://space.itpub.net/48620/viewspace-410285</link>
								<description><![CDATA[<P><FONT size=2>1.升级时候一定要明确，对于使用analyze table的时候会分析索引信息的，但是dbms_stats不会。</FONT></P>
<P><FONT size=2>2.oracle 10g method_opt的默认值为for all columns size auto，那么我们可能会得到错误的直方图信息。</FONT></P>
<P><FONT si...]]></description>
								<category>blog</category>
								<author>mayitong</author>
								<pubDate>Sun, 27 Jul 2008 10:27:27 GMT</pubDate>
							</item>
							<item>
								<title>ORACLE CBO 的工作原理</title>
								<link>http://space.itpub.net/48620/viewspace-407195</link>
								<description><![CDATA[<P><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp; ORACLE 8I中CBO在获取一个表的选择度的时候，只会去考虑user_tab_col_statistics.num_distinct的值去生成COST，而对于ORACLE 9I和10g，如果没有histogram则使用rows/num_distinct生成cost，如果有histogram则使用num_row*densit...]]></description>
								<category>blog</category>
								<author>mayitong</author>
								<pubDate>Wed, 23 Jul 2008 16:02:09 GMT</pubDate>
							</item>
							<item>
								<title>English(morning)</title>
								<link>http://space.itpub.net/48620/viewspace-406782</link>
								<description><![CDATA[<P><FONT size=2>Mark and Helen run import-export company.</FONT></P>
<P><FONT size=2>she has decided to investigate the benefits of sea cargo over air freight.</FONT></P>
<P>I was under the impression that your father never wanted his cargo to go by ...]]></description>
								<category>blog</category>
								<author>mayitong</author>
								<pubDate>Tue, 22 Jul 2008 09:25:04 GMT</pubDate>
							</item>
							<item>
								<title>flash back在ORACLE 数据库中的使用</title>
								<link>http://space.itpub.net/48620/viewspace-406722</link>
								<description><![CDATA[<P><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ORACLE 9I中的flash back完全依赖于AUM，而且对于drop 以及truncate 等操作也是无能为力的，并且受到回滚表空间大小的限制，能够闪回的时间也是有限制的。一般的语法为：select * from table_name as of timestamp to_tim...]]></description>
								<category>blog</category>
								<author>mayitong</author>
								<pubDate>Mon, 21 Jul 2008 22:25:35 GMT</pubDate>
							</item>
							<item>
								<title>2007-07-21(morning)</title>
								<link>http://space.itpub.net/48620/viewspace-405478</link>
								<description><![CDATA[<P><FONT size=2>Buying a new car is not a easy task,especially you have a&nbsp; old car to trade in.</FONT></P>
<P><FONT size=2>Doug stuck the deal with the sales man.</FONT></P>
<P><FONT size=2>Recently I noticed my furniture looked torn and shabby<...]]></description>
								<category>blog</category>
								<author>mayitong</author>
								<pubDate>Mon, 21 Jul 2008 10:00:52 GMT</pubDate>
							</item>
							<item>
								<title>数据迁移的几种方法以及适用的场合</title>
								<link>http://space.itpub.net/48620/viewspace-402549</link>
								<description><![CDATA[<FONT size=3>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 对于一个可以长时间停库的OTLP数据库来说，可以简单的采用exp/imp方式，但是由于imp的速度是很慢的，不过不是跨平台、跨版本的数据库迁移，也可以考虑采用TTS来进行，该方式比imp稍有进步，但在CP 数据文件并FTP数据文件的时...]]></description>
								<category>blog</category>
								<author>mayitong</author>
								<pubDate>Wed, 16 Jul 2008 22:31:57 GMT</pubDate>
							</item>
							<item>
								<title>English Corner 2008-07-16</title>
								<link>http://space.itpub.net/48620/viewspace-402188</link>
								<description><![CDATA[<P>&nbsp;&nbsp;&nbsp; He is a hero of&nbsp; Indian,who is favotite of&nbsp; nonviolence,fight againt&nbsp; BITISH rule.he is a saint and be stict with himself&nbsp; and&nbsp; he take great pains to build up a independent country.Especially&nbsp; when h...]]></description>
								<category>blog</category>
								<author>mayitong</author>
								<pubDate>Wed, 16 Jul 2008 21:31:56 GMT</pubDate>
							</item>
							<item>
								<title>数据库SQL语句优化的方法论</title>
								<link>http://space.itpub.net/48620/viewspace-401720</link>
								<description><![CDATA[<P><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 一般对于一个索引方式访问表数据库块的时候，一般会有4个逻辑读，从root--&gt;branch--&gt;leaf---&gt;rowid。对于更新很少列上的多列查询，可以尽可能采用符合索引的方式，以便省去回表的逻辑I/O。在一个OLTP的数据库中一...]]></description>
								<category>blog</category>
								<author>mayitong</author>
								<pubDate>Tue, 15 Jul 2008 22:37:09 GMT</pubDate>
							</item>
							<item>
								<title>高可用性环境中的并发性</title>
								<link>http://space.itpub.net/48620/viewspace-401598</link>
								<description><![CDATA[<P><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 在一个繁忙的OLTP数据库中，最重要的特性莫过于并发性和一致性的控制。它的实现主要是靠lock来实现的，通常意义的lock包括如下几种：</FONT></P>
<P><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp; TM LOCK，这种lock在大多数情...]]></description>
								<category>blog</category>
								<author>mayitong</author>
								<pubDate>Mon, 14 Jul 2008 22:01:45 GMT</pubDate>
							</item>
							<item>
								<title>在高并发和高负载环境下的数据维护</title>
								<link>http://space.itpub.net/48620/viewspace-400044</link>
								<description><![CDATA[<P><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 有的时候在数据维护的时候，往往会导致一些非常严重的逻辑性错误，例如避免丢失更新</FONT><FONT size=2>，千万不要认为update中a.userid=b.userid就万事大吉。如果一定要用游标方式来进行更新，切记使用临时...]]></description>
								<category>blog</category>
								<author>mayitong</author>
								<pubDate>Sun, 13 Jul 2008 22:58:36 GMT</pubDate>
							</item>
							<item>
								<title>DMT到LMT 转变过程中ORACLE 内部所执行的操作。</title>
								<link>http://space.itpub.net/48620/viewspace-399607</link>
								<description><![CDATA[<P><FONT size=2>今天做一个数据库的优化项目，主要是清理业务产生的垃圾数据，在优化的过程中，发现很多要清理的表都落在了DMT上了，应此在truncate 一些业务表的时候，导致了enqueue ST的所，于是就想到了：使用dbms_space_admin.tablespace_migrate_to_local这个存储过...]]></description>
								<category>blog</category>
								<author>mayitong</author>
								<pubDate>Sat, 12 Jul 2008 23:38:42 GMT</pubDate>
							</item>
							<item>
								<title>关于OLTP数据库和OLAP数据库设计应该考虑的问题</title>
								<link>http://space.itpub.net/48620/viewspace-375006</link>
								<description><![CDATA[<P><FONT size=3>&nbsp;&nbsp;&nbsp;&nbsp; OLTP数据库瓶颈主要表现在逻辑读总量和计算性函数上面，因为在该类系统上大部分都是执行的比较频繁的小的业务语句，因此此时cache的使用就显的尤为重要，另外大量的db file sequrntial read对存储系统的IOPS将是一个非常关键的因...]]></description>
								<category>blog</category>
								<author>mayitong</author>
								<pubDate>Fri, 11 Jul 2008 12:22:00 GMT</pubDate>
							</item>
							<item>
								<title>ORACLE TTS的使用</title>
								<link>http://space.itpub.net/48620/viewspace-374598</link>
								<description><![CDATA[<P><FONT size=3>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ORACLE 的TTS主要用在OLTP数据库向OLAP数据库快速传递数据，并且可以用在将中心数据库中的数据发布到其他较小的数据库中，具体步骤如下：</FONT></P>
<P><FONT size=3>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.检查源和目...]]></description>
								<category>blog</category>
								<author>mayitong</author>
								<pubDate>Tue, 08 Jul 2008 19:16:56 GMT</pubDate>
							</item>
							<item>
								<title>English Corner 2008-07-07</title>
								<link>http://space.itpub.net/48620/viewspace-374504</link>
								<description><![CDATA[<P><FONT size=3>unusual function:</FONT></P>
<P><FONT size=3>pink pig</FONT></P>
<P><FONT size=3>skiping rope</FONT></P>
<P><FONT size=3>red beans</FONT></P>
<P><FONT size=3>magic cup</FONT></P>
<P>&nbsp;</P>]]></description>
								<category>blog</category>
								<author>mayitong</author>
								<pubDate>Tue, 08 Jul 2008 13:37:08 GMT</pubDate>
							</item>
							<item>
								<title>oracle ASM磁盘组的一些特性。</title>
								<link>http://space.itpub.net/48620/viewspace-374411</link>
								<description><![CDATA[<P><FONT size=3>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ASM 磁盘组对于数据文件来说，每个extent为1M，对于日志文件和控制文件来说是128K。在ASM环境中对于冗余方式为external的数据文件的大小最大为300G（非bigfile表空间）。ASM具有与生俱来的平衡I/...]]></description>
								<category>blog</category>
								<author>mayitong</author>
								<pubDate>Mon, 07 Jul 2008 19:31:18 GMT</pubDate>
							</item>
							<item>
								<title>English Corner 2008-07-07</title>
								<link>http://space.itpub.net/48620/viewspace-374319</link>
								<description><![CDATA[<P><FONT size=3>KUFU PANDA </FONT></P>
<P><FONT size=3>yesterday is history,tomorrow is mysterios,but today is gift.</FONT></P>
<P><FONT size=3>private space</FONT></P>
<P><FONT size=3></FONT>&nbsp;</P>]]></description>
								<category>blog</category>
								<author>mayitong</author>
								<pubDate>Mon, 07 Jul 2008 12:33:54 GMT</pubDate>
							</item>
							<item>
								<title>English New Words</title>
								<link>http://space.itpub.net/48620/viewspace-374271</link>
								<description><![CDATA[<P><FONT size=3>and it' s more spacious!</FONT></P>
<P><FONT size=3>she has quite good reputation in her field.</FONT></P>
<P><FONT size=3>he leads a faily normal life.</FONT></P>
<P><FONT size=3>he graduated with bachelor &nbsp;degree &nbsp;of comp...]]></description>
								<category>blog</category>
								<author>mayitong</author>
								<pubDate>Mon, 07 Jul 2008 08:05:20 GMT</pubDate>
							</item>
							<item>
								<title>开博的大喜日子，先自己庆祝一下！！</title>
								<link>http://space.itpub.net/48620/viewspace-374242</link>
								<description><![CDATA[<FONT size=3>&nbsp;&nbsp;&nbsp;&nbsp; 很久以前就想开博，但是自己总是以这样或者那样的借口为自己开脱，所以这个愿望始终没能实现。现在正式下定决心做了，希望能坚持做好，本空间主要涉及的是ORACLE 数据库维护和主机存储方面的知识的一些个人心得。</FONT>]]></description>
								<category>blog</category>
								<author>mayitong</author>
								<pubDate>Sun, 06 Jul 2008 14:13:26 GMT</pubDate>
							</item>
							
		</channel>
	</rss>