<?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>bartfj的个人空间</title>
			    <link>http://space.itpub.net/7232789</link>
			    <description></description>
			    <copyright>Copyright(C) bartfj的个人空间</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Tue, 02 Dec 2008 06:28:51 GMT</lastBuildDate><item>
								<title>数值超过NUMBER最大表示范围的问题[转]</title>
								<link>http://space.itpub.net/7232789/viewspace-481903</link>
								<description><![CDATA[<DIV id=clickeye_content>
<P style="TEXT-INDENT: 21pt"><SPAN style="FONT-FAMILY: 宋体">昨天同事给我出了一道简单的题——计算<SPAN lang=EN-US>1阶乘到100阶乘的累加。问题似乎很简单，但是最终引出的问题并不简单.</SPAN></SPAN></P>
<P style="TEXT-INDENT: 21p...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Thu, 30 Oct 2008 10:02:23 GMT</pubDate>
							</item>
							<item>
								<title>tail命令</title>
								<link>http://space.itpub.net/7232789/viewspace-466580</link>
								<description><![CDATA[用途<BR>从指定点开始将文件写到标准输出。使用tail命令的-f选项可以方便的查阅正在改变的日志文件，tail -f filename会把filename里最尾部的内容显示在屏幕上，并且不但刷新，使你看到最新的文件内容。 <BR><BR><BR>语法<BR>标准语法<BR>tail [ -f ] [ -c Number | -n Nu...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Sat, 04 Oct 2008 11:05:22 GMT</pubDate>
							</item>
							<item>
								<title>Unix环境下的Oracle调优</title>
								<link>http://space.itpub.net/7232789/viewspace-412243</link>
								<description><![CDATA[很多DBA在发现系统很慢的时候，有的时候无从下手，下面我分享下我的工作经验。本文主要针对UNIX环境，希望对大家会有些帮助。 
<P>　　首先通过操作系统的一些工具检查系统的状态，比如CPU、内存、<A class=channel_keylink href="http://cisco.**.com/List_7.html" targ...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Tue, 29 Jul 2008 21:13:51 GMT</pubDate>
							</item>
							<item>
								<title>动态性能表V$SQL_PLAN</title>
								<link>http://space.itpub.net/7232789/viewspace-405436</link>
								<description><![CDATA[本视图提供了一种方式检查那些执行过的并且仍在缓存中的cursor的执行计划。<BR>&nbsp;<BR><BR>　　通常，本视图提供的信息与打印出的EXPLAIN PLAN非常相似，不过，EXPLAIN PLAN显示的是理论上的计划，并不一定在执行的时候就会被使用，但V$SQL_PLAN中包括的是实际被使用的...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Sun, 20 Jul 2008 19:04:46 GMT</pubDate>
							</item>
							<item>
								<title>ORACLE 层次结构查询语句 start with connect by prior</title>
								<link>http://space.itpub.net/7232789/viewspace-405435</link>
								<description><![CDATA[<P class=MsoNormalIndent style="MARGIN: 0cm 0cm 0pt"><FONT face=幼圆><FONT size=4><SPAN lang=EN-US style="COLOR: black">&nbsp;&nbsp; ORACLE </SPAN><SPAN style="COLOR: black; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-fa...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Sun, 20 Jul 2008 18:26:47 GMT</pubDate>
							</item>
							<item>
								<title>SGA_MAX_SIZE与SGA_TARGET</title>
								<link>http://space.itpub.net/7232789/viewspace-399677</link>
								<description><![CDATA[<DIV class=cnt id=blog_text>
<P style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt"><SPAN style="FONT-SIZE: 9pt">Oracle</SPAN><SPAN style="FONT-SIZE: 9pt">的<SPAN>SGA</SPAN>包括以下几个部分，可以通过<SPAN>show sga</SPAN>命令或者是通过查看<SPAN>v$sga</SPAN>...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Sun, 13 Jul 2008 20:03:10 GMT</pubDate>
							</item>
							<item>
								<title>oracle9i新增sql命令----merge</title>
								<link>http://space.itpub.net/7232789/viewspace-372025</link>
								<description><![CDATA[<BR>用途 <BR>merge 命令可以用来用一个表中的数据来修改或者插入到另一个表。插入或者修改的操作取决于on子句的条件。<BR><BR>该语句可以在同一语句中执行两步操作，可以减少执行多条insert 和update语句。<BR><BR>merge是一个确定性的语句，即不会在同一条merge语句中去...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Sat, 05 Jul 2008 17:17:41 GMT</pubDate>
							</item>
							<item>
								<title>如何获得当前session id</title>
								<link>http://space.itpub.net/7232789/viewspace-372024</link>
								<description><![CDATA[<P>最常用的方法</P>
<P>SQL&gt; SELECT SID FROM V$MYSTAT WHERE ROWNUM=1;</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SID</P>
<P>___________</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Sat, 05 Jul 2008 16:58:46 GMT</pubDate>
							</item>
							<item>
								<title>oracle的分析函数over 及开窗函数[转]</title>
								<link>http://space.itpub.net/7232789/viewspace-366128</link>
								<description><![CDATA[<FONT size=2>一：分析函数over<BR>&nbsp;Oracle从8.1.6开始提供分析函数，分析函数用于计算基于组的某种聚合值，它和聚合函数的不同之处是<BR>对于每个组返回多行，而聚合函数对于每个组只返回一行。 <BR>下面通过几个例子来说明其应用。&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Fri, 27 Jun 2008 14:54:47 GMT</pubDate>
							</item>
							<item>
								<title>理解Oracle9i中的监听动态注册</title>
								<link>http://space.itpub.net/7232789/viewspace-351887</link>
								<description><![CDATA[<DIV class=storytext>
<P><FONT color=#0000ff size=2>在Oracle9i中,使用命令lsnrctl status可以看到如下例子：</FONT></P>
<P><FONT color=#008000 size=2>Service "lrdb" has 2 instance(s).<BR>Instance "lrdb", status UNKNOWN, has 1 handler(s) for this service...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Thu, 19 Jun 2008 15:49:02 GMT</pubDate>
							</item>
							<item>
								<title>怎么样dump oracle 内部结构</title>
								<link>http://space.itpub.net/7232789/viewspace-351785</link>
								<description><![CDATA[<FONT size=2>常见的有<BR>1、分析数据文件块，转储数据文件n的块m<BR>alter system dump datafile n block m<BR>2、分析日志文件<BR>alter system dump logfile logfilename;<BR>3、分析控制文件的内容<BR>alter session set events 'immediate trace name CONTROLF leve...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Wed, 18 Jun 2008 23:32:14 GMT</pubDate>
							</item>
							<item>
								<title>排除Cache影响手动强制刷新Buffer Cache</title>
								<link>http://space.itpub.net/7232789/viewspace-351783</link>
								<description><![CDATA[<P><SPAN class=t18>手动刷新Buffer Cache主要的原因是为了排除Cache对于测试的影响，以此促使<A class=ReplaceKeyword href="http://www.knowsky.com/article.asp?typeid=171" target=_blank>Oracle</A>重新执行物理访问。以下为具体的示例参考：</SPAN></P>
<P><SPAN c...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Wed, 18 Jun 2008 23:13:48 GMT</pubDate>
							</item>
							<item>
								<title>ftp的主动模式和被动模式</title>
								<link>http://space.itpub.net/7232789/viewspace-345687</link>
								<description><![CDATA[FTP是一种文件传输协议，它支持两种模式,一种方式叫做Standard (也就是 Active,主动方式),一种是 Passive (也就是PASV,被动方式)。 Standard模式 FTP的客户端发送 PORT 命令到FTP server。Passive模式FTP的客户端发送 PASV命令到 FTP Server。 
<P>下面介绍一个这两种方式...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Fri, 13 Jun 2008 15:08:21 GMT</pubDate>
							</item>
							<item>
								<title>Oracle9i控制文件的备份方法</title>
								<link>http://space.itpub.net/7232789/viewspace-345685</link>
								<description><![CDATA[<DIV>方法一：创建文本格式的控制文件</DIV>
<DIV>$ sqlplus '/ as sysdba';</DIV>
<DIV>SQL&gt; alter database backup controlfile to trace;</DIV>
<DIV>Database altered.</DIV>
<DIV>这种备份方式会产生一个trace文件（文本格式），可以使用编辑器进行编辑，里面...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Fri, 13 Jun 2008 14:42:54 GMT</pubDate>
							</item>
							<item>
								<title>如何获得创建控制文件的脚本并重建控制文件[转]</title>
								<link>http://space.itpub.net/7232789/viewspace-232245</link>
								<description><![CDATA[
<h3>如何获得创建控制文件的脚本并重建控制文件</h3>作者：<a href="http://www.eygle.com/">eygle</a><script. src="http://www.eygle.com/English.js" type="text/javascript"></script.
<a class="English" href="http://translate.google.com/translate?langpair=zh...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Wed, 09 Apr 2008 12:01:35 GMT</pubDate>
							</item>
							<item>
								<title>查看重做日志缓冲区大小</title>
								<link>http://space.itpub.net/7232789/viewspace-231076</link>
								<description><![CDATA[select 'V$PARAMETRER' "View name",name,<br>to_number(value,'9999999')&nbsp; "Value"<br>from v$parameter<br>where name='log_buffer'<br>UNION<br>select 'V$SGASTAT' "View name", name,bytes<br>from v$sgastat<br>where name='log_buffer';
			
			<div></div>...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Mon, 07 Apr 2008 17:40:57 GMT</pubDate>
							</item>
							<item>
								<title>查看oracle已运行时间</title>
								<link>http://space.itpub.net/7232789/viewspace-219107</link>
								<description><![CDATA[<font>select version,startup_time,status from v$instance;<br><br> </font>
			
			<div></div>
			]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Fri, 28 Mar 2008 16:40:56 GMT</pubDate>
							</item>
							<item>
								<title>如何判断Oracle数据库安装的操作系统</title>
								<link>http://space.itpub.net/7232789/viewspace-219102</link>
								<description><![CDATA[<p>如何判断Oracle数据库安装的操作系统[转自www.eygle.com]<br></p><p>有朋友问到这样一个问题:如何远程判断Oracle数据库的安装平台.</p>
<p>我想到的一个方法是,通过查询v$version视图来得到:<br>1.Windows平台的输出<br>
</p><blockquote>SQL&gt; select * from v$ve...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Fri, 28 Mar 2008 16:09:44 GMT</pubDate>
							</item>
							<item>
								<title>查看操作系统块大小</title>
								<link>http://space.itpub.net/7232789/viewspace-214913</link>
								<description><![CDATA[查看操作系统块大小<br><br><br>在WINDOWS系统上，可以用命令fsutil来查看，测试如下：<br><br>C:\Documents and 
Settings\administrator&gt;fsutil fsinfo ntfsinfo c:<br>NTFS 卷序列号 :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0x72ccb5f2ccb5b129<br>版本 :&nbsp;&...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Fri, 21 Mar 2008 11:55:53 GMT</pubDate>
							</item>
							<item>
								<title>resumable session</title>
								<link>http://space.itpub.net/7232789/viewspace-214872</link>
								<description><![CDATA[<p>Oracle 10g中对resumable session的增强（转自<a href="http://tomszrp.itpub.net/" class="headLink">Thomas Zhang的杂货铺</a>）</p><br><p><br></p><p><br></p><p>从9i开始，Oracle提供了一种避免因为space
Error而导致事务异常的操作，那就是resumable.通常，DBA在...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Fri, 21 Mar 2008 10:07:37 GMT</pubDate>
							</item>
							<item>
								<title>sysctl调整Linux系统性</title>
								<link>http://space.itpub.net/7232789/viewspace-198311</link>
								<description><![CDATA[<div class="tit">用sysctl进行调整Linux系统性能[转自phpfamer空间] </div>
<div class="date">2008-01-29 17:49</div>
<table style="table-layout: fixed;">
<tbody>
<tr>
<td>
<div class="cnt">
<p><font face="Courier New"><span class="CITEREFENTRY"><spa...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Mon, 03 Mar 2008 11:31:56 GMT</pubDate>
							</item>
							<item>
								<title>sysctl调整Linux系统性能</title>
								<link>http://space.itpub.net/7232789/viewspace-198312</link>
								<description><![CDATA[
			<div class="tit">用sysctl进行调整Linux系统性能[转自phpfamer空间] </div>
<div class="date">2008-01-29 17:49</div>
<table style="table-layout: fixed;">
<tbody>
<tr>
<td>
<div class="cnt">
<p><font face="Courier New"><span class="CITEREFENTRY"...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Mon, 03 Mar 2008 11:31:56 GMT</pubDate>
							</item>
							<item>
								<title>Oracle数据库的启动和关闭</title>
								<link>http://space.itpub.net/7232789/viewspace-195884</link>
								<description><![CDATA[<P><U><FONT color=#800080>深刻理解Oracle数据库的启动和关闭</FONT></U>&nbsp;&nbsp;[转自<A class=headermaintitle id=Header1_HeaderTitle href="http://blog.csdn.net/phpnewbie/">phpnewbie的专栏</A>]
<SCRIPT. src="http://blog.csdn.net/count.aspx?ID=146383&a...]]></description>
								<category>blog</category>
								<author>bartfj</author>
								<pubDate>Tue, 26 Feb 2008 22:15:33 GMT</pubDate>
							</item>
							
		</channel>
	</rss>