<?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>why566的个人空间</title>
			    <link>http://space.itpub.net/7478833</link>
			    <description></description>
			    <copyright>Copyright(C) why566的个人空间</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Wed, 08 Oct 2008 17:36:54 GMT</lastBuildDate><item>
								<title>ORACLE碎片整理二(转载)</title>
								<link>http://space.itpub.net/7478833/viewspace-450285</link>
								<description><![CDATA[<P><FONT face=宋体 color=#000000 size=2>由于经常delete,insert,update数据，所以会在表空间留下一些碎片，造成查询速度变慢，表空间得不到很好的利用。<BR>为了消除碎片可以采用移动表的方法解决；就是一个表空间的所有表移动到一个干净的表空间中，由于对表进行了移动...]]></description>
								<category>blog</category>
								<author>why566</author>
								<pubDate>Fri, 19 Sep 2008 10:39:43 GMT</pubDate>
							</item>
							<item>
								<title>ORACLE碎片整理一(转载)</title>
								<link>http://space.itpub.net/7478833/viewspace-450284</link>
								<description><![CDATA[<P><FONT face=宋体 color=#000066 size=2>我们知道，Oracle 作为一种大型数据库，广泛应用于金融、邮电、电力、民航等数据吞吐量巨大，计算机网络广泛普及的重要部门。对于系统管理员来讲，如何保证网络稳定运行，如何提高数据库性能，使其更加安全高效，就显得尤为重要。...]]></description>
								<category>blog</category>
								<author>why566</author>
								<pubDate>Fri, 19 Sep 2008 10:31:25 GMT</pubDate>
							</item>
							<item>
								<title>DataGuard日常维护</title>
								<link>http://space.itpub.net/7478833/viewspace-441048</link>
								<description><![CDATA[<P><FONT size=2>日常维护：</FONT></P>
<P><FONT size=2>正确的开关机顺序是：<BR>启动的时候，先备库的listener,再启动备库,再启动主库的listener,再启动主库<BR>关闭的时候，先关闭主库，再关闭备库。</FONT></P>
<P><FONT size=2>--为主数据库或备用数据库添加/删除...]]></description>
								<category>blog</category>
								<author>why566</author>
								<pubDate>Wed, 03 Sep 2008 16:26:46 GMT</pubDate>
							</item>
							<item>
								<title>Debian 32位Oracle安装</title>
								<link>http://space.itpub.net/7478833/viewspace-441047</link>
								<description><![CDATA[<P><FONT size=2>--安装环境包</FONT></P>
<P><FONT size=2>apt-get install gcc make binutils libmotif3 lesstif2 rpm libaio1 libdb3 awk(mawk,original-awk,gawk) libc6-dev libc6 <BR>apt-get install gcc-3.3 g++-3.3 libstdc++5<BR>-----------------------------...]]></description>
								<category>blog</category>
								<author>why566</author>
								<pubDate>Wed, 03 Sep 2008 16:22:53 GMT</pubDate>
							</item>
							<item>
								<title>Debian AMD64下Oracle10g安装</title>
								<link>http://space.itpub.net/7478833/viewspace-441046</link>
								<description><![CDATA[<P><FONT size=2><STRONG>--安装x-window系统<BR>debian:~# apt-get install x-window-system-core<BR>安装kde系统<BR>debian:~# apt-get install kde-core<BR>debian:~# startx&nbsp; //看是否可以启动</STRONG></FONT></P>
<P><FONT size=2><STRONG>--建立几个链接<BR>...]]></description>
								<category>blog</category>
								<author>why566</author>
								<pubDate>Wed, 03 Sep 2008 16:17:20 GMT</pubDate>
							</item>
							<item>
								<title>Debian下配置Oracle DataGuard</title>
								<link>http://space.itpub.net/7478833/viewspace-441045</link>
								<description><![CDATA[<P><STRONG><FONT size=2>分别安装主库和备库的oracle软件，主库创建数据库库，备库只安装数据库软件。</FONT></STRONG></P>
<P><STRONG><FONT size=2>一. 配置primary database</FONT></STRONG></P>
<P><STRONG><FONT size=2>--设置primary库为force Logging模式(为了便...]]></description>
								<category>blog</category>
								<author>why566</author>
								<pubDate>Wed, 03 Sep 2008 16:09:52 GMT</pubDate>
							</item>
							<item>
								<title>oracle中in和exists的区别</title>
								<link>http://space.itpub.net/7478833/viewspace-441043</link>
								<description><![CDATA[<DIV twffan="done"><FONT face=宋体 size=2>in 是把外表和内表作hash 连接，而exists是对外表作loop循环，每次loop循环再对内表进行查询。<BR>一直以来认为exists比in效率高的说法是不准确的。</FONT></DIV>
<DIV twffan="done"><FONT face=宋体 size=2>如果查询的两个表...]]></description>
								<category>blog</category>
								<author>why566</author>
								<pubDate>Wed, 03 Sep 2008 16:05:03 GMT</pubDate>
							</item>
							<item>
								<title>Oracle中Buffer Cache内存结构</title>
								<link>http://space.itpub.net/7478833/viewspace-438586</link>
								<description><![CDATA[<P><A href="http://news.csdn.net/n/20061229/100144.html">http://news.csdn.net/n/20061229/100144.html</A></P>
<P><A href="http://www.eygle.com/digest/2006/11/hotblock_analyze.html">http://www.eygle.com/digest/2006/11/hotblock_analyze.html</A></P>]]></description>
								<category>blog</category>
								<author>why566</author>
								<pubDate>Wed, 27 Aug 2008 23:02:43 GMT</pubDate>
							</item>
							<item>
								<title>linux修改机器名问题</title>
								<link>http://space.itpub.net/7478833/viewspace-434659</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'">下午由于开发人员自己给表加字段造成锁表，致使其他应用不能正常使用，结果机器负...]]></description>
								<category>blog</category>
								<author>why566</author>
								<pubDate>Tue, 26 Aug 2008 11:00:27 GMT</pubDate>
							</item>
							<item>
								<title>Oracle中表的连接及其调整(二)</title>
								<link>http://space.itpub.net/7478833/viewspace-407192</link>
								<description><![CDATA[<FONT style="FONT-WEIGHT: bold" color=#000000 size=2>三、 哈希连接（Hash join）<BR>&nbsp;&nbsp;&nbsp; 哈希连接分为两个阶段，如下。<BR>1、 构建阶段：优化器首先选择一张小表做为驱动表，运用哈希函数对连接列进行计算产生一张哈希表。通常这个步骤是在内存（hash...]]></description>
								<category>blog</category>
								<author>why566</author>
								<pubDate>Wed, 23 Jul 2008 17:24:04 GMT</pubDate>
							</item>
							<item>
								<title>Oracle中表的连接及其调整(一)</title>
								<link>http://space.itpub.net/7478833/viewspace-407189</link>
								<description><![CDATA[
			<p style="font-weight: bold;"><font color="#000000" size="2">在日常基于数据库应用的开发过程中，我们经常需要对多个表或者数据源进行关联查询而得出我们需要的结果集。那么Oracle到底存在着哪几种连接方式？优化器内部又是怎样处理这些连接的？哪种连接方式又是...]]></description>
								<category>blog</category>
								<author>why566</author>
								<pubDate>Wed, 23 Jul 2008 16:47:24 GMT</pubDate>
							</item>
							<item>
								<title>dbms_stats和 leaf_blocks</title>
								<link>http://space.itpub.net/7478833/viewspace-406921</link>
								<description><![CDATA[<H4 id=subjcns!56626E237AFBD116!328 style="MARGIN-BOTTOM: 0px"><FONT color=#000000 size=2>dbms_stats和leaf_blocks</FONT></H4>
<DIV class=bvMsg id=msgcns!56626E237AFBD116!328>
<DIV><FONT color=#000000 size=2>dbms_stats是oracle用来代替原有的analyze功能...]]></description>
								<category>blog</category>
								<author>why566</author>
								<pubDate>Tue, 22 Jul 2008 16:20:14 GMT</pubDate>
							</item>
							<item>
								<title>9i Performance Tuning Guide 读书笔记</title>
								<link>http://space.itpub.net/7478833/viewspace-406789</link>
								<description><![CDATA[<A href="http://www.heysky.net/archives/2006/08/9iperformancetuningguide.html"><FONT size=2>http://www.heysky.net/archives/2006/08/9iperformancetuningguide.html</FONT></A>]]></description>
								<category>blog</category>
								<author>why566</author>
								<pubDate>Tue, 22 Jul 2008 10:05:53 GMT</pubDate>
							</item>
							<item>
								<title>使用dbms_stats包进行调优</title>
								<link>http://space.itpub.net/7478833/viewspace-405441</link>
								<description><![CDATA[<DIV class=storytext><FONT color=#000000 size=2>dbms_stats包问世以后，Oracle专家可通过一种简单的方式来为CBO收集统计数据。目前，已经不再推荐你使用老式的分析表和 dbms_utility方法来生成CBO统计数据。那些古老的方式甚至有可能危及SQL的性能，因为它们并非总是能...]]></description>
								<category>blog</category>
								<author>why566</author>
								<pubDate>Sun, 20 Jul 2008 21:38:29 GMT</pubDate>
							</item>
							<item>
								<title>Oracle Hints的用法</title>
								<link>http://space.itpub.net/7478833/viewspace-403195</link>
								<description><![CDATA[<DIV class=postTitle><FONT color=#000000 size=2>1. /*+ ALL_ROWS */<BR>　　表明对语句块选择基于开销的优化方法,并获得最佳吞吐量,使资源消耗最小化.<BR>　　例如:<BR>　　SELECT /*+ ALL_ROWS */ EMP_NO,EMP_NAM,DAT_IN FROM BSEMPMS WHERE EMP_NO='SCOTT'; </FONT><...]]></description>
								<category>blog</category>
								<author>why566</author>
								<pubDate>Fri, 18 Jul 2008 09:23:02 GMT</pubDate>
							</item>
							<item>
								<title>分析对象DBMS_UTILITY.ANALYZE_SCHEMA(8i以前版本)</title>
								<link>http://space.itpub.net/7478833/viewspace-402624</link>
								<description><![CDATA[
			<span style="font-family: Arial;" lang="EN-US"><font color="#000066" size="2">
<p><b><span style="font-family: Arial;" lang="EN-US">DBMS_UTILITY.ANALYZE_SCHEMA</span></b></p></font></span>
<p><span style="font-family: Arial;" lang="EN-US"><font ...]]></description>
								<category>blog</category>
								<author>why566</author>
								<pubDate>Thu, 17 Jul 2008 10:35:53 GMT</pubDate>
							</item>
							<item>
								<title>触发器的语法和实例</title>
								<link>http://space.itpub.net/7478833/viewspace-376262</link>
								<description><![CDATA[<P>触发器类型：<BR>1、&nbsp;语句触发器<BR>2、&nbsp;行触发器<BR>3、&nbsp;instead of 触发器<BR>4、&nbsp;系统条件触发器<BR>5、&nbsp;用户事件触发器</P>
<P>1、&nbsp;语句触发器<BR>是在表上或者某些情况下的视图上执行的特定语句或者语句组上的触发器。能够与inser...]]></description>
								<category>blog</category>
								<author>why566</author>
								<pubDate>Fri, 11 Jul 2008 14:58:49 GMT</pubDate>
							</item>
							<item>
								<title>oracle外连接</title>
								<link>http://space.itpub.net/7478833/viewspace-374961</link>
								<description><![CDATA[<P>内连接（inner join）、全连接（full join）、左连接（left join）、右连接（right join）</P>
<P>Oracle的左连接和右连接<BR>PL-SQL中，左连接和右连接以如下方式来实现<BR>查看如下语句：<BR>SELECT emp_name, dept_name FORM. Employee, Department&nbsp;&nbsp; WH...]]></description>
								<category>blog</category>
								<author>why566</author>
								<pubDate>Thu, 10 Jul 2008 21:40:58 GMT</pubDate>
							</item>
							<item>
								<title>修改表的字段类型</title>
								<link>http://space.itpub.net/7478833/viewspace-374927</link>
								<description><![CDATA[
			<h5><font face="宋体" size="2">第一种方法:</font></h5>
<h5><font face="宋体" size="2">(1).create table new_table as select&nbsp; to_number(clip_stime) clip_stime,clip_path from vf_clipinfo;这里我们要改字段clip_stime的类型为number </font></h5>
<h...]]></description>
								<category>blog</category>
								<author>why566</author>
								<pubDate>Thu, 10 Jul 2008 13:49:43 GMT</pubDate>
							</item>
							<item>
								<title>数据块原理深入剖析</title>
								<link>http://space.itpub.net/7478833/viewspace-374264</link>
								<description><![CDATA[<A href="http://publish.itpub.net/db/2008-06-13/200806131104507.shtml" target=_blank>http://publish.itpub.net/db/2008-06-13/200806131104507.shtml</A><BR><BR>转载 赵振平<BR>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>]]></description>
								<category>blog</category>
								<author>why566</author>
								<pubDate>Mon, 07 Jul 2008 00:00:42 GMT</pubDate>
							</item>
							
		</channel>
	</rss>